neilangelo,
You should stick with the original thread.....
What does <>mean in the formula
It means "not equal to"
If A1 is not equal to 0 , (first comma is "then")
divide D1 by A1 , (second comma is "else") 0)
The quoted formula is from Alan's reply.
Basically it does whatever calculations can be accomplished.
If A1 = 1, B1 = 0 and C1 =2, it will divide D1/A1 and add it
to D1/C1 (it won't add in the result of D1/B1).
If that's what you want it to do, then use his suggestion.
If you want to return a zero result if either A1,B1 or C1 = 0
then use my suggestion in .newusers or Ron's suggestion.
John
neilangelo said:
I just received help for my IF function question with the following
solution
=IF(A1<>0,(D1/A1),0)+IF(B1<>0,(D1/B1),0)+IF(C1<>0,(D1/C1),0)
What does <>mean in the formula, is it greater than or equal to zero.
------------------------------------------------
[/url]
~~Now Available: Financial Statements.xls, a step by step guide to
creating financial statements