#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 21
Default Formula Question

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Formula Question

=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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 21
Default Formula Question



"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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Question on formula casey Excel Discussion (Misc queries) 0 December 13th 06 12:25 AM
Newbie Question - Subtraction Formula Question [email protected] Excel Discussion (Misc queries) 3 May 5th 06 05:50 PM
IF formula question impress Excel Worksheet Functions 1 February 14th 06 12:30 AM
Formula question Jeffrey Excel Discussion (Misc queries) 2 July 1st 05 06:57 PM
Formula Question JDT Excel Discussion (Misc queries) 2 January 30th 05 01:17 PM


All times are GMT +1. The time now is 05:44 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"