I have a sheet which calculates charges due on an account.
I have a box at B10 which can be completed to offer a discount.
I have a dropdown which references to box D5 where a user can select a 'Loyalty Discount' (shows "1" for no discount, then either "2"or "3" for the level of discount.
The customer cannot have both, therefore I am looking for a vba (unless this can be done in validation) code that will trigger if an entry is entered into B10 and the loyalty discount is already given at D5. Or where the loyalty discount is selected from the dropdown and and entry already exists at B10.
Unfortunately I cannot provide an example of the sheet as it contains confidential information.
As always your help is greatly appreciated.
Thanks
I have a box at B10 which can be completed to offer a discount.
I have a dropdown which references to box D5 where a user can select a 'Loyalty Discount' (shows "1" for no discount, then either "2"or "3" for the level of discount.
The customer cannot have both, therefore I am looking for a vba (unless this can be done in validation) code that will trigger if an entry is entered into B10 and the loyalty discount is already given at D5. Or where the loyalty discount is selected from the dropdown and and entry already exists at B10.
Unfortunately I cannot provide an example of the sheet as it contains confidential information.
As always your help is greatly appreciated.
Thanks