![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Feb 2002
Posts: 26
|
I need to list all my negative values in the sheet as:
m8 as opposed to the normal: -8 and so on. My issue is that I need to also find the minimum in the range as well using the min() function. How can I have Excel display m8 and use it as the numerical value -8? Your help is appreciated as I am horribly frustrated at this point. -james |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Allentown, PA
Posts: 2,510
|
Use this custom format on the cells:
#,##0_);"m"#,##0 Doing so will still allow you to use it as a value. _________________ TheWordExpert [ This Message was edited by: Dreamboat on 2002-02-23 11:10 ] |
|
|
|
|
|
#3 |
|
New Member
Join Date: Feb 2002
Posts: 26
|
thank you SO MUCH..making my life easier...
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|