E
Ed
Hoping someone can help me. New to this group, so forgive me if I don't ask
the right questions.
I need to do an order form that handles 'price breaks' without having a
hundred rows of data.
For example.
Product 1
1 - 4 = $50 each
5 - 9 = $40 each
10 - 15 = $30 each
(there are 11 price breaks in all)
------------------
Product 2
1 - 4 = $65 each
5 - 9 = $45 each
10 - 15 = $35 each
(there are 11 price breaks in all)
-------------------
so, it would look like this
Product 1
Quantity Total
[ 4 ] $160
Product 2
[ 3 ] $195
Total $355
Many thanks in advance.
the right questions.
I need to do an order form that handles 'price breaks' without having a
hundred rows of data.
For example.
Product 1
1 - 4 = $50 each
5 - 9 = $40 each
10 - 15 = $30 each
(there are 11 price breaks in all)
------------------
Product 2
1 - 4 = $65 each
5 - 9 = $45 each
10 - 15 = $35 each
(there are 11 price breaks in all)
-------------------
so, it would look like this
Product 1
Quantity Total
[ 4 ] $160
Product 2
[ 3 ] $195
Total $355
Many thanks in advance.