I have a workbook with 2 worksheet. On one we calculate the price for various kitchen layouts, we'll call it DATA. The second is basically a compacted Report of the data on the first. I have been using the Index() function paired with Match() so I only have to copy the Price per unit to the Report sheet. About five other value are pull across with Index() function and they are all on the same row on the data sheet.
The issue is when I have Price values that are the same, the index() of course pulls the first one, which may not be correct.
The Price Value I am coping from the DATA sheet has the correct row number for the other items, but how do I reference this row in my Index() or is there another function that will index to data with a know row and a column number?
Bookmarks