Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have the following formula:
=--(SUM(A1-B1+C1)=IF(A1<=0,)) I want the sum to be the first part of the formula if A1 is not zero. If A1 is zero I want D1 to be zero. Thank you! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=IF(A1=0,0,A1-B1+C1)
-- David Biddulph "roxiemayfield" wrote in message ... I have the following formula: =--(SUM(A1-B1+C1)=IF(A1<=0,)) I want the sum to be the first part of the formula if A1 is not zero. If A1 is zero I want D1 to be zero. Thank you! |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() "roxiemayfield" wrote: I have the following formula: =--(SUM(A1-B1+C1)=IF(A1<=0,)) I want the sum to be the first part of the formula if A1 is not zero. If A1 is zero I want D1 to be zero. Thank you! Perfect! Thank you! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Question on formula | Excel Discussion (Misc queries) | |||
Newbie Question - Subtraction Formula Question | Excel Discussion (Misc queries) | |||
IF formula question | Excel Worksheet Functions | |||
Formula question | Excel Discussion (Misc queries) | |||
Formula Question | Excel Discussion (Misc queries) |