I got it to work! (mostly)... here is the formula I was using:
=IF(OR(E30="",R30="",S30=""),"",IF(AND(A30="x",OR(G30={"Plug","bolt","decking","grating","thrdd_studs","hdd_studs","deformbars","allthrd","rebar"})),E30*S30,IF(AND(A30="x",OR(G30={"Angle","Bar","Beam","Channel","Hss","Pipe","Plate"})),(R30*S30),"")))
here is the formula I changed it to:
=IF(AND(E24="",R24="",S24=""),"",IF(AND(A24="x",OR(G24={"Plug","bolt","decking","grating","thrdd_studs","hdd_studs","deformbars","allthrd","rebar"})),E24*S24,IF(AND(A24="x",OR(G24={"Angle","Bar","Beam","Channel","Hss","Pipe","Plate"})),(R24*S24),"")))
I changed the opening syntax from: =IF(OR( to =IF(AND(
One catch... if you change the TYPE (col G) to use the "Angle", "Bar", "Beam", etc...part of the formula, and you don't change the DESCRIPTION (col H) so the INDIRECT cell validation pulls in the right parameters, you will get a
#VALUE .
Is there a way to workaround the
#VALUE with an IFERROR to make that go away?
Latest & greatest spreadsheet here (and with a lot more insight, still work in progress):
https://www.dropbox.com/s/mmhijtrdal5omlj/FT-IN-TIME.xlsx?dl=0