ArPharazon
Board Regular
- Joined
- May 3, 2004
- Messages
- 51
- Office Version
- 2016
- 2013
- 2007
- Platform
- Windows
I have seen references here to formulas like this =MIN(IF(A1:A3="",0,A1:A3))
What I'm doing is this =MIN(G2,I2)
I want the minimum value (earliest date/time) from one cell or the other which are in date/time (mm/dd/yyyy hh:mm) format.
The only issue is, it represents 2 blank cells as 01/00/1900 00:00 instead of a blank cell.
Anything I can do with the formula?
What I'm doing is this =MIN(G2,I2)
I want the minimum value (earliest date/time) from one cell or the other which are in date/time (mm/dd/yyyy hh:mm) format.
The only issue is, it represents 2 blank cells as 01/00/1900 00:00 instead of a blank cell.
Anything I can do with the formula?