exceltadpole
Board Regular
- Joined
- Jan 14, 2004
- Messages
- 108
Is it possible to set up a validation for cell b3 so that -
it only accepts a $ currency value
with 2 decimal places (if necessary)
examples 32 or 32.40 or 32.4
it accepts a $ sign but that is not required
once the user exits cell b3, a $ sign is also displayed in the cell
a comma is also accepted if the user enters $1,345 or 1,345.50 or 1,345.5
the user may also enter $1345 or 1345.50 or 1345.5
once the user exits cell b3, a comma is also displayed in the cell if appropriate
so the cell will only accept the characters
1234567890,.$
any other characters will generate an error message "Please enter a valid $ amount."
it only accepts a $ currency value
with 2 decimal places (if necessary)
examples 32 or 32.40 or 32.4
it accepts a $ sign but that is not required
once the user exits cell b3, a $ sign is also displayed in the cell
a comma is also accepted if the user enters $1,345 or 1,345.50 or 1,345.5
the user may also enter $1345 or 1345.50 or 1345.5
once the user exits cell b3, a comma is also displayed in the cell if appropriate
so the cell will only accept the characters
1234567890,.$
any other characters will generate an error message "Please enter a valid $ amount."