#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 54
Default Sum If functions

Sorry to do this as i think its a very basic formula its just i dont use them
often..

I need to calculate Z5 - X5 but not if Z5 is blank (or zero). Any help would
be great or where exactly i should look as ive tried a few different formulas
from excel help but theyre not working..
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Sum If functions

You suject line mentions "sum if functions" but your explanation suggests
otherwise.

I need to calculate Z5 - X5


I take that to mean: Z5 minus X5

If that's what you want try this:

=IF(Z5=0,"",Z5-X5)


--
Biff
Microsoft Excel MVP


"Scott R" wrote in message
...
Sorry to do this as i think its a very basic formula its just i dont use
them
often..

I need to calculate Z5 - X5 but not if Z5 is blank (or zero). Any help
would
be great or where exactly i should look as ive tried a few different
formulas
from excel help but theyre not working..



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 54
Default Sum If functions

Hi,
I wasnt totally sure of the function.. I actually need Z5 - X5 but not if Z5
= 0, i think the formula i have says if it does = 0?

"T. Valko" wrote:

You suject line mentions "sum if functions" but your explanation suggests
otherwise.

I need to calculate Z5 - X5


I take that to mean: Z5 minus X5

If that's what you want try this:

=IF(Z5=0,"",Z5-X5)


--
Biff
Microsoft Excel MVP


"Scott R" wrote in message
...
Sorry to do this as i think its a very basic formula its just i dont use
them
often..

I need to calculate Z5 - X5 but not if Z5 is blank (or zero). Any help
would
be great or where exactly i should look as ive tried a few different
formulas
from excel help but theyre not working..




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Rod Rod is offline
external usenet poster
 
Posts: 108
Default Sum If functions

the formula below is correct, translation:
if Z5 = 0 then make the cell blank which you do by using two double
quotation marks. This portion is the 'IF,THEN' part of the function. The
next portion is the ELSE part. It says that if Z5 does not = 0 then perform
the function. all statements starting with IF use the same basic principle
of IF,THEN,ELSE in those three segments in that order. each segment can
contain as many nested IF statements and other functions as necessary.

"Scott R" wrote:

Hi,
I wasnt totally sure of the function.. I actually need Z5 - X5 but not if Z5
= 0, i think the formula i have says if it does = 0?

"T. Valko" wrote:

You suject line mentions "sum if functions" but your explanation suggests
otherwise.

I need to calculate Z5 - X5


I take that to mean: Z5 minus X5

If that's what you want try this:

=IF(Z5=0,"",Z5-X5)


--
Biff
Microsoft Excel MVP


"Scott R" wrote in message
...
Sorry to do this as i think its a very basic formula its just i dont use
them
often..

I need to calculate Z5 - X5 but not if Z5 is blank (or zero). Any help
would
be great or where exactly i should look as ive tried a few different
formulas
from excel help but theyre not working..




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 54
Default Sum If functions

Sorry guys, i have it working now.. thanx!! :)

"Rod" wrote:

the formula below is correct, translation:
if Z5 = 0 then make the cell blank which you do by using two double
quotation marks. This portion is the 'IF,THEN' part of the function. The
next portion is the ELSE part. It says that if Z5 does not = 0 then perform
the function. all statements starting with IF use the same basic principle
of IF,THEN,ELSE in those three segments in that order. each segment can
contain as many nested IF statements and other functions as necessary.

"Scott R" wrote:

Hi,
I wasnt totally sure of the function.. I actually need Z5 - X5 but not if Z5
= 0, i think the formula i have says if it does = 0?

"T. Valko" wrote:

You suject line mentions "sum if functions" but your explanation suggests
otherwise.

I need to calculate Z5 - X5

I take that to mean: Z5 minus X5

If that's what you want try this:

=IF(Z5=0,"",Z5-X5)


--
Biff
Microsoft Excel MVP


"Scott R" wrote in message
...
Sorry to do this as i think its a very basic formula its just i dont use
them
often..

I need to calculate Z5 - X5 but not if Z5 is blank (or zero). Any help
would
be great or where exactly i should look as ive tried a few different
formulas
from excel help but theyre not working..



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
formula/functions for average and if functions Petu71 Excel Worksheet Functions 2 August 5th 07 08:25 PM
XL2003 FILTER FUNCTIONS VS. XL2007 FILTER FUNCTIONS RET70168 Excel Worksheet Functions 0 June 15th 07 01:00 AM
efficiency: database functions vs. math functions vs. array formula nickname Excel Discussion (Misc queries) 2 July 14th 06 04:26 AM
Looking for a site with functions that substitute the ATP functions Franz Verga Excel Worksheet Functions 3 June 24th 06 04:30 AM
Nesting functions in the functions dialog box cs170a Excel Worksheet Functions 0 June 10th 05 10:36 PM


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

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

About Us

"It's about Microsoft Excel"