Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
One possible way
=MAX(IF($U9<1,ROUND(AK9-(AK9*$U9),-2),ROUND(AK9-$U9,-2)),0) meaning that if the IF function returns less than zero the result will be zero -- Regards, Peo Sjoblom Excel 95 - Excel 2007 Northwest Excel Solutions www.nwexcelsolutions.com "billykiller05" wrote in message news:billykiller05.2bkbes_1153933813.0031@excelfor um-nospam.com... How can I use 2 if functions together. My function is =IF($U9<1,ROUND(AK9-(AK9*$U9),-2),ROUND(AK9-$U9,-2)) and if U9 is greater than 1 and some of my cells in the range are 0 it gives me a negative number. How can I add another if function to change the negative numbers to zero? -- billykiller05 ------------------------------------------------------------------------ billykiller05's Profile: http://www.excelforum.com/member.php...o&userid=36813 View this thread: http://www.excelforum.com/showthread...hreadid=565246 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can I get Excel to determine the line curve formula without graph. | Excel Discussion (Misc queries) | |||
User-defined functions created in Excel 2000 fail in Excel 2003 | Excel Discussion (Misc queries) | |||
Database functions should use criteria in formula, as 1-2-3 does | Excel Worksheet Functions | |||
Are there functions that perform robust statistics in Excel? | Excel Worksheet Functions | |||
Visible rows and functions that work | Excel Worksheet Functions |