agerrard
Active Member
- Joined
- Apr 4, 2005
- Messages
- 407
Hi all,
Im using Excel 2003.
My probem is to do with the formulas in the columns H, I, J & K. So my formula is (in cell H2787):
=IF(('Actual Scan Data'!DK4)*1000=0,'Model Summary Sheet'!H861,('Actual Scan Data'!DK4)*1000
This was fine before i realised that i needed to put a vlookup in the formula as i need to vlookup using the "EAN" code in column A. I dont need to vlookup for the values in the Model Summary Sheet, its just for the data in the Actual Scan Data.
Also if there happens to be any blank cells in the Actual Scan Data sheet wont that return errors? so is there a way to take those into account as well?
Hope this is enough information. Thanks in advance!
Im using Excel 2003.
My probem is to do with the formulas in the columns H, I, J & K. So my formula is (in cell H2787):
=IF(('Actual Scan Data'!DK4)*1000=0,'Model Summary Sheet'!H861,('Actual Scan Data'!DK4)*1000
This was fine before i realised that i needed to put a vlookup in the formula as i need to vlookup using the "EAN" code in column A. I dont need to vlookup for the values in the Model Summary Sheet, its just for the data in the Actual Scan Data.
Also if there happens to be any blank cells in the Actual Scan Data sheet wont that return errors? so is there a way to take those into account as well?
Hope this is enough information. Thanks in advance!
Sample Sheet_1.xls | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | |||
2786 | EAN | Retailer'sGM | Size | Brand | Item | ItemCode | Assortment | Wk_1 | Wk_2 | Wk_3 | Wk_4 | ||
2787 | 9310052551216 | Actual&PredictedRSV$ | 250g | Brand_1 | Product_1 | 11158000 | Product_1 | $32,840.1 | $30,482.8 | $19,973.0 | $12,042.3 | ||
2788 | 9310052315207 | Actual&PredictedRSV$ | 1kg | Brand_1 | Product_2 | 11497000 | Product_2 | $5,434.3 | $5,434.3 | $5,434.3 | $5,434.3 | ||
2789 | 9310052351205 | Actual&PredictedRSV$ | 250g | Brand_1 | Product_3 | 11150000 | Product_3 | $- | $- | $- | $- | ||
2790 | 9310052333201 | Actual&PredictedRSV$ | 500g | Brand_1 | Product_4 | 11151000 | Product_4 | $- | $- | $- | $- | ||
2791 | 9310052433239 | Actual&PredictedRSV$ | 250g | Brand_1 | Product_5 | 11166000 | Product_5 | $83,964.1 | $89,661.5 | $67,216.7 | $72,976.3 | ||
2792 | 9310052111434 | Actual&PredictedRSV$ | 250g | Brand_2 | Product_6 | 11167000 | Product_6 | $106,443.9 | $61,678.9 | $59,467.9 | $60,411.9 | ||
2793 | 9310052111441 | Actual&PredictedRSV$ | 500g | Brand_2 | Product_7 | 11170001 | Product_7 | $74,429.6 | $74,149.0 | $74,823.4 | $70,370.2 | ||
2794 | 9310052415204 | Actual&PredictedRSV$ | 1kg | Brand_2 | Product_8 | 11165000 | Product_8 | $83,613.0 | $83,613.0 | $6.5 | $83,613.0 | ||
2795 | 9310052451202 | Actual&PredictedRSV$ | 250g | Brand_3 | Product_9 | 11159000 | Product_9 | $69,923.2 | $69,923.2 | $69,923.2 | $69,923.2 | ||
2796 | 9310052551209 | Actual&PredictedRSV$ | 250g | Brand_3 | Product_10 | 11155000 | Product_10 | $44,347.2 | $23,122.4 | $24,471.2 | $24,061.2 | ||
Model Summary Sheet |