Marsman
Board Regular
- Joined
- May 13, 2013
- Messages
- 62
- Office Version
- 365
- Platform
- Windows
Hello - I am currently using the following formula to show Duplicate values in column C based on the criteria of the date being the same in Column A.
Column B is a manually entered Time stamp that I need to be able to now implement. So, if the info in Column C duplicates within 24 hours of each other I need to change the Highlight Duplicate to that.
I am at a loss on how to change the Date reference to a Date and Time Reference to get the 24 hour window.
any help would great be appreciated.
Column B is a manually entered Time stamp that I need to be able to now implement. So, if the info in Column C duplicates within 24 hours of each other I need to change the Highlight Duplicate to that.
I am at a loss on how to change the Date reference to a Date and Time Reference to get the 24 hour window.
any help would great be appreciated.
Book1 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | |||
1 | 7/15/2021 | 5:30 AM | test | Current Date Results | Desired Results | 7/15/2021 | 5:30 AM | test | |||
2 | 7/15/2021 | 5:45 AM | test1 | 7/15/2021 | 5:45 AM | test1 | |||||
3 | 7/15/2021 | 6:05 AM | test2 | 7/15/2021 | 6:05 AM | test2 | |||||
4 | 7/15/2021 | 6:12 AM | test | 7/15/2021 | 6:12 AM | test4 | |||||
5 | 7/16/2021 | 6:22 AM | test2 | 7/16/2021 | 6:22 AM | test2 | |||||
6 | 7/16/2021 | 6:47 AM | test3 | 7/16/2021 | 6:47 AM | test3 | |||||
7 | 7/16/2021 | 7:18 AM | test4 | 7/16/2021 | 7:18 AM | test4 | |||||
8 | 7/16/2021 | 7:21 AM | test5 | 7/16/2021 | 7:21 AM | test5 | |||||
9 | 7/16/2021 | 9:54 AM | test6 | 7/16/2021 | 9:54 AM | test6 | |||||
10 | 7/16/2021 | 10:38 AM | test7 | 7/16/2021 | 10:38 AM | test7 | |||||
11 | 7/16/2021 | 11:45 AM | test5 | 7/16/2021 | 11:45 AM | test5 | |||||
12 | 7/16/2021 | 10:58 PM | test9 | 7/16/2021 | 10:58 PM | test9 | |||||
13 | 7/17/2021 | 2:13 AM | test | 7/17/2021 | 2:13 AM | test | |||||
14 | 7/17/2021 | 3:46 AM | test1 | 7/17/2021 | 3:46 AM | test1 | |||||
15 | 7/17/2021 | 4:42 AM | test2 | 7/17/2021 | 4:42 AM | test2 | |||||
16 | 7/17/2021 | 4:44 AM | test3 | 7/17/2021 | 4:44 AM | test3 | |||||
17 | 7/17/2021 | 7:35 AM | test | 7/17/2021 | 7:35 AM | test4 | |||||
18 | 7/17/2021 | 11:52 AM | test5 | 7/17/2021 | 11:52 AM | test5 | |||||
19 | 7/18/2021 | 1:11 PM | test6 | 7/18/2021 | 1:11 PM | test6 | |||||
20 | 7/18/2021 | 12:30 AM | test1 | 7/18/2021 | 12:30 AM | test1 | |||||
21 | 7/18/2021 | 1:30 AM | test1 | 7/18/2021 | 1:30 AM | test | |||||
Sheet1 |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
C1:C21 | Expression | =COUNTIFS($A$1:$A$21,A1,$A$1:$A$21,"<>",$C$1:$C$21,C1,$C$1:$C$21,"<>")>1 | text | NO |