Conditional formatting independently for multiple rows

Anonymous
2018-11-08T11:56:41+00:00

Hello,

I have already googled for the answer but cannot find exactly what I need.

I have an excel spreadsheet with 4 columns with different numbers in each cell.

There are about 450 rows to the table.

For each row, I would like to apply the 2-colour scale conditional format to show which values are highest and which are lowest (and which come in between).

I then want to apply this format to all other rows.

The issue I have had is I can only get it to format a colour scale for the spreadsheet as a whole, rather than independently colour scale for each row.

Does anyone have any suggestions how to independently colour scale each row?

Thanks in advance.

Microsoft 365 and Office | Excel | For business | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
{count} votes
Answer accepted by question author
  1. Lz._ 38,106 Reputation points Volunteer Moderator
    2018-11-14T08:15:44+00:00

    Hi,

    You want the largest1, largest2... per Row. So, from your last picture formula must be:

    =C13=LARGE($C13:$F13,4)

    Same goes for the other rules

    =C13=LARGE($C13:$F13,3)

    =C13=LARGE($C13:$F13,2)

    =C13=LARGE($C13:$F13,1)

    0 comments No comments

15 additional answers

Sort by: Most helpful
  1. HansV 462.4K Reputation points MVP Volunteer Moderator
    2018-11-08T15:04:28+00:00

    I agree that that is a better way to do it.

    0 comments No comments
  2. Anonymous
    2018-11-08T15:43:14+00:00

    Thanks for that.

    I've given it a go and I got the below result.  (I have worked on a small section of data to test it.)

    What have a done wrong?

    0 comments No comments
  3. Lz._ 38,106 Reputation points Volunteer Moderator
    2018-11-08T15:48:50+00:00

    What have a done wrong?

    Probably the formulas but you didn't expose them so not sure...

    0 comments No comments
  4. Anonymous
    2018-11-08T16:32:23+00:00

    C13 is the first cell you see there (£495).

    I then included the data in that selection.

    I then added the respect numbers on the end '1', '2', '3', & '4' as indicated by the rules formula given.  Have a mis-interpreted something?

    0 comments No comments