2 WAY lookup Power Query
Please refer to the video by EXCELISFUN.
1) Use two xlookups where 1st one is returning the row and the second gives you the column array
2) Use Power Query
- Have two query connections for 2 tables
- For the lookup table, add a custom column that outputs the table with amounts
- In the custom column, first have it find the vendor code row
- Then outside of that, use Record.Field to refer to that row field and return the city amount
Comments
Post a Comment