SAMCRO2014
Board Regular
- Joined
- Sep 3, 2015
- Messages
- 160
I am trying to create an IF statement that is comparing the date in cell G20 to April 1, 2024. If G20 is less than 2024-04-01 then enter 2024-04-01 in the cell, if false, have the cell = date in G20.
This is my IF statement but it will not copy the data from G20 when false =IF(G20<"2024-04-01","2024-04-01",G20)
The true part of the statement works, I can't figure out why the false statement does not. I tried adding the DATE function with no sucess.
This should be 2024-07-04 and not 2024-04-01
Thank you
This is my IF statement but it will not copy the data from G20 when false =IF(G20<"2024-04-01","2024-04-01",G20)
The true part of the statement works, I can't figure out why the false statement does not. I tried adding the DATE function with no sucess.
Thank you