h.j.barton
New Member
- Joined
- Mar 20, 2012
- Messages
- 4
I want to create a search, whereby entering a number in one cell (SHEET 2-B1), searches for that same number in another set of cells (SHEET 1-A2:A11), and then copies the contents of another (from sheet 1).
Example:
I want to be able to enter any item number into B1 (sheet 2), and find the following information about that specific product (from sheet 1):
sheet 2--B2: name of product
sheet 2--B3: type of product
sheet 2--B4: location of product
sheet 2--B5: price of produce
sheet 2--B6: whether or not this item is on sale.
SHEET 1: data
__A B C D E F
1 ITEM #/ name/ type/ location/ price/ sale
2 111 /apple /fruit /A1 /$1.00 /Y
3 222 /peach /fruit /A2/ $2.00/ N
4 333/ pepper /veg /A3 /$3.00 /Y
5 444 /mushroom /veg/ A4 /$4.00 /N
6 555 /chicken /meat /B2 /$5.00 /Y
7 666/ ham /meat /B2/ $6.00 /N
8 777 /pasta /grain /E5/ $7.00/ Y
9 888 /bread/ grain /F7/ $8.00 /N
10 999 /milk /dairy /G2/ $9.00 /Y
11 1010 /cheese /dairy/ G2 /$10.00/ N
SHEET 2: Search
___A B
1 Lookup
2 name
3 type
4 location
5 price
6 sale
Example:
I want to be able to enter any item number into B1 (sheet 2), and find the following information about that specific product (from sheet 1):
sheet 2--B2: name of product
sheet 2--B3: type of product
sheet 2--B4: location of product
sheet 2--B5: price of produce
sheet 2--B6: whether or not this item is on sale.
SHEET 1: data
__A B C D E F
1 ITEM #/ name/ type/ location/ price/ sale
2 111 /apple /fruit /A1 /$1.00 /Y
3 222 /peach /fruit /A2/ $2.00/ N
4 333/ pepper /veg /A3 /$3.00 /Y
5 444 /mushroom /veg/ A4 /$4.00 /N
6 555 /chicken /meat /B2 /$5.00 /Y
7 666/ ham /meat /B2/ $6.00 /N
8 777 /pasta /grain /E5/ $7.00/ Y
9 888 /bread/ grain /F7/ $8.00 /N
10 999 /milk /dairy /G2/ $9.00 /Y
11 1010 /cheese /dairy/ G2 /$10.00/ N
SHEET 2: Search
___A B
1 Lookup
2 name
3 type
4 location
5 price
6 sale
Last edited: