Forum Discussion
renjie0315
Feb 18, 2023Copper Contributor
VLookup with Comma Interval
Hi all, I would like to use VLookup to abstract the phone number and email based on the name given in cell B3 and subsequent column. However, in between the name, there is a comma, may I know is...
renjie0315
Feb 19, 2023Copper Contributor
Hi ecovonrein,
I presume TBL stands for Table. This is the error that I faced when I select the table.
ecovonrein
Feb 20, 2023Iron Contributor
I dunno the naming conventions of your spreadsheet. TBL was just a placeholder for whatever name you use. From the screenshot it appears your TBL is called "Table1_2". Except that while it looks like a "Table", the #NAME suggests that it isn't actually an Excel table because the structured reference "[Name]" does not appear to be recognized. So replace that structured reference with your hard coordinates, eg =INDEX(TEXTSPLIT(B3,","),1,1).