I reviewed below answer. it’s really working for me when i used david’s answer. But i have slight different question.
I want to highlight A1,B1,C1,D1 and E1 when condition is true for A1. As per the below answer it highlighting only values in column A
Regards,
Ramana
Assuming you should highlight columns
A:Ein caseA1has “abc” value, you should do the following:A:E).=IF($A1="abc",1,0)=1You’re done. The above code will highlight ANY row for
A:Ecolumns in case corresponding cell in A has “abc”. Modify condition as you wish.Sample file: https://www.dropbox.com/s/eyx2un2v5r5z25w/CondFormatA-E.xlsx