Glasgowsmile
Active Member
- Joined
- Apr 14, 2018
- Messages
- 280
- Office Version
- 365
- Platform
- Windows
I have this formula in a newer version of Excel report and it works great. It goes through every day in column C (formatted like such: mm/dd/yyyy) and gives me back the MMMM YYYY value which I use in data validation to display each month for a drop-down list.
Data validation formula:
The problem is... I don't know how to create the same data validation list without this unique formula so that it works on older versions of excel.
Excel Formula:
=UNIQUE(TEXT($C$14:$C$377, "MMMM YYYY"))
Excel Formula:
=OFFSET(DateRanges,0,0,COUNTA(DateRanges),1)
The problem is... I don't know how to create the same data validation list without this unique formula so that it works on older versions of excel.