Okay i'm creating an electronic safe counting sheet.
The items I will be entering come in different denominations and I want validations and error messages when the user enters something stupid.
So if the user tries to enter £550 in £20 notes which isn't possible then it will reject this value and throw up an error.
I had thought about creating a list containing the allowed values "£20, £40, £60, £80" etc and use the validation. However I will have huge long lists and I thought you guys maybe able to come up with a better way of doing this?
ALSO - Taking it to another level would it be possible for the user to enter the number of notes and for excel to multiply it by that value automatically? For example the user enters 25 and it's automatically changes to £500 in the same cell?
The items I will be entering come in different denominations and I want validations and error messages when the user enters something stupid.
So if the user tries to enter £550 in £20 notes which isn't possible then it will reject this value and throw up an error.
I had thought about creating a list containing the allowed values "£20, £40, £60, £80" etc and use the validation. However I will have huge long lists and I thought you guys maybe able to come up with a better way of doing this?
ALSO - Taking it to another level would it be possible for the user to enter the number of notes and for excel to multiply it by that value automatically? For example the user enters 25 and it's automatically changes to £500 in the same cell?