J
jtfreed
This is the formula:
=IF(AND($M$1=1,F27>119999),"ERROR
",IF(AND($M$1=1,F28>119999),"ERROR.",IF(AND($M$1=1,F29>119999),"ERROR
-",IF(AND($M$1=1,F30>119999),"ERROR",IF(AND($M$1=1,F31>119999),"ERROR",IF(AND($M$1=1,F32>119999),"ERROR
",IF(AND($M$1=1,F33>119999),"ERROR ","")))))))
I would like to simplify it somehow. Surely there must be a way. I
tried this
=IF(AND($M$1=1,F27:F33>119999),"ERROR - You must use a State Fund for
this deposit.","")
but it returns an error of #VALUE.
Can any tell me how to condense this formula in some way. Thanks!
=IF(AND($M$1=1,F27>119999),"ERROR
",IF(AND($M$1=1,F28>119999),"ERROR.",IF(AND($M$1=1,F29>119999),"ERROR
-",IF(AND($M$1=1,F30>119999),"ERROR",IF(AND($M$1=1,F31>119999),"ERROR",IF(AND($M$1=1,F32>119999),"ERROR
",IF(AND($M$1=1,F33>119999),"ERROR ","")))))))
I would like to simplify it somehow. Surely there must be a way. I
tried this
=IF(AND($M$1=1,F27:F33>119999),"ERROR - You must use a State Fund for
this deposit.","")
but it returns an error of #VALUE.
Can any tell me how to condense this formula in some way. Thanks!