Good day!
I'm running a simple spreadsheet:
-ColumnA: string input by user
-ColumnB: timestamp of when string was input (=IF(A2<>"", NOW(), "")
What I'm trying to do is have conditional formatting highlight duplicate values in Column A, but only if the timestamp is less than 24 hours old.
I know that highlighting duplicate values is: COUNTIF(A:A, A5)>1
And so I thought I'd try: =AND(IF(B:B, $B5>=NOW()-1),COUNTIF(A:A, A5)>1)
but that is not correct.
I feel like I'm close, but not quite there. Anyone have any tips?
Thanks!
-Bort
I'm running a simple spreadsheet:
-ColumnA: string input by user
-ColumnB: timestamp of when string was input (=IF(A2<>"", NOW(), "")
What I'm trying to do is have conditional formatting highlight duplicate values in Column A, but only if the timestamp is less than 24 hours old.
I know that highlighting duplicate values is: COUNTIF(A:A, A5)>1
And so I thought I'd try: =AND(IF(B:B, $B5>=NOW()-1),COUNTIF(A:A, A5)>1)
but that is not correct.
I feel like I'm close, but not quite there. Anyone have any tips?
Thanks!
-Bort