LOCATE THE CELL WITH THE MAXIMUM VALUE

L

Legacy 116183

Guest
I have a workbook containg twelve identical worksheets.

I want to locate the cell with the maximum value: Not the value itself, I have that from this: =MAX('Prizes October 2021:Prizes September 2022'!J3:J124,1)
but the address of the cell containing it.

I have tried various combinations of MATCH, VLOOKUP etc without success.

Is there any way of doing that? The answer should be Prizes May 2022 J63.

If I can do that I'd like the information contained in K63 to be available next to the cell reference.

Is it possible?
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
EDIT - I missed you are wanting from lots of different worksheets

so ignore

how about using

=CELL("address",INDEX(A1:B10,MATCH(MAX(A1:A9),A1:A10,0),2))
to get the address
and
=INDEX(B1:B9,MATCH(MAX(A1:A9),A1:A9,0))
to get the value

this website may help

heres a simple example using the same sheet - for an example
I'm not sure of the layout - and sheet name looks like
'Prizes October 2021:Prizes September 2022'!


Product-ETAF.xlsx
ABCDE
11ai$B$9
22b
33c
44d
51e
62f
73g
84h
96i
Sheet3
Cell Formulas
RangeFormula
D1D1=INDEX(B1:B9,MATCH(MAX(A1:A9),A1:A9,0))
E1E1=CELL("address",INDEX(A1:B10,MATCH(MAX(A1:A9),A1:A10,0),2))


Note: Images are difficult to see , and also requires that I input all the data myself, which is very time consuming.

A SMALL sample spreadsheet, around 10-20 rows, would help a lot here, with all sensitive data removed, and expected results mocked up and manually entered, with a few notes of explanation.

MrExcel has a tool called “XL2BB” that lets you post samples of your data and will allow us to copy/paste your sample data into our Excel spreadsheets, saving a lot of time.

You can also test to see if it works ok, in the "Test Here" forum.

OR if you cannot get XL2BB to work, or have restrictions on your PC , then put the sample spreadsheet onto a share
I only tend to goto OneDrive, Dropbox or google docs , as I'm never certain of other random share sites and possible virus.
Please make sure you have a representative data sample and also that the data has been desensitised, remember this site is open to anyone with internet access to see - so any sensitive / personal data should be removed
 
Upvote 0
I did try reading that web page, along with probably twenty fives others, but it was beyond my comprehension. Hence my posting.
I'll try and post a copy of my worksheet later on, all twelve of them are identical apart from the name, but to summarise I have Column J Row 3: J 124 each with a number is all twelve worksheets and all I want to do is identify the cell containing the highest value. Not the value itself.
The worksheets are called Prizes Oct 2021 through to Prizes Sep 2022

Thanks for you help so far.
 
Upvote 0
Cross-posting (posting the same question in more than one forum) is not against our rules, but the method of doing so is covered by #13 of the Forum Rules.

Be sure to follow & read the link at the end of the rule too!

Cross posted at: Locate Cell Address from Multiple Worksheets
If you have posted the question at more places, please provide links to those as well.

If you do cross-post in the future and also provide links, then there shouldn’t be a problem.
 
Upvote 0
Here is one of the sheets with theXL2BB format

Book1
JKLMN
1ENTRANTSINCOME
2Saturday/SundayTuesday CompetitionTwilight StabScrambleMajor Trophy
3129£516.00
46£24.00
538£152.00
623£115.00
7111£444.00
819£76.00
911£27.50
103£12.00
11154£616.00
1244£176.00
13107£428.00
1425£100.00
15157£785.00
1680£400.00
1794£376.00
1812£48.00
197£17.50
20154£616.00
2164£256.00
22111£444.00
2316£64.00
245£12.50
25159£795.00
263£12.00
2726£104.00
2876£950.00
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Sheet1
 
Upvote 0
Cross-posting (posting the same question in more than one forum) is not against our rules, but the method of doing so is covered by #13 of the Forum Rules.

Be sure to follow & read the link at the end of the rule too!

Cross posted at: Locate Cell Address from Multiple Worksheets
If you have posted the question at more places, please provide links to those as well.

If you do cross-post in the future and also provide links, then there shouldn’t be a problem.
I have withdrawn from the other forum.
 
Upvote 0
I have withdrawn from the other forum.
.. did you perhaps forget about this part of @Fluff's post though?

If you have posted the question at more places, please provide links to those as well.

If you do cross-post in the future and also provide links, then there shouldn’t be a problem.

Also, is your profile up-to-date and showing the correct office version?
 
Upvote 0
My profile is still up to date. My Excel account is 2013, though I now also have access at work via Excel 365.

This workbook has all been done in Excel 13,
 
Upvote 0
You seem to have ignored this part of post#4, please do as requested.
If you have posted the question at more places, please provide links to those as well.
 
Upvote 0

Forum statistics

Threads
1,214,863
Messages
6,121,978
Members
449,058
Latest member
oculus

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