Excel says: You've entered too many arguments for this function:
=IF(H11=0,0,IF(D11="Copper",VLOOKUP($H11,'Bore Area'!$A$4:$D$17,2),IF(D11="Medium Steel",VLOOKUP($H11,'Bore Area'!$A$4:$D$17,4)),VLOOKUP($H11,'Bore Area'!$A$18:$F24,6)))
I have a look up table with pipe diameter in the left side, which is input for H11 on the main sheet, and with the related pipe type find the bore area. On the 2,4 and 6 columns of the lookup table, are the Bore Area which should be read with the VLookup.
Any suggestion?
=IF(H11=0,0,IF(D11="Copper",VLOOKUP($H11,'Bore Area'!$A$4:$D$17,2),IF(D11="Medium Steel",VLOOKUP($H11,'Bore Area'!$A$4:$D$17,4)),VLOOKUP($H11,'Bore Area'!$A$18:$F24,6)))
I have a look up table with pipe diameter in the left side, which is input for H11 on the main sheet, and with the related pipe type find the bore area. On the 2,4 and 6 columns of the lookup table, are the Bore Area which should be read with the VLookup.
Any suggestion?