Current location - Plastic Surgery and Aesthetics Network - Clothing company - How to call the unit price in another worksheet when calculating piece rate in EXCEL?
How to call the unit price in another worksheet when calculating piece rate in EXCEL?
You can use the VLOOKUP function to link unit prices.

1. All styles in the numbered price list can be quickly entered by using English numbers or abbreviations. Generally, it is placed in column A, column B is the style description, column C is the unit price, and the worksheet is named-price list or other names.

2. Keep the price list open, and create a new worksheet-column A of the statistical table is the employee's name, column B is the code (according to the code in the price list), column C is the unit price, and C2 cell input =IF(IF(A2= "","",VLOOKUP(A2,' [price list. xls]Sheet 1 '! $A:$C, 3, 0)), drop-down formula

The unit price of the price list can be changed at any time, and the statistical table will be changed accordingly.

You can also put two tables in the workbook sheet 1 sheet2 for easy search.