VLookup(?) Question

Biddlecom

New Member
Joined
Sep 22, 2016
Messages
5
Hello, I have 2 sheets in 1 workbook and I want to pull the weekly sales numbers from column B in sheet 1 and have it autofill under the correct item numbers in sheet 2. Is that possible?

1730815236750.png
1730815255351.png
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
Hello! This should work.
пример (8).xlsx
AB
2Item numberWeekly sales
3114914580
4721083174
5327252974
693342164
7539590344
8145759111
9751928412
10358097150
11630932250
12737101333
13111111800
Sheet1

пример (8).xlsx
ABCDEFG
3A11A12A13A14A15A16A17
4111111111111111111114914358097721083327252
5800800800580150174974
6A21A22A23A24A25A26A27
7145759721083539590933421751928630932358097
811117434464412250150
9A31A32A33A34A35A36A37
10145759737101358097721083630932358097539590
11111333150174250150344
Sheet2
Cell Formulas
RangeFormula
A5:G5A5=INDEX(Sheet1!$A$3:$B$13,MATCH(Sheet2!A$4,Sheet1!$A$3:$A$13,0),2)
A8:G8A8=INDEX(Sheet1!$A$3:$B$13,MATCH(Sheet2!A$7,Sheet1!$A$3:$A$13,0),2)
A11:G11A11=INDEX(Sheet1!$A$3:$B$13,MATCH(Sheet2!A$10,Sheet1!$A$3:$A$13,0),2)
 
Upvote 1
Solution
Hello! This should work.
пример (8).xlsx
AB
2Item numberWeekly sales
3114914580
4721083174
5327252974
693342164
7539590344
8145759111
9751928412
10358097150
11630932250
12737101333
13111111800
Sheet1

пример (8).xlsx
ABCDEFG
3A11A12A13A14A15A16A17
4111111111111111111114914358097721083327252
5800800800580150174974
6A21A22A23A24A25A26A27
7145759721083539590933421751928630932358097
811117434464412250150
9A31A32A33A34A35A36A37
10145759737101358097721083630932358097539590
11111333150174250150344
Sheet2
Cell Formulas
RangeFormula
A5:G5A5=INDEX(Sheet1!$A$3:$B$13,MATCH(Sheet2!A$4,Sheet1!$A$3:$A$13,0),2)
A8:G8A8=INDEX(Sheet1!$A$3:$B$13,MATCH(Sheet2!A$7,Sheet1!$A$3:$A$13,0),2)
A11:G11A11=INDEX(Sheet1!$A$3:$B$13,MATCH(Sheet2!A$10,Sheet1!$A$3:$A$13,0),2)
Thank you. It worked perfect.
 
Upvote 0

Forum statistics

Threads
1,223,911
Messages
6,175,327
Members
452,635
Latest member
laura12345

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