I'm trying to form a formula to write in a the row with the lowest number. The formula would appear in column 2 (the "Lowest" column)
E.g
A B
2
1 "Lowest"
3
If the lowest number appears more than once in the list, the formula should return "Lowest" once, but doesn't matter which row it appears in.
Thanks
Last edited by Jay_hl; 02-06-2011 at 12:18 PM.
Perhaps:
B1: =REPT("Lowest",ROW(A1)=MATCH(MIN(A:A),A:A,0)) copied down
My Recommended Reading:
Volatility
Sumproduct & Arrays
Pivot Intro
Email from XL - VBA & Outlook VBA
Function Dictionary & Function Translations
Dynamic Named Ranges
Try this in B2
Drag/Fill Down=IF(ROW()=MATCH(MIN(A:A),A:A,0),"Lowest","")
This should return the first minimum value found
If you need any more information, please feel free to ask.
However, if this takes care of your needs, please click EDIT in your original post, click GO ADVANCED and set the PREFIX box to SOLVED. It helps everybody! ....
Also
If you are satisfied by any members response to your problem please consider using the small Star icon botom left of thier post to show your appreciation.
Fabulous.
Cheers guys. Must be having a Sunday night mental block.
Thanks for the rapid reply. Much appreciated.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks