Offset formula

Mel Smith

Well-known Member
Joined
Dec 13, 2005
Messages
1,023
Office Version
  1. 365
Platform
  1. Windows
Hello folks,

I'm trying to use Offset in my formula but I'm getting nowhere. Your advice will be most appreciated.

In cell E33 I have: =max(E8:E31)
In cell D33 I want to show the corresponding name (in A8:A31) to the maximum value shown in E33. It is possible that there might be more than one name to display. How might I achieve this?

Mel
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
Maybe like this?
Book1
ABCDEF
8Name136
9Name224
10Name316
11Name441
12Name59
13Name648
14Name718
15Name87
16Name939
17Name1045
18Name1144
19Name1212
20Name1348
21Name1418
22Name1546
23Name1630
24Name1722
25Name1836
26Name1939
27Name2014
28Name2120
29Name2213
30Name2319
31Name2448
32
3348Name6;Name13;Name24
Sheet3
Cell Formulas
RangeFormula
E33E33=MAX(B8:B31)
F33F33=TEXTJOIN(";",TRUE,FILTER(A8:A31,B8:B31=E33,))
 
Upvote 0
Solution
You're most welcome, Mel.
Just wondering, how did you manage to mark your own post as a solution?
 
Upvote 0
I overlook a zillion things that way ?
 
Upvote 0
Just wondering, how did you manage to mark your own post as a solution?
I have corrected it so that the correct reply now appears as the solution.
 
Upvote 0

Forum statistics

Threads
1,214,583
Messages
6,120,380
Members
448,955
Latest member
BatCoder

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