Copying the data from another spreadsheet for specific product

junaidaun

New Member
Joined
Feb 7, 2024
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Hello,

Can someone help me out here please.
I am trying to fetch data for a particular product on one spreadsheet from other spreadsheet which have regular update (manually) for different products futures rates on certain dates.
Is there any formula which recognizes the row spaces and fetch that row in another spreadsheet.
I am attaching the snapshot for understanding, if I am not conveying my question correctly.
Thanks a lot for your help.


ps. for date I think we can just drag down and fill the weekdays only. so the issue remains fetching the "RB" data to another spreadsheet
 

Attachments

  • questionforexcel.png
    questionforexcel.png
    44.6 KB · Views: 10

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
Book1.xlsm
ABCDE
105/25/2023
11ItemP-C/SLastYoy %Yuan
12
13
14RB35213432-2.53-89
15
16
17
185/26/2023
19ItemP-C/SLastYoy %Yuan
20
21
22RB344034931.5453
23
24
25
265/27/2023
27ItemP-C/SLastYoy %Yuan
28
29
30RB344735111.8664
31
Sheet1


Book1.xlsm
ABCDEF
1DateItemP-C/SLastYoy %Yuan
25/25/2023RB35213432-2.53-89
35/26/2023RB344034931.5453
45/27/2023RB344735111.8664
Sheet2
Cell Formulas
RangeFormula
B2:B4B2= INDEX(Sheet1!$A:$E,MATCH($A2,Sheet1!$A:$A,0)+4,1)
C2:C4C2= INDEX(Sheet1!$A:$E,MATCH($A2,Sheet1!$A:$A,0)+4,2)
D2:D4D2= INDEX(Sheet1!$A:$E,MATCH($A2,Sheet1!$A:$A,0)+4,3)
E2:E4E2= INDEX(Sheet1!$A:$E,MATCH($A2,Sheet1!$A:$A,0)+4,4)
F2:F4F2= INDEX(Sheet1!$A:$E,MATCH($A2,Sheet1!$A:$A,0)+4,5)
 
Upvote 1
Solution

Forum statistics

Threads
1,215,086
Messages
6,123,031
Members
449,092
Latest member
ikke

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