I have "Completed Date" under column M in the format of the following:
2/5/2013 11:23:07 AM (m/d/yyyy h:mm under Custom number format)
I want to add another column next to it that will return the word "TRUE" or "FALSE" if the order was completed the day before regardless of the time that is shown in "Completed Date" so that I can use a filter to show only the TRUE results and the FALSE to be hidden.
I'm not familiar with writing my own formulas so I started with the following:
=IF(TODAY()-1=M2,TRUE,FALSE)
It is returning all FALSE and I believe it's because of the time that is added to the date. This is how the data is exported so I'd rather not change the formats for all the dates to make this work unless I can create another column that can automatically convert the date format to something that is workable for what I'm trying to achieve (ie. changing 02/05/2013 12:26:24 PM to a simply read 02/05/2013).
Not trying to complicate things further, but we only want to include business days so if it was Monday today, yesterday would be considered Friday so we'd want to see Friday's results.
Any help is greatly appreciated. Thanks very much.
Bookmarks