Maybe a Range Formula?

smarch

New Member
Joined
Mar 18, 2014
Messages
18
I have a list of name in column A, a list of numbers in column B to start with. In week 1, I will be entering numbers into column C and I need a formulas to tell me the name (column A) of the person who increased their numbers the most (B2 compared to C2 for example).

Thanks!
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
I would just call column D "difference" and then find the largest difference and match it up with the name.


=INDEX(A1:A10,MATCH(MAX(D1:D10),D1:D10,0))
 
Upvote 0
If you won't have any duplicates then Svendiamond formula.
If you could have more than 1 person with the same difference then:

Copy formula down.
NOTE: This is an array formula and must be entered with
Excel Workbook
ABCDE
1NameNames
2Name11415Name2
3Name23055Name5
4Name31938
5Name41126
6Name51338
7Name61428
8Name71528
CTRL-SHIFT-ENTER.
 
Upvote 0

Forum statistics

Threads
1,223,243
Messages
6,170,967
Members
452,371
Latest member
Frana

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