i have a spreadsheet where is data imported from an outside program. It breaks the date and time into 2 separate columns. On my summary page i need to test each entry to determine how many entries are older than a set date and time. However, when i try to use countif or sumproduct i am unsuccessful.
Example:
Column C Column D
3/18/15 1:00
3/18/15 2:00
3/19/15 13:10
3/19/15 15:30
Test date/time
3/19/15 8:00
if column c row 1 + column d row 1 is less than test date time count entry and return # of entries older than 3/19/15 8:00. Thank you!
Bookmarks