T
Tom
=I2>=LARGE($I$2:$I$5,2)
Using "Conditional Formatting", the function above highlights (yellow) the largest 2 values that exist in the cell range I2:I5.
What I need is the following:
- Find the largest 2 values of e.g. Sheet1!I2:I5
- Take the cell values of columns [A plus C] where intersecting with the 2 largest values in Sheet1!I2:I5.
- On a different worksheet then, put the 4 values into Sheet2!A2:B3.
For example - Sheet 1 might look like:
COL_A COL_C COL_I
===== ===== =====
Row1 STATE CITY SALES
Row2 CA San Diego 100
Row3 NY Albany 50
Row4 TX Austin 200
Row5 VA Richmond 75
Based on the conditional formatting formula "=I2>=LARGE($I$2:$I$5,2)", cells I2 & I4 highlighted.
Now, in worksheet Sheet2, I want to display the following in A2:B3
COL_A COL_B
===== =====
Row1 STATE CITY
Row2 TX Austin
Row3 CA San Diego
Is that possible? Especially, since the order of the largest 2 number have changed from Sheet1 to Sheet2. If yes, does anyone know what type of function I should use for this?
Thanks in advance,
Tom
Using "Conditional Formatting", the function above highlights (yellow) the largest 2 values that exist in the cell range I2:I5.
What I need is the following:
- Find the largest 2 values of e.g. Sheet1!I2:I5
- Take the cell values of columns [A plus C] where intersecting with the 2 largest values in Sheet1!I2:I5.
- On a different worksheet then, put the 4 values into Sheet2!A2:B3.
For example - Sheet 1 might look like:
COL_A COL_C COL_I
===== ===== =====
Row1 STATE CITY SALES
Row2 CA San Diego 100
Row3 NY Albany 50
Row4 TX Austin 200
Row5 VA Richmond 75
Based on the conditional formatting formula "=I2>=LARGE($I$2:$I$5,2)", cells I2 & I4 highlighted.
Now, in worksheet Sheet2, I want to display the following in A2:B3
COL_A COL_B
===== =====
Row1 STATE CITY
Row2 TX Austin
Row3 CA San Diego
Is that possible? Especially, since the order of the largest 2 number have changed from Sheet1 to Sheet2. If yes, does anyone know what type of function I should use for this?
Thanks in advance,
Tom