Forum Discussion
Excel 365 - Vlookup issue
- SergeiBaklanDec 19, 2020Diamond Contributor
Could you please be more concrete, what exactly is wrong? Small sample file could help.
- safikul6190Dec 20, 2020Copper Contributor
SergeiBaklan, when you apply the function vlookup=(lookup_value,table_array,col_index_num,[range_lookup]), post selection the table_array or the data you are able to see the col_index_num field next to the highlighted area in the previous version which you enter so that you can get the value from the column you are looking for. However, in Excel 365 the selection field is not highlighted and you have to manually count the column or have to enter number value at the top of the table to recognize the column you need the value from. This seems to an issue with Excel 365 and not with any file.
- SergeiBaklanDec 22, 2020Diamond Contributor
In support to previous posts, with XLOOKUP it's as easy as
=XLOOKUP(date, Table[Date], XLOOKUP(shopName, Table[#Headers],Table), "no such")
if shopName is one of columns name from which you'd like to return the value.