I am having difficulty getting a formula to work.
I am trying to use 2 lookup tables in the same formula and in both the mid or right function brings back a value if I press F9 but the complete formula isn't working.
Sheet Name is a function that has been written by someone that returns the name of the tab.
This is what it currently looks like:
="PR = "&LEFT(Sheet_Name($A$1),2)&", BS = "&VLOOKUP(MID(Sheet_Name($A$1),2,2),Lookup_Table2,2,0)&", BT = "&VLOOKUP(RIGHT(Sheet_Name($A$1),2),Lookup_Table1,2,0)
An example of a tab name is A1_G_3 so PR=A1, BS= G, BT=3
I am trying to use 2 lookup tables in the same formula and in both the mid or right function brings back a value if I press F9 but the complete formula isn't working.
Sheet Name is a function that has been written by someone that returns the name of the tab.
This is what it currently looks like:
="PR = "&LEFT(Sheet_Name($A$1),2)&", BS = "&VLOOKUP(MID(Sheet_Name($A$1),2,2),Lookup_Table2,2,0)&", BT = "&VLOOKUP(RIGHT(Sheet_Name($A$1),2),Lookup_Table1,2,0)
An example of a tab name is A1_G_3 so PR=A1, BS= G, BT=3