Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm using the following function in a spreadsheet, and it works fine as
long as the number is a positive number. However, if the number is a negative, I have to add a negative sign to the multiple criteria of the MROUND function. Is there a work around that would make this function show both positive or negative numbers? =IF(ISERROR(MROUND(D2*0.5,0.01)," ",MROUND(D2*.05,0.01)) Changed =IF(ISERROR(MROUND(D2*0.5,-0.01)," ",MROUND(D2*.05,-0.01)) Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Return SEARCHED Column Number of Numeric Label and Value | Excel Worksheet Functions | |||
Using the Indirect function with a sheet number instead of a sheet name | Excel Worksheet Functions | |||
Add sequences of positive then negative numbers | Excel Discussion (Misc queries) | |||
Change Number to a negative in VBA | Excel Discussion (Misc queries) | |||
#VALUE in cell but pop up function box show right number | Excel Discussion (Misc queries) |