How to pull some data from 1 Excel sheet to another automatic
Closed
Avril
-
Jul 27, 2016 at 05:14 AM
Mazzaropi
Mazzaropi
- Posts
- 1963
- Registration date
- Monday August 16, 2010
- Status
- Contributor
- Last seen
- April 25, 2022
Related:
- How to pull some data from 1 Excel sheet to another automatic
- How to pull data from one excel sheet into another automatically - Guide
- How to get data from one excel sheet to another automatically ✓ - Forum - Excel
- How to update data from one excel sheet to another automatically ✓ - Forum - Excel
- How do you pull data from one excel sheet to another based on criteria? ✓ - Forum - Excel
- Copy rows based on a condition ✓ - Forum - Excel
3 replies
Mazzaropi
Jul 27, 2016 at 10:04 AM
- Posts
- 1963
- Registration date
- Monday August 16, 2010
- Status
- Contributor
- Last seen
- April 25, 2022
Jul 27, 2016 at 10:04 AM
Avril, Good morning.
Scenario:
Sheet 1 (Report)
A1 --> Product Name
B1 --> Formula 1
C1 --> Formula 2
D1 --> Formula 3
Sheet 2 (Table Chat)
A1:A10 --> Product Name
B1:B10 --> Feature A
C1:C10 --> Feature B
D1:D10 --> Feature C
Formulas:
Sheet 1 (Report)
Formula 1
B1 --> =VLOOKUP(A1,Sheet2!A1:D10,2,FALSE)
Formula 2
C1 --> =VLOOKUP(A1,Sheet2!A1:D10,3,FALSE)
Formula 3
D1 --> =VLOOKUP(A1,Sheet2!A1:D10,4,FALSE)
Please, tell us if it worked for you.
I hope it helps.
Scenario:
Sheet 1 (Report)
A1 --> Product Name
B1 --> Formula 1
C1 --> Formula 2
D1 --> Formula 3
Sheet 2 (Table Chat)
A1:A10 --> Product Name
B1:B10 --> Feature A
C1:C10 --> Feature B
D1:D10 --> Feature C
Formulas:
Sheet 1 (Report)
Formula 1
B1 --> =VLOOKUP(A1,Sheet2!A1:D10,2,FALSE)
Formula 2
C1 --> =VLOOKUP(A1,Sheet2!A1:D10,3,FALSE)
Formula 3
D1 --> =VLOOKUP(A1,Sheet2!A1:D10,4,FALSE)
Please, tell us if it worked for you.
I hope it helps.
I am sorry, I still cant do it, below is my request. how to automatically find the ITEM NAME (?)
If the SHELF AND GROUP is same, then the ITEM NAME will automatically fill in coloum 2,4,6......
SHEET 1 (REPORT)
A B C D
SHELF GROUP ITEM NAME
1 2nd 2901 JEFF
2 3rd 2901 AMY
3 2nd 2904 JANE
4 2nd 2902 AMY
5 Grd 2902 LION
6 Grd 2901 LION
7 2nd 2903 FION
8 2nd 2906 WONG
9 3rd 2902 kEAT
10 3rd 2908 VOON
11 3rd 2906 CHEW
12 Grd 2906 CHEW
13 Grd 2903 IVY
14 3rd 2903 MICH
15 3rd 2907 KOHN
16 3rd 2904 KOHN 2
17 3rd 2905 MAY
18 2nd 2905 JACK
SHEET 2 (TABLE)
A B C D E F G H I J
1 LINE 1 3rd 2901 2902 2903 2904 2905 2906 2907 2908
2 AMY kEAT ? ? ? ?
3 2nd 2901 2902 2903 2904 2905 2906 2907 2908
4 JEFF AMY ?
5 Grd 2901 2902 2903 2904 2905 2906
6 LION LION IVY ?
If the SHELF AND GROUP is same, then the ITEM NAME will automatically fill in coloum 2,4,6......
SHEET 1 (REPORT)
A B C D
SHELF GROUP ITEM NAME
1 2nd 2901 JEFF
2 3rd 2901 AMY
3 2nd 2904 JANE
4 2nd 2902 AMY
5 Grd 2902 LION
6 Grd 2901 LION
7 2nd 2903 FION
8 2nd 2906 WONG
9 3rd 2902 kEAT
10 3rd 2908 VOON
11 3rd 2906 CHEW
12 Grd 2906 CHEW
13 Grd 2903 IVY
14 3rd 2903 MICH
15 3rd 2907 KOHN
16 3rd 2904 KOHN 2
17 3rd 2905 MAY
18 2nd 2905 JACK
SHEET 2 (TABLE)
A B C D E F G H I J
1 LINE 1 3rd 2901 2902 2903 2904 2905 2906 2907 2908
2 AMY kEAT ? ? ? ?
3 2nd 2901 2902 2903 2904 2905 2906 2907 2908
4 JEFF AMY ?
5 Grd 2901 2902 2903 2904 2905 2906
6 LION LION IVY ?
Mazzaropi
Jul 29, 2016 at 09:04 AM
- Posts
- 1963
- Registration date
- Monday August 16, 2010
- Status
- Contributor
- Last seen
- April 25, 2022
Jul 29, 2016 at 09:04 AM
Avril Yong, Good morning.
Ohhh. Now your explanation is clear.
You can solve this using the wonderful SUMPRODUCT Function.
I did a little example for you:
http://speedy.sh/CUEjU/29-07-2016-en-Kioskea-SOMARPRODUTO-Localiza-TEXTO-OK.xlsx
Is this what you want?
I hope it helps.
Best regards from Brazil.
Ohhh. Now your explanation is clear.
You can solve this using the wonderful SUMPRODUCT Function.
I did a little example for you:
http://speedy.sh/CUEjU/29-07-2016-en-Kioskea-SOMARPRODUTO-Localiza-TEXTO-OK.xlsx
Is this what you want?
I hope it helps.
Best regards from Brazil.