Hello,
I have an IF statement that I need to use a VLOOKUP and an INDEX to bring in data. I can get the VLOOKUP to work correctly, but whenever I set the parameters to return the INDEX info I get a "#Value!" returned. I think it may be paranthese placement, but I can't seem to figure it out. Here is how I have my formula entered:
=IF($B$34="Yes",VLOOKUP($B$37,'Lumber Specs'!$E$27:$K$33,2),INDEX('Lumber Specs'!$F15:$XX15,MATCH($B$29&B$30,'Lumber Specs'!$F$13:$XX$13&'Lumber Specs'!$F$14:$XX$14,0)))
Any help would be greatly appreciated!
I have an IF statement that I need to use a VLOOKUP and an INDEX to bring in data. I can get the VLOOKUP to work correctly, but whenever I set the parameters to return the INDEX info I get a "#Value!" returned. I think it may be paranthese placement, but I can't seem to figure it out. Here is how I have my formula entered:
=IF($B$34="Yes",VLOOKUP($B$37,'Lumber Specs'!$E$27:$K$33,2),INDEX('Lumber Specs'!$F15:$XX15,MATCH($B$29&B$30,'Lumber Specs'!$F$13:$XX$13&'Lumber Specs'!$F$14:$XX$14,0)))
Any help would be greatly appreciated!