parallel data horizontal top and bottom - CHALLENGE

mrwiley

Board Regular
Joined
Sep 10, 2012
Messages
59
Good Day to you all,

I want to do what Excel may not be able to do.

I want to call a date in the top row, but the data I want to use to call the date is below the date.

If A1 contains 3/1/18
If A2 contains the part number 01-15-104

part 01-15-104 date 3/1/18

I want to look up from a list of parts and call the date - I've tried index, match, hlookup etc...

Part numbers are listed vertically but the dates and part numbers to call the date from are listed horizontally.

Do you have any ideas how to pull the data ?

A1-N1 have dates
A2-N2 have part numbers

Part number list

M1-M20
 
Last edited:

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
=index($a$1:$n$1, match(m1, $a$2:$m$2, 0))
 
Upvote 0

Forum statistics

Threads
1,215,063
Messages
6,122,930
Members
449,094
Latest member
teemeren

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