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 any of the projects in the same row have got the same date:
I have tried doing the COUNTIF, CONCAT formulas etc, and they are not what I need. I need exactly what is on the screen here. Just to show duplicate dates that are in the same row.
I would be very grateful if someone has got an answer!
Thanks in advance.
Maggie
2 Replies
Sort By
- KamikawaKazumaCopper Contributor
Hi Maggie,
The following formula works as attached.
"=COUNTIFS(OFFSET($A2,,,,4),A2)>1"
(Replace "$A2" as needed.)- dscheikeyBronze Contributor