0
votes
1answer
104 views

Modified VlookUp which return k-th value corresponding to lookup value

I would like to modify this function : Custom Excel VBA Function (Modified VLOOKUP) from Cell referring to a range in different file gives an error functionality I need is conceptualy simple - I need ...
0
votes
0answers
951 views

Vlookup on multiple selections of pivot table and having the selected labels in other cells

I have a pivot table which can select the values for different Quarters in Report filter. Now I'm doing Vlookup based on the selection of quarters on the table. If I select Quarter-1 it is displaying ...
0
votes
2answers
100 views

Is there a way to create RDBMS-behavior in Excel for row column lookups?

Is it possible to lookup values in excel in the following method: Table 1 ID | Code ----------------- 1 | I 1 | J 1 | K 2 | I 2 | J 2 | L ...