I have a criteria I need to add to both true and false sides of an existing IF formula. I want to add
IF(N1="ZINC",REF!A6&REF!A4)
When I try, it's unhappy with how I do it so evidently I haven't learned how to do it right yet. Basically, if N1 has Zinc appear in it, _Z needs to be added regardless of everything else going on.
This is the existing formula:
=IFERROR(IF(CSV!R3<12,(REF!$A$2&REF!B2&REF!$A$3&REF!D2&REF!$A$5&REF!$A$4&REF!$A$7&REF!$A$8&TEXT(REF!W2,"0.000")&REF!$A$9&TEXT(REF!X2,"0.000")&REF!$A$10),(REF!$A$2&REF!B2&REF!$A$3&REF!D2&REF!$A$4&REF!$A$7&REF!$A$8&TEXT(REF!W2,"0.000")&REF!$A$9&TEXT(REF!X2,"0.000")&REF!$A$10)),"")
IF(N1="ZINC",REF!A6&REF!A4)
When I try, it's unhappy with how I do it so evidently I haven't learned how to do it right yet. Basically, if N1 has Zinc appear in it, _Z needs to be added regardless of everything else going on.
This is the existing formula:
=IFERROR(IF(CSV!R3<12,(REF!$A$2&REF!B2&REF!$A$3&REF!D2&REF!$A$5&REF!$A$4&REF!$A$7&REF!$A$8&TEXT(REF!W2,"0.000")&REF!$A$9&TEXT(REF!X2,"0.000")&REF!$A$10),(REF!$A$2&REF!B2&REF!$A$3&REF!D2&REF!$A$4&REF!$A$7&REF!$A$8&TEXT(REF!W2,"0.000")&REF!$A$9&TEXT(REF!X2,"0.000")&REF!$A$10)),"")
Last edited: