CaptainGravyBum
Board Regular
- Joined
- Dec 1, 2023
- Messages
- 94
- Office Version
- 365
- Platform
- Windows
Hello,
I think I'm going to answer my own question with this one, but there's probably an easy fix.
On the sheet attached, I need to check if the time in column B is less (earlier) than column A. It isn't working correctly and both columns are formatted as time, but I think column B has the date included in the data and I don't know how to either strip that out or add a date into the information in column A so it can do a correct comparison.
I do have the date relevant to column A in my main sheet, if it's just a case of combining the two columns.
I think I'm going to answer my own question with this one, but there's probably an easy fix.
On the sheet attached, I need to check if the time in column B is less (earlier) than column A. It isn't working correctly and both columns are formatted as time, but I think column B has the date included in the data and I don't know how to either strip that out or add a date into the information in column A so it can do a correct comparison.
I do have the date relevant to column A in my main sheet, if it's just a case of combining the two columns.
Time.xlsx | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | 12:00:00 | 12:54:00 | TRUE | ||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
C1 | C1 | =B1<A1 |