If the spreadsheet shows the following information:
Col A - Due Date Col B - Finish Date
10/23/2003 10/23/03 1:43:23pm
In C the following formula is used:
=IF((B3>A3),"late","on time"
The result should come back ON TIME because it has been completed on the same date and is NOT late. However, the first column, without times listed, assumes it is Midnight, so anything after midnight is considered late.
What formula can I use to have it disregard the times and concerntrate on the DATE ONLY. We can do a text to column and split the date/time in Column B but that is now how we need the data to be.
Any help would be greatly appreciated.....
Thanks in advance.
LadyCk3
Col A - Due Date Col B - Finish Date
10/23/2003 10/23/03 1:43:23pm
In C the following formula is used:
=IF((B3>A3),"late","on time"
The result should come back ON TIME because it has been completed on the same date and is NOT late. However, the first column, without times listed, assumes it is Midnight, so anything after midnight is considered late.
What formula can I use to have it disregard the times and concerntrate on the DATE ONLY. We can do a text to column and split the date/time in Column B but that is now how we need the data to be.
Any help would be greatly appreciated.....
Thanks in advance.
LadyCk3