Highlight highest value in a range based on change in a different range

mck02e

New Member
Joined
Oct 8, 2015
Messages
6
Hi,

I hope I am describing what I need correctly. I have a list of store numbers in column A. In column B, I have various employee pay rates that correspond to each store. Is there a way I can tell excel that I want to find the highest pay rate at each change in store number? In other words, highlight the highest pay rate for each store ? To put it into perspective, I have about 530 stores and 2700 employees that I am working with.

I am also open to options other than highlighting..perhaps if I have to use some sort of formula that will have to pull the data I want into another column, that will work as well.

StorePay rate
10010.00
10010.50
1007.25
2008.00
2008.25
30010.00
30010.00
30010.25
30011.00
3007.25

<tbody>
</tbody>
 
Last edited:

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
A
B
C
E
F
1
StorePay rateStoremax Pay rate
2
100​
10​
100​
10.5​
3
100​
10.5​
200​
8.25​
4
100​
7.25​
300​
11​
5
200​
8​
6
200​
8.25​
7
300​
10​
8
300​
10​
9
300​
10.25​
10
300​
11​
11
300​
7.25​

<tbody>
</tbody>

f2=MAX(IF($A$2:$A$11=E2,$B$2:$B$11)) control +shift +enter copy down
 
Upvote 0
Aha! Worked like a charm. That was super easy...just couldn't seem to focus; I knew it could be done. Thank You!
 
Upvote 0

Forum statistics

Threads
1,214,786
Messages
6,121,548
Members
449,038
Latest member
Guest1337

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top