Help in Linking Excel data from different excel files.

jay1990

New Member
Joined
Dec 19, 2017
Messages
2
Hi Everyone,

I have a problem with the below table. Request you to please help me.

There are 2 sheets.

1st Sheet contains predefined details mentioned below

Row 1: Product Name / Details
Row 2: Price for State 1
Row 3: Price for State 2
Row 4: Price for State 3

2nd Sheet is a Daily Report, wherein we calculate the total orders.

If I enter Product Name with State details, automatically the price which is allocated in the sheet 1 has to be reflected in the sheet 2.

Regards,
Jay
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
in sheet 1 you may have

A B C D
13 product price1 price2 price3
14 product1 19 34 15
15 product2 48 30 44

name the range cell A14:A21 as product ..

on sheet2

A B C D
1

on cell A1 do data validation .. Alt + D + L... list ... tab f3... select product..
then on cell B1 copy and drag this formula
=INDEX(Sheet1!$B$14:$D$21,MATCH($A2,Sheet1!$A$14:$A$21,0),MATCH(B$1,$B$1:$D$1,0))
 
Last edited:
Upvote 0
in sheet 1 you may have

A B C D
13 product price1 price2 price3
14 product1 19 34 15
15 product2 48 30 44

name the range cell A14:A21 as product ..

on sheet2

A B C D
1

on cell A1 do data validation .. Alt + D + L... list ... tab f3... select product..
then on cell B1 copy and drag this formula
=INDEX(Sheet1!$B$14:$D$21,MATCH($A2,Sheet1!$A$14:$A$21,0),MATCH(B$1,$B$1:$D$1,0))

Dear, Could you pls help me out in the below format.

SHEET 1: Predefined Values and Product details

ProductPrice 1Price 2Price 3Price 4
A125150185225
B256350375450
C235270325380
D290350420480
E7895125185
F95125150195
G869920965989

<tbody>
</tbody>

SHEET 2: Daily working sheet

ProductPrice TypePrice
BPrice 1
CPrice 2
APrice 1
EPrice 1
APrice 3
CPrice 2
DPrice 1
EPrice 2
DPrice 3

<tbody>
</tbody>

Please let me know the formulae in the Price column =INDEX(Sheet1!$B$2:$E$9,MATCH($A2,Sheet1!$A$2:$A$9,0),MATCH(B$2,$C$1:$C$8,0))
 
Upvote 0

Forum statistics

Threads
1,214,522
Messages
6,120,025
Members
448,939
Latest member
Leon Leenders

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