Trying to fetch data from HLOOKUP

ANAND KUMAR

New Member
Joined
Oct 20, 2016
Messages
41
Hi Experts,

I found myself in a situation, I Have two Sheets Data in Horizontally and want fetch some details from them vertically as following: Sheet 1
VauxhallFordHall
Gearbox500450600
Engine10001200800
Steering250350275
Ignition507045
CYHead300290310

<tbody>
</tbody>

and I want fetch blank details as per below (Sheet 2)

MakerSpareCost
Vauxhall
Ignition?
VWGearBox?
FordEngine?
VWSteering?
FordIgnition?
FordCYHead?
VauxhallGearBox?
FordEngine?

<tbody>
</tbody>
Your request would be appreciated. Thanks in Advance!
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Hi, welcome to the forum! See if you can adapt this to your set-up.

Sheet2


Excel 2013
ABC
1MakerSpareCost
2VauxhallIgnition50
3VWGearBox5
4FordEngine1200
5VWSteering5
6FordIgnition70
7FordCYHead290
8VauxhallGearBox500
9FordEngine1200
Sheet2
Cell Formulas
RangeFormula
C2=INDEX(Sheet1!$B$2:$Z$1000,MATCH(B2,Sheet1!$A$2:$A$1000,0),MATCH(A2,Sheet1!$B$1:$Z$1,0))


Sheet1


Excel 2013
ABCDE
1VauxhallFordHallVW
2Gearbox5004506005
3Engine100012008001
4Steering2503502755
5Ignition5070456
6CYHead3002903104
Sheet1
 
Upvote 0
Great, good to hear :)
 
Upvote 0

Forum statistics

Threads
1,216,119
Messages
6,128,946
Members
449,480
Latest member
yesitisasport

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