Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I have this formula =SUM(IF(SUM(F18)40,SUM((SUM(F18)-40)*1.5)+40,(SUM(F18)))) but if the results are 40 or higher I want it to just display 40. How do I do that? -- djarcadian ------------------------------------------------------------------------ djarcadian's Profile: http://www.excelforum.com/member.php...o&userid=15877 View this thread: http://www.excelforum.com/showthread...hreadid=498451 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Wrap your current formula in a MAX() =MAX(SUM(IF(SUM(F18)40,SUM((SUM(F18)-40)*1.5)+40,(SUM(F18)))),40) -- Cutter ------------------------------------------------------------------------ Cutter's Profile: http://www.excelforum.com/member.php...fo&userid=9848 View this thread: http://www.excelforum.com/showthread...hreadid=498451 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Thanks, I actually needed a minimum, not a max but you set me in the right direction! Thanks. :) -- djarcadian ------------------------------------------------------------------------ djarcadian's Profile: http://www.excelforum.com/member.php...o&userid=15877 View this thread: http://www.excelforum.com/showthread...hreadid=498451 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
So ... what you're saying ... is that you *don't* want to do any
calculations ... is that correct? =MIN(F18,40) -- HTH, RD ============================================== Please keep all correspondence within the Group, so all may benefit! ============================================== "djarcadian" wrote in message ... I have this formula =SUM(IF(SUM(F18)40,SUM((SUM(F18)-40)*1.5)+40,(SUM(F18)))) but if the results are 40 or higher I want it to just display 40. How do I do that? -- djarcadian ------------------------------------------------------------------------ djarcadian's Profile: http://www.excelforum.com/member.php...o&userid=15877 View this thread: http://www.excelforum.com/showthread...hreadid=498451 |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Oops! That's right. Glad to help by giving the opposite of what you wanted. -- Cutter ------------------------------------------------------------------------ Cutter's Profile: http://www.excelforum.com/member.php...fo&userid=9848 View this thread: http://www.excelforum.com/showthread...hreadid=498451 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
find multiple results | Excel Discussion (Misc queries) | |||
abdualmohsn | Excel Discussion (Misc queries) | |||
Date stamp formula results? Tricky problem? | Excel Discussion (Misc queries) | |||
calculating results in formulas | Excel Discussion (Misc queries) | |||
?odd results for =left(F#,2) | Excel Worksheet Functions |