Hi all,
I currently have this helper column:
It combines two columns together using this formula:
I want to make it so that the cells show up RED if any of the rows are less than 30 minutes (29 minutes to be exact) from each other.
What would be the best way and formula for this in conditional formatting?
Thanks in advance!
I currently have this helper column:
It combines two columns together using this formula:
Excel Formula:
=IF([@[Planning Date]]="N/A","",
IF(ISFORMULA([@[Planning Time]]),"",
CONCATENATE(TEXT([@[Planning Date]],"dd/mm/yy")," ",TEXT([@[Planning Time]],"hh:mm am/pm"))))
I want to make it so that the cells show up RED if any of the rows are less than 30 minutes (29 minutes to be exact) from each other.
What would be the best way and formula for this in conditional formatting?
Thanks in advance!