Index/Match Based on Horizontal Data Table

painfully_average

New Member
Joined
Mar 11, 2022
Messages
1
Office Version
  1. 365
Platform
  1. Windows
Through VBA, I was able to take unpivot my horizontal data table and get each name/ID # on it's own line. I am not needing to parse through the data and return values based on the Name, ID #, and Visit #.

Basically names are visited between 1 and 3 times checking for malfunction. If there is a malfunction, it is visited a second time for repair, and a third time if that repair fails. Pictures are taken at each visit, so a single component may have three sets of picture #s.

I think the best way to do this will be through an Index/Match to check for the three criteria and return the cell that matches, but I'm having difficulty getting started. I'm working primarily with cells E20:H23.

zVUkE.png
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.

Forum statistics

Threads
1,215,603
Messages
6,125,786
Members
449,259
Latest member
rehanahmadawan

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top