Is there a way to return the Cell Address form the resukt of a Min formula, example =MIN(V7,AF7,AP7,AZ7,BJ7,BT7) the result is .99 in AZ7, i would like to retun the cell address AZ7...
as always, any help greatly appreaciated
Is there a way to return the Cell Address form the resukt of a Min formula, example =MIN(V7,AF7,AP7,AZ7,BJ7,BT7) the result is .99 in AZ7, i would like to retun the cell address AZ7...
as always, any help greatly appreaciated
Last edited by romperstomper; 05-19-2011 at 02:14 AM.
Windows 7 using Office 2007 & 2010
Remember your [ code ] [ /code ] tags, makes reading soooo much easier
scottylad2,
The way you have it setup would make it a bit difficult. I would recommend putting the making a table. In the first column of the table would be cells that are equal to V7,AF7,AP7,AZ7,BJ7,BT7. Then in the second column of the table would be those cells' addresses. Then you could use a vlookup to find the min value in that table and return the cells' associated address. I've attached a sample workbook so you can see what I mean.
Hope that helps,
~tigeravatar
Something like
=ADDRESS(MATCH(MIN($A$1:$A$8),$A$1:$A$8,0),1,4)
ChemistB
My 2?
substitute commas with semi-colons if your region settings requires
Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)
Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble
I've personally wondered how to do that for a while - thanks!
If your question has been satisfactorily addressed, please consider marking it solved. Click the Thread Tools dropdown and select Mark thread as solved.
Also, you might want to add to the user's reputation by clicking the star icon in the lower left corner of the post with the answer- it's why we do what we do...
Thomas Lafferty
Analyst/Programmer
If you were only wanting to look at those specific cells because other numbers could appear in between that you wanted to exclude, then try:
confirmed with CTRL+SHIFT+ENTER not just ENTER![]()
=ADDRESS(7,MIN(IF((MOD(COLUMN(V7:BT7)-COLUMN(V7),10)=0)*(V7:BT7),COLUMN(V7:BT7))),4)
Where there is a will there are many ways.
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
ChemistB that does the trick, thanks
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks