Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

127
Views
Excel Manual Cell Value Equals to In Range of Cells to be Used With Other Condition

In conditional formatting you can select a range of cells such as A1:C3 go to highlighted cell rules and equal to, so that for example any 0 would be red.

But I want to combined this condition with another one and so I have to write my own formula using and AND for example I tried:

=AND($A$1:$C$3=0, $D$5=5) 

But this will apply the condition to all the cells in the range only if all the cells in the range equal 0 and D5 is equal to 5.

However, I want it to only apply it to the cells that equal 0 without having to make a rule for every cell in the range.

about 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Use:

=AND(A1=0,$D$5=5)

The conditional formatting will iterate the range itself. One rule for the whole range with the formula relatively referencing the upper left cell.

enter image description here

about 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!