I'm working on a purchase order form and I'm having some difficulties formulating the price column. Basically, the price changes based on the quantity of garments and the amount of stitches per garment. There is a price chart within the excel workbook with the x-axis reflecting the number of garments for the order, and the y-axis reflecting the number of stitches per garment.
This chart is in the range D4:K16.
All I've come up with so far is "IF (garment qty) is [value-value], AND (stitches per garment) is [value-value], THEN (garment qty * price from chart range)" although, I have not been able to create a functioning formula.
To give a bit more detail, the price chart has a range for garments and stitches (column D is for between 1-5 garments, column E is for between 6-23 garments, etc... and row 4 is for between 1-3999 stitches, row 5 is for between 4000-4999 stitches, etc...)
Any help would be greatly appreciated!
This chart is in the range D4:K16.
All I've come up with so far is "IF (garment qty) is [value-value], AND (stitches per garment) is [value-value], THEN (garment qty * price from chart range)" although, I have not been able to create a functioning formula.
To give a bit more detail, the price chart has a range for garments and stitches (column D is for between 1-5 garments, column E is for between 6-23 garments, etc... and row 4 is for between 1-3999 stitches, row 5 is for between 4000-4999 stitches, etc...)
Any help would be greatly appreciated!