Retrieve value from cell based on Match Formula. Help needed

claybwagner28

Board Regular
Joined
Sep 25, 2014
Messages
67
Office Version
  1. 365
Platform
  1. Windows
I have a formula where I retrieve the highest transaction entry for sales. The formula is =MAX(‘Sales”!E4:E544).
It returns the value I need which is $28,765.

4 cells to the left of “28,765” is the user ID. (Column A)

I am looking for a formula to retrieve the cell 4 cells to the left (Column A) of the match formula.
Thanks for any help!

Clay
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Try:

Book1
ABCDE
1MaxName
228765Name2
3
4
5
6Name112345
7Name228765
Sales
Cell Formulas
RangeFormula
B2B2=MAX(Sales!E4:E544)
C2C2=INDEX(Sales!A4:A544,MATCH(B2,Sales!E4:E544,0))
 
Upvote 0

Forum statistics

Threads
1,215,824
Messages
6,127,103
Members
449,358
Latest member
Snowinx

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