B
Bryan Whitaker
I have a situation in creating a template where I want
limit the user to 1 of 8 different ways of formatting the
data they put into a cell but also want them to have the
ability to replace a "symbolic" value with a literal
whole number.
First, I've tried and failed to achieve this using cell
validation. Perhaps I set the CV up incorrectly, so can
anyone shed any light on how I can achieve this using CV?
Second, If cell validation isn't applicable here, is
there a solution that doesn't involve building and
embedding a macro in the template?
Finally, if the only solution is to build and embed a
macro, does anyone know if there is something like that
already posted to this forum somewhere or have a quick
and dirty solution that will work with the set of values
I have below:
X(&)
Z(&)
S9(&) C3
S9(&)V9(&) C3
S9(&) C
S9(&)V9(&) C
S9(&) C4
S9(&)V9(&) C4
Once the user selects the correct format, I want them to
be able to replace the symbolic '&' with a whole number.
I would like to have some sort of cell validation
involved that only allows 1 of these formats with the
requirement that the symbolic becomes a number and a STOP
event if the user doesn't meet all the requirements.
Also, I need for an empty cell to pass validation as well.
Any takers? Thanks in advance for your time.
limit the user to 1 of 8 different ways of formatting the
data they put into a cell but also want them to have the
ability to replace a "symbolic" value with a literal
whole number.
First, I've tried and failed to achieve this using cell
validation. Perhaps I set the CV up incorrectly, so can
anyone shed any light on how I can achieve this using CV?
Second, If cell validation isn't applicable here, is
there a solution that doesn't involve building and
embedding a macro in the template?
Finally, if the only solution is to build and embed a
macro, does anyone know if there is something like that
already posted to this forum somewhere or have a quick
and dirty solution that will work with the set of values
I have below:
X(&)
Z(&)
S9(&) C3
S9(&)V9(&) C3
S9(&) C
S9(&)V9(&) C
S9(&) C4
S9(&)V9(&) C4
Once the user selects the correct format, I want them to
be able to replace the symbolic '&' with a whole number.
I would like to have some sort of cell validation
involved that only allows 1 of these formats with the
requirement that the symbolic becomes a number and a STOP
event if the user doesn't meet all the requirements.
Also, I need for an empty cell to pass validation as well.
Any takers? Thanks in advance for your time.