D
david rose
Hi all,
I am unfamiliar with nested IF statements.
I want to have a formula evaluate the following:
b1=.005, b2 could =-.004 or b2 could =.004
If b1 is > than 0, then I want to add 1 to b1 and multiply it by 1+b2 if b2 is > 0, or by 1 less the absolute value of b2 if b2 is < 0. so:
1.005*1.004....which is (b1+1)*(b2+1) or 1.005*.996....which is (b1+1)*(1-|b2|).
Thanks for the help
david
Submitted via EggHeadCafe - Software Developer Portal of Choice
Some Advice to n00bs at .NET!
http://www.eggheadcafe.com/tutorial...6d-f998ffc56b0d/some-advice-to-n00bs-at-.aspx
I am unfamiliar with nested IF statements.
I want to have a formula evaluate the following:
b1=.005, b2 could =-.004 or b2 could =.004
If b1 is > than 0, then I want to add 1 to b1 and multiply it by 1+b2 if b2 is > 0, or by 1 less the absolute value of b2 if b2 is < 0. so:
1.005*1.004....which is (b1+1)*(b2+1) or 1.005*.996....which is (b1+1)*(1-|b2|).
Thanks for the help
david
Submitted via EggHeadCafe - Software Developer Portal of Choice
Some Advice to n00bs at .NET!
http://www.eggheadcafe.com/tutorial...6d-f998ffc56b0d/some-advice-to-n00bs-at-.aspx