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

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
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,029
Messages
6,122,755
Members
449,094
Latest member
dsharae57

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