In Excel, is it possible to name a range that exists over multiple tabs?
For example, I have a range B3:C20 in sheets Tab 1 and Tab 2
I tried to name a range NamedRange1 that referred to
='Tab1'!$B$3:$C$20,'Tab2'!$B$3:$C$20
which seemed to work successfully.
However, when I did a vlookup =VLOOKUP(F2, NamedRange1, 2, 0) I received a #VALUE! error.
Am I doing something wrong? Both values F2 and the NamedRange1 have value types of text.