M
Matt
I've got a doozy for you. I REALLY hope you can help.
If(or(b4="v",b4="s",b4="h"),.3125,"")
If(or(b4="hh",b4="hs",b4="hv",.3125-(g4-c4-(f4-e4)),"")
I need to put those 2 IF statements in the same cell.
What I need to happen is if cell b4="v" the formula stops
running after it enters .3125 as the cell value. On the
other hand, if the cell doesn't = v,s,h than the formula
should then allow a check for hh,hs,hv and execute the
resulting arithmetic. And of course, if it doesn't
include any of those letters than it should return a null
result.
So far, I've only been able to successfully join them
with a comma, resulting in the formula running through
every step of both If/Or formulas.
Thanks for the help,
Matt
If(or(b4="v",b4="s",b4="h"),.3125,"")
If(or(b4="hh",b4="hs",b4="hv",.3125-(g4-c4-(f4-e4)),"")
I need to put those 2 IF statements in the same cell.
What I need to happen is if cell b4="v" the formula stops
running after it enters .3125 as the cell value. On the
other hand, if the cell doesn't = v,s,h than the formula
should then allow a check for hh,hs,hv and execute the
resulting arithmetic. And of course, if it doesn't
include any of those letters than it should return a null
result.
So far, I've only been able to successfully join them
with a comma, resulting in the formula running through
every step of both If/Or formulas.
Thanks for the help,
Matt