Lookup Help

abbyt1904

New Member
Joined
Jun 2, 2015
Messages
1
Hi

Can anyone help?

I am trying to populate the second row with the Training Day Rate in the bottom part but cant seem to get it to work. I've tried hlookup but that is for the table array being horizontal, how do I do it for the source data being horizontal?

JLRHyundaiHyundaiJLR
JLR£400
Hyundai£500

<tbody>
</tbody>



Thanks



<colgroup><col span="5"></colgroup><tbody>
</tbody>
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
I may not be reading the question correctly, but I think that vlookup may be the thing to use here. I'm assuming that you have JLR, Hyundai, Hyundai, and JLR in cells A1, B1, C1, and D1; and that JLR, L400, Hyundai, and L500 are in cells A3, B3, A4, and B4.

In cell A2, put: =vlookup(A1,A3:B4,2,false)

Then copy this cell and paste it across row two (into cells B2:D2).


Let me know if this doesn't work or if you have any questions.
 
Upvote 0

Forum statistics

Threads
1,215,521
Messages
6,125,308
Members
449,218
Latest member
Excel Master

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