Hello all,
I've been unable to incorporate these two IF statements,
=IF('Step 1'!B7>10,IF(ISERROR(ROUNDUP(MAX(L15:L18), 2)), "NA", ROUNDUP(MAX(L15:L18), 2)*'Step 1'!D10),
IF(('Step 4'!L15 = "NA"), "NA",), IF(ISERROR(ROUNDUP(MAX(L15:L18), 2)), "NA", ROUNDUP(MAX(L15:L18), 2)))
and
=IF(('Step 4'!L15 = "NA"), "NA",)
Is there anybody out there who can help me bring these two statements into one. They each work individually, but I can't get them together. I continue to have trouble with the parenthesis.
If possible I'd like to include a range of cells instead of just 1. For example, instead of L15 is it possible to use something like:
=IF(('Step 4'!L15:L18 = "NA"), "NA",)
Thanks for any help I can get