Function for Cell Address

Des_cool

New Member
Joined
Jun 28, 2021
Messages
8
Office Version
  1. 365
Platform
  1. Windows
  2. MacOS
  3. Mobile
Does anyone know how to use a cell address function to find the Minimum value in an array?

=CELL("address",MIN(W4:AE4)) I tried using this, but I am getting an error. If there's something I am missing please let me know. Thanks!
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
Maybe
Book1
WXYZAAABACADAE
4923711151315
5
6
7$AC$4
8$AC$4
Sheet1
Cell Formulas
RangeFormula
X7X7=ADDRESS(4,MATCH(MIN($W$4:$AE$4),$W$4:$AE$4,0)+COLUMN(W4)-1)
X8X8=CELL("address",INDEX($W$4:$AE$4,MATCH(MIN($W$4:$AE$4),$W$4:$AE$4,0)))
 
Upvote 0

Forum statistics

Threads
1,215,432
Messages
6,124,860
Members
449,194
Latest member
HellScout

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