Desu Nota from Columbus
Well-known Member
- Joined
- Mar 17, 2011
- Messages
- 556
I have this formula (see below) set in columns F and G to convert DateTime (columns B & C) to Month/Day/Year. I applied this formula to the entire column so when columns B & C are empty, the date is still converted to 1/0/1900 all the way to cell 65000+
=MONTH(B3) & "/" & DAY(B3) & "/" & YEAR(B3)
Is there a way to force this to say, If no value in B and C, then leave blank in F and G?
=MONTH(B3) & "/" & DAY(B3) & "/" & YEAR(B3)
Is there a way to force this to say, If no value in B and C, then leave blank in F and G?