• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Conditional Fotmatting based on several columns!

ahhhmed

Member
Hi all,

I have this spreadsheet: A1:U20

I want to conditionally format the cells in column A when the cells in column ( I ) OR the cells in column ( M ) OR the cells in column ( Q ) or the cells in column ( U ) are less than 60.

Can you please help me write a suitable formula?

Thanks
 
Select A1:A120

Open conditional formatting

Select New Rule

Select Use a formula to determine which cells to format

In the formula window enter this formula:


=OR($I1>60,$M1>60,$Q1>60,$U1>60)


then select the format you want below.


Good luck.
 
Back
Top