Conditional format question

  • Thread starter Thread starter Paul Hyett
  • Start date Start date
P

Paul Hyett

Excel 2003

Is there a way of comparing the value in the current cell, against that
of the rightmost occupied cell in a row range?
 
formula is and format as desired. Assumes numbers

=b2=INDEX($2:$2,MATCH(9999999,$2:$2))
 
formula is and format as desired. Assumes numbers

=b2=INDEX($2:$2,MATCH(9999999,$2:$2))
OK, I've entered it as follows, in a4, with the numbers to test in row 4
in the range of columns as below...

=A4=INDEX($J:$BI,MATCH(9999999,$J:$BI))

But it doesn't work...
 
You didn't include the row (4) in both of your range addresses.
 
You didn't include the row (4) in both of your range addresses.
So it should have been : =A4=INDEX($J4:$BI4,MATCH(9999999,$J4:$BI4)),
then?
 
So it should have been : =A4=INDEX($J4:$BI4,MATCH(9999999,$J4:$BI4)),
then?

I've changed it to =A4<>INDEX($J4:$BI4,MATCH(9999999,$J4:$BI4)) and now
it seems to have the desired effect - thanks. :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top