bluefeather8989
Active Member
- Joined
- Nov 20, 2009
- Messages
- 330
- Office Version
- 365
- Platform
- Windows
I have 2 worksheets in the same workbook (List, Data). In the data sheet I have a small list of items with the a number next to it.. I need a marco to input the numbers from data sheet to the corresponding items in List sheet.
Example: Data sheet 6 tomatos will input the number 6 next to tomatos in List sheet
Data
.
List
Example: Data sheet 6 tomatos will input the number 6 next to tomatos in List sheet
Data
Shopping list V.2020.xlsx | ||||
---|---|---|---|---|
P | Q | |||
2 | 6 | Tomatoes | ||
3 | 1 | Bread white ** | ||
4 | 1 | Hamburger buns | ||
5 | 1 | Hawaii buns | ||
6 | 1 | Hotdog buns | ||
7 | 1 | Bagels | ||
8 | 6 | Coffee creamer | ||
9 | 1 | Beef broth | ||
10 | 3 | Ragu | ||
11 | 2 | Spaghetti 1lb pkg | ||
12 | 1 | Spaghetti (Twist) | ||
13 | 1 | Pecans 2lb bag | ||
14 | 1 | Mountain Dew | ||
15 | 12 | Bai drink | ||
16 | 4 | Potato chips | ||
17 | 2 | Ham Steaks | ||
18 | 2 | Polish sausage | ||
19 | 1 | Loin Country Style Ribs (Pork) | ||
20 | 1 | Cubed beef | ||
21 | 1 | Roast | ||
22 | 1 | Corn on cob | ||
Data |
List
Cell Formulas | ||
---|---|---|
Range | Formula | |
D3:D153 | D3 | =IF(Data!D3="","ZZ",Data!D3) |
Last edited: