J
jennifer
I have never used VBA, but was told I would need to in order to accomplish the following
Have 3 worksheets, sheet 1 and 2 are production schedules for two facilities
Sheet 3 is the data the would be used in the first two sheets. The data consists of ingredients needed to produce a case of product, associated product number and product name. I would like to be able to enter a product code number in either sheet 1 or 2 and the product name and ingredients associated with that code number automatically fill in and multiply by the number of cases of product needed. The product data on sheet three extends from column 'C' to 'CN', ingredients extend from b8-b372. I tried to use the "if" function but discovered it would only take up to 7 nested functions (the first 7 worked, but after that I was at a loss.
Have 3 worksheets, sheet 1 and 2 are production schedules for two facilities
Sheet 3 is the data the would be used in the first two sheets. The data consists of ingredients needed to produce a case of product, associated product number and product name. I would like to be able to enter a product code number in either sheet 1 or 2 and the product name and ingredients associated with that code number automatically fill in and multiply by the number of cases of product needed. The product data on sheet three extends from column 'C' to 'CN', ingredients extend from b8-b372. I tried to use the "if" function but discovered it would only take up to 7 nested functions (the first 7 worked, but after that I was at a loss.