Good Afternoon
Right now when I try this formula I am able to drag down and across and return my desired table when I change cell B47.
=IFERROR(IF($B$47=2,Table2,IF(B47=3,Table3,"")),"" )
However I have 30+ tables and a nested if wont be able to handle them. Any other suggestions on how I could get this done using another formula?
I tried vlookup and index match with no avail.
Thanks
Right now when I try this formula I am able to drag down and across and return my desired table when I change cell B47.
=IFERROR(IF($B$47=2,Table2,IF(B47=3,Table3,"")),"" )
However I have 30+ tables and a nested if wont be able to handle them. Any other suggestions on how I could get this done using another formula?
I tried vlookup and index match with no avail.
Thanks