Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
One way:
=IF(SUM(F46:F50)=0,0,MAX(200,SUM(F46:F50))) Regards, Stefi Dave in Ampthill ezt *rta: Hi, I have a column of cells ranging from F46 to F51 I want cell F51 to be the sum of F46:F50 with the following conditions: If SUM(F46:F50) = 0 then F51 to read 0 If SUM(F46:F50)<200 then F51 to read 200 If SUM(F46:F50)200 then F51 to show actual sum of F46:F50 How do I write this as a formula? Many thanks in advance, Dave |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help with IF statements | Excel Worksheet Functions | |||
If Statements | Excel Worksheet Functions | |||
if statements | Excel Worksheet Functions | |||
IF Statements (Mutliple Statements) | Excel Worksheet Functions | |||
If statements | Excel Discussion (Misc queries) |