jb
Member
I have a combobox which have options like Sunday, Monday upto Saturday. Upon selection of option I want to display some date in one of the cell. I got formula from this website but formula specifies:
Assuming combo values are 1 for Sunday, 2 for Monday... 7 for Saturday.
=TODAY()-WEEKDAY(TODAY()-x)+7
How to refer x in formula? What should I write in place of x in this formula. Combobox is in cell a1 and formula to be placed in b1.
Assuming combo values are 1 for Sunday, 2 for Monday... 7 for Saturday.
=TODAY()-WEEKDAY(TODAY()-x)+7
How to refer x in formula? What should I write in place of x in this formula. Combobox is in cell a1 and formula to be placed in b1.