Excel: How to Compare Column Values in a Row

Posted by spazzie on Super User See other posts from Super User or by spazzie
Published on 2013-10-19T17:55:49Z Indexed on 2013/10/20 21:58 UTC
Read the original article Hit count: 115

I have a bunch of comparison data and a lot of entries being compared. As an example, say my sheet looks like this, give or take a few columns:

Item   Price1    Quantity1    Price2    Quantity2    Price3    Quantity3
001    $123      12           $456      24           $789      48
002    $100      95           $200      5            $300      51

For each item (row), I want to be able to look at all of the Quantity columns and find which one has the highest quantity. Ideally I'd be able to run a condition of some sort on the entire excel sheet at once, and it would highlight in red the highest quantity.

So the results would be a red "48" (qty3) for Item 001 and a red "95" (qty1) for Item 002.

Only the color would change, not any data, and no new rows would need to be created.

Let me know if you need more info

© Super User or respective owner

Related posts about microsoft-excel

Related posts about microsoft-excel-2010