Hi,
I have this range B1707:MB2045 which contains formulas in all cells.
I used this formula to find the smallest value, expect zero.
How do I find the address of the cell in the result?![]()
=MIN(IF(B1707:MB2045>0,B1707:MB2045))
Hi,
I have this range B1707:MB2045 which contains formulas in all cells.
I used this formula to find the smallest value, expect zero.
How do I find the address of the cell in the result?![]()
=MIN(IF(B1707:MB2045>0,B1707:MB2045))
Last edited by ciprian; 02-27-2013 at 05:39 AM.
hi ciprian, maybe something like this:
Formula:
=ADDRESS(MIN(IF(B1707:MB2045=MIN(IF(B1707:MB2045>0,B1707:MB2045)),ROW(B1707:MB2045))),MIN(IF(B1707:MB2045=MIN(IF(B1707:MB2045>0,B1707:MB2045)),COLUMN(B1707:MB2045))))
array formula still
Last edited by benishiryo; 02-20-2013 at 09:08 AM. Reason: added file
Thanks, if you have clicked on the * and added our rep.
If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".
"Contentment is not the fulfillment of what you want, but the realization of what you already have."
Tips & Tutorials I Compiled | How to Get Quick & Good Answers
Hi benishiryo,
The result points to a cell that has a value of 0 and it's not even the first one with 0 value in the range.
Edit: I added an example
Last edited by ciprian; 02-27-2013 at 05:01 AM.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks