Hello,
I need a formula to return a price based on 3 criteria's. Criteria 1 is the zone, criteria 2 is the weight category within that zone (The weight is in 3 separate categories within each zone) and then the total number of items.
So for example, if the price I need is in Zone 3, for 525 lbs and 7 of them. Then I would be $7,168.00
Hoping someone can help me, lost on this one.
Thank you!
I need a formula to return a price based on 3 criteria's. Criteria 1 is the zone, criteria 2 is the weight category within that zone (The weight is in 3 separate categories within each zone) and then the total number of items.
So for example, if the price I need is in Zone 3, for 525 lbs and 7 of them. Then I would be $7,168.00
Hoping someone can help me, lost on this one.
Thank you!
MIN | MAX | |
0 | 499 | A |
500 | 999 | B |
1000 | 1500 | C |
Zone | Weight Category | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 |
1 | A | $1.00 | $2.00 | $3.00 | $4.00 | $5.00 | $6.00 | $7.00 | $8.00 | $9.00 | $10.00 | $11.00 | $12.00 |
1 | B | $2.00 | $4.00 | $6.00 | $8.00 | $10.00 | $12.00 | $14.00 | $16.00 | $18.00 | $20.00 | $22.00 | $24.00 |
1 | C | $4.00 | $8.00 | $12.00 | $16.00 | $20.00 | $24.00 | $28.00 | $32.00 | $36.00 | $40.00 | $44.00 | $48.00 |
1.5 | A | $8.00 | $16.00 | $24.00 | $32.00 | $40.00 | $48.00 | $56.00 | $64.00 | $72.00 | $80.00 | $88.00 | $96.00 |
1.5 | B | $16.00 | $32.00 | $48.00 | $64.00 | $80.00 | $96.00 | $112.00 | $128.00 | $144.00 | $160.00 | $176.00 | $192.00 |
1.5 | C | $32.00 | $64.00 | $96.00 | $128.00 | $160.00 | $192.00 | $224.00 | $256.00 | $288.00 | $320.00 | $352.00 | $384.00 |
2 | A | $64.00 | $128.00 | $192.00 | $256.00 | $320.00 | $384.00 | $448.00 | $512.00 | $576.00 | $640.00 | $704.00 | $768.00 |
2 | B | $128.00 | $256.00 | $384.00 | $512.00 | $640.00 | $768.00 | $896.00 | $1,024.00 | $1,152.00 | $1,280.00 | $1,408.00 | $1,536.00 |
2 | C | $256.00 | $512.00 | $768.00 | $1,024.00 | $1,280.00 | $1,536.00 | $1,792.00 | $2,048.00 | $2,304.00 | $2,560.00 | $2,816.00 | $3,072.00 |
3 | A | $512.00 | $1,024.00 | $1,536.00 | $2,048.00 | $2,560.00 | $3,072.00 | $3,584.00 | $4,096.00 | $4,608.00 | $5,120.00 | $5,632.00 | $6,144.00 |
3 | B | $1,024.00 | $2,048.00 | $3,072.00 | $4,096.00 | $5,120.00 | $6,144.00 | $7,168.00 | $8,192.00 | $9,216.00 | $10,240.00 | $11,264.00 | $12,288.00 |
3 | C | $2,048.00 | $4,096.00 | $6,144.00 | $8,192.00 | $10,240.00 | $12,288.00 | $14,336.00 | $16,384.00 | $18,432.00 | $20,480.00 | $22,528.00 | $24,576.00 |
4 | A | $4,096.00 | $8,192.00 | $12,288.00 | $16,384.00 | $20,480.00 | $24,576.00 | $28,672.00 | $32,768.00 | $36,864.00 | $40,960.00 | $45,056.00 | $49,152.00 |
4 | B | $8,192.00 | $16,384.00 | $24,576.00 | $32,768.00 | $40,960.00 | $49,152.00 | $57,344.00 | $65,536.00 | $73,728.00 | $81,920.00 | $90,112.00 | $98,304.00 |
4 | C | $16,384.00 | $32,768.00 | $49,152.00 | $65,536.00 | $81,920.00 | $98,304.00 | $114,688.00 | $131,072.00 | $147,456.00 | $163,840.00 | $180,224.00 | $196,608.00 |
5 | A | $32,768.00 | $65,536.00 | $98,304.00 | $131,072.00 | $163,840.00 | $196,608.00 | $229,376.00 | $262,144.00 | $294,912.00 | $327,680.00 | $360,448.00 | $393,216.00 |
5 | B | $65,536.00 | $131,072.00 | $196,608.00 | $262,144.00 | $327,680.00 | $393,216.00 | $458,752.00 | $524,288.00 | $589,824.00 | $655,360.00 | $720,896.00 | $786,432.00 |
5 | C | $131,072.00 | $262,144.00 | $393,216.00 | $524,288.00 | $655,360.00 | $786,432.00 | $917,504.00 | $1,048,576.00 | $1,179,648.00 | $1,310,720.00 | $1,441,792.00 | $1,572,864.00 |