I have the following formula:
=OFFSET(DATE_START_CELL,MATCH(MONTH,CONTROL_MONTH,0),0,COUNTIF(CONTROL_MONTH,MONTH),1)
This formula is inputted in the data validation and returns the days of the month based on the selected month. For some reason, when I select a particular day from the drop down list, it returns the date in a text format.
So I tried to modifyt the formula as such:
=TEXT(OFFSET(DATE_START_CELL,MATCH(MONTH,CONTROL_MONTH,0),0,COUNTIF(CONTROL_MONTH,MONTH),1),"mm/dd/yyyy")
and it doesn't work.
Can anyone help me with the appropriate way to do a dropdown validation based on date selection?
I have attached the file with the formula as an example.
Thank you.
=OFFSET(DATE_START_CELL,MATCH(MONTH,CONTROL_MONTH,0),0,COUNTIF(CONTROL_MONTH,MONTH),1)
This formula is inputted in the data validation and returns the days of the month based on the selected month. For some reason, when I select a particular day from the drop down list, it returns the date in a text format.
So I tried to modifyt the formula as such:
=TEXT(OFFSET(DATE_START_CELL,MATCH(MONTH,CONTROL_MONTH,0),0,COUNTIF(CONTROL_MONTH,MONTH),1),"mm/dd/yyyy")
and it doesn't work.
Can anyone help me with the appropriate way to do a dropdown validation based on date selection?
I have attached the file with the formula as an example.
Thank you.