Kelvinator1
New Member
- Joined
- May 18, 2022
- Messages
- 14
- Office Version
- 365
- Platform
- Windows
I have two reports, one that has aged inventory data and the other that has sales data with inventory items on it. What I am trying to do is look up the item number from the aged inventory report and then go to the sales report, find that same item number and return all the customer names that have purchased that item and put the results in a row (across a bunch of columns). The aged inventory report is small (59 rows) compared to the sales report (2229 rows). I tried using index, small, row, column based on an example I found online, but it didn't work because my data are in two different files and are two different sizes. Any ideas?