Hi there!
I am currently putting an order form together for the business I work for.
We have different items that have different pack quantities. I want my spreadsheet to suggest this to the user. For example, mu control sheet has the following list:
In the order form, it they select Item A (from a list), and a quantity that isn't a full pack quantity, I want a message box to suggest ordering a full pack.
eg if they have tried to order x11 Item A, the message box would say "Item A is in packs of 2. Would you like to change your order to 12?"
It would then be a Yes/No box: Yes would amend the order to 12, no would leave it at 11.
I've tried a few methods, none of which have worked so far!
Any help would be much appriciated!
Thanks!
I am currently putting an order form together for the business I work for.
We have different items that have different pack quantities. I want my spreadsheet to suggest this to the user. For example, mu control sheet has the following list:
ITEM | PACK QUANTITY |
A | 2 |
B | 4 |
C | 6 |
D | 8 |
In the order form, it they select Item A (from a list), and a quantity that isn't a full pack quantity, I want a message box to suggest ordering a full pack.
eg if they have tried to order x11 Item A, the message box would say "Item A is in packs of 2. Would you like to change your order to 12?"
It would then be a Yes/No box: Yes would amend the order to 12, no would leave it at 11.
I've tried a few methods, none of which have worked so far!
Any help would be much appriciated!
Thanks!