Jazz Engineer
New Member
- Joined
- Feb 1, 2022
- Messages
- 15
- Office Version
- 365
- Platform
- Windows
I have a column that is supposed to have dates entered, and is formatted for short date. The condition is: any date entered must have occurred in this year or a later year. I have entered the XL2BB code below and a screen shot afterwards. The problem is that dates in previous years are accepted without any error messages.
Thanks for your help,
Steve
e04Marathons_CarmeliSteve.xlsm | |||
---|---|---|---|
A | |||
5 | 3/4/2020 | ||
Expenses |
Cells with Data Validation | ||
---|---|---|
Cell | Allow | Criteria |
A5 | Date | >=YEAR(TODAY()) |
B5 | List | =Marathon_Name |
A6:A40 | Date | <TODAY() |
B6:B12 | List | Marathons |
B13:B40 | List | =Marathons |
Thanks for your help,
Steve