Forum Discussion
Margaret_D
May 31, 2024Copper Contributor
Conditional formatting across multiple columns
Hi Is there a way that you can do conditional formatting across 4 columns but 1 row? I have got a spreadsheet that has got 4 different projects on, with date columns, and I want to highlight if...
KamikawaKazuma
May 31, 2024Copper Contributor
Hi Maggie,
The following formula works as attached.
"=COUNTIFS(OFFSET($A2,,,,4),A2)>1"
(Replace "$A2" as needed.)
dscheikey
May 31, 2024Bronze Contributor