Apr 28 2023 04:54 AM - edited Apr 28 2023 04:57 AM
Hi! would appreciate anyone's help on this. I am trying to color code rows based on similar dates as shown:
i tried this code which worked till row 107 for some reason.. can anyone help figure out what happening please, thanks alot!
=ISEVEN(COUNTA(UNIQUE($A$2:$A2)))
Note: dates are being added everyday. this formula worked when i had already used old data but stopped working as i started entering a new date
Apr 28 2023 06:24 AM - edited Apr 28 2023 07:07 AM
SolutionUp to and including A106, the cells contain only a date (with midnight as time).
Starting in A107, the cells contain a formula that returns the date AND time - it uses NOW().
Solution:
Apr 28 2023 07:06 AM
Apr 28 2023 06:24 AM - edited Apr 28 2023 07:07 AM
SolutionUp to and including A106, the cells contain only a date (with midnight as time).
Starting in A107, the cells contain a formula that returns the date AND time - it uses NOW().
Solution: