I had to add additional job functions to my workbook. I then made a change to the formula to include the new job junctions. I am now attempting to excute the formula by hitting enter or to drag the formula in from cell F2 (Tab - Employee Info) down column E it is asking for me to save the document. The formula is below: Thank you in advance.
=IF(C2="","",IF(B2=" Breakdown/Floor Unloader",HLOOKUP(E2,'Production Standards'!$B$2:$I$3,2,FALSE),IF(B2="Pallet Unloader",HLOOKUP(E2,'Production Standards'!$B$8:$I$9,2,FALSE),IF(B2="Pallet Verifier",HLOOKUP(E2,'Production Standards'!$B$11:$I$12,2,FALSE),IF(B2="Breakdown/Floor Verifier",HLOOKUP(E2,[ProductionStandards]ProductionStandards!$B$5:$I$6,2,FALSE),IF(B2="Slotter",HLOOKUP(E2,[ProductionStandards]ProductionStandards!$B$14:$I$15,2,FALSE),IF(B2="Loader",HLOOKUP(E2,'Production Standards'!$B$17:$I$18,2,FALSE),IF(B2="Loose Freight",HLOOKUP(E2,'Production Standards'!$B$20:$I$21,2,FALSE),""))))))))
Bookmarks