Troubles with using an array in a formula

jelmerschellevis

New Member
Joined
May 6, 2013
Messages
2
Hi,

I'd like use a formula that returns the address (or the row+column numbers) of the max value in a range (e.g. AD88:BA118). All the cells in the range contain numbers.

I've tried this formula:
=ADDRESS(MAX((AD88:BA118=N128)*ROW(AD88:BA118));MAX((AD88:BA118=N128)*COLUMN(AD88:BA118));4)

(cell N128 calculates the max value for AD88:BA118).

However it looks like this doesn't work with arrays, since I get the "#VALUE!" output. How can this be solved? Different formula, or changing some settings so the formula will accept arrays?

Thanks,

Jelmer

BTW I'm using Excel 2010.
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
Are you entering the formula with Ctrl+Shift+Enter rather than just enter? If entered correctly, Excel will surround with curly braces in the formula bar {}. It is an array formula.
 
Upvote 0

Forum statistics

Threads
1,215,544
Messages
6,125,438
Members
449,225
Latest member
mparcado

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