salahmost
Board Regular
- Joined
- Feb 19, 2007
- Messages
- 68
Hi,
I have a sumproduct formula :
This Formula gives me the sales amount depending on Price list sheet Where:
A2: A1400 is the item code in price list sheet
D4:D1400 is the price in price list sheet
C2:C5000 is the code for the sold items in Sales sheet.
H2:H5000 is the quantities of sold items in Sales sheet.
The good thing that I can add more criteria to this formula as getting sales for a specific company ....etc.
Now a new thing has come : sometimes a company issues a new purchase order for items with a different price .... I can add the same item code with this price to the price list ,and this P.O. number to sales ...How can I modify my formula to count the sales with items that have different prices for the the same product code?
Thank you
____________________________
Salah
I have a sumproduct formula :
Code:
=SUMPRODUCT(SUMIF('Price List'!A2:A1400,Sales!C2:C5000,'Price List'!D2:D1400),Sales!H2:H5000)
This Formula gives me the sales amount depending on Price list sheet Where:
A2: A1400 is the item code in price list sheet
D4:D1400 is the price in price list sheet
C2:C5000 is the code for the sold items in Sales sheet.
H2:H5000 is the quantities of sold items in Sales sheet.
The good thing that I can add more criteria to this formula as getting sales for a specific company ....etc.
Now a new thing has come : sometimes a company issues a new purchase order for items with a different price .... I can add the same item code with this price to the price list ,and this P.O. number to sales ...How can I modify my formula to count the sales with items that have different prices for the the same product code?
Thank you
____________________________
Salah