Hello everyone,
I am having trouble constructing a formula that looks for either of 2 conditions and then returns different true and false values, depending on the conditions. I can successfully construct the formula when the true or false condition is the same for the 2 conditions, but can't wrap my head around this more complicated scenario.
Here I go:
If a2>0 AND c2=yes, then return a2*2 (if true) or a2 (if false)
OR
if b2>0 AND c2=yes, then return b2*2 (if true) or b2 (if false)
Thank you in advance for any advice you scoot my way!
Mary Beth
I am having trouble constructing a formula that looks for either of 2 conditions and then returns different true and false values, depending on the conditions. I can successfully construct the formula when the true or false condition is the same for the 2 conditions, but can't wrap my head around this more complicated scenario.
Here I go:
If a2>0 AND c2=yes, then return a2*2 (if true) or a2 (if false)
OR
if b2>0 AND c2=yes, then return b2*2 (if true) or b2 (if false)
Thank you in advance for any advice you scoot my way!
Mary Beth