Current location - Plastic Surgery and Aesthetics Network - Clothing company - Make clothes and adjust goods
Make clothes and adjust goods
I don't understand the clothing industry, but I think some things are connected. I have an inventory system for drug sales. Please refer to.

The schematic diagram is as follows (***4 sheets)

Enter the formula =IF(B3= "","",D3*F3) in table G3 in < < Product Information > >, and the formula will drop down.

Enter the formula in << general purchase list >> in F3: =

If (D3= "","",E3 * index (product information! $B$3:$G$ 170, matching (D3, product information! $ b $3: $ b $170,0), 3), the formula is pulled down.

Enter the formula = if (D3 = "","",F3 * if ($ D3 = "","",index (product information! $B$3:$G$ 170, matching ($D3, product information! $B$3:$B$ 170, 0), 5), the formula is pulled down.

Enter the formula =IF(D3= "","",E3*F3) in G3, and the formula will drop down.

In < < inventory > > enter the formula in B3 cell: =IF(A3= ",0, N(D3)-N(C3)+N(E3)), and the formula will drop down.

Enter the formula = if (is number (match ($ a3, sales report! $ d $3: $ d $100,0)), SUMIF (sales report! $D$3:$D$ 100, $A3, sales report! $E$3:$E$ 100), ""), the formula is broken.

Enter the formula = if (or (not (is number (match ($ a3, total receipt! $ d $3: d $100,0)), a3 = """,sumif (total receipt! $D$3:$D$ 100, $A3, total receipt! $F$3:$F$ 100)), the formula is pulled down.

At this point, the small invoicing system has been established.

Of course, the actual situation is far more complicated than this, and we can completely improve and expand it on this basis. This is another story, not to mention it.