I have 4 formulas that work independently. Two are similar to the other two in what they look for. I'm trying to put them all into one formula. How do I nest them so that if Excel finds #1 , it doesn't look for #2 , and if it finds #3 it doesn't look for #4 ? It would never find #1 and #3 at the same time, nor will it ever find #2 and #4 at the same time, because B2 will only be either "H" or "V" and C2 will only be Zinc or our standard material.
#1 is (=IF(AND(B2="H",$C$2="ZINC"),(COUNTIF('EDGES & BEND ALLOWANCE'!$AA$2:$AA$318,E2)>0)))
#2 is (=IF(B2="H",(COUNTIF('EDGES & BEND ALLOWANCE'!$Y$2:$Y$318,E2)>0)))
#3 is (=IF(AND(B2="V",$C$2="ZINC"),(COUNTIF('EDGES & BEND ALLOWANCE'!$AC$2:$AC$318,E2)>0)))
#4 is (=IF(B2="V",(COUNTIF('EDGES & BEND ALLOWANCE'!$Z$2:$Z$305,E2)>0)))
On a side note, where would I find classes on this stuff so I'm not always harassing you fine people?
#1 is (=IF(AND(B2="H",$C$2="ZINC"),(COUNTIF('EDGES & BEND ALLOWANCE'!$AA$2:$AA$318,E2)>0)))
#2 is (=IF(B2="H",(COUNTIF('EDGES & BEND ALLOWANCE'!$Y$2:$Y$318,E2)>0)))
#3 is (=IF(AND(B2="V",$C$2="ZINC"),(COUNTIF('EDGES & BEND ALLOWANCE'!$AC$2:$AC$318,E2)>0)))
#4 is (=IF(B2="V",(COUNTIF('EDGES & BEND ALLOWANCE'!$Z$2:$Z$305,E2)>0)))
On a side note, where would I find classes on this stuff so I'm not always harassing you fine people?
Last edited: