L
Laurent
I am developping a simple survey with Excel. For each question in column A,
user has to answer on a scale from 1 to 5. For visual and usability
purpose, I prefer not to use form and use 5 columns (B to F) to receive the
answer. If any character is entered in column B, than the algorithm count
the answer as being "1", if a character is entered in E, then the answer is
"4", etc.
What I want is automatic checking than only one cell in the five column is
marked at all time, Moreover, when the user decide to change his answer,
the previous marked cell in my five column range is automatically deleted
to allow only one cell to be marked at all time.
In short like radio-buttons choice in forms, but not using forms in this
case.
Ex:
A B C D E F
Question 1 x
If user decide to cross E instead, the result is automatically
A B C D E F
Question 1 x
without having to delete B.
Any suggestions ?
Thanks
user has to answer on a scale from 1 to 5. For visual and usability
purpose, I prefer not to use form and use 5 columns (B to F) to receive the
answer. If any character is entered in column B, than the algorithm count
the answer as being "1", if a character is entered in E, then the answer is
"4", etc.
What I want is automatic checking than only one cell in the five column is
marked at all time, Moreover, when the user decide to change his answer,
the previous marked cell in my five column range is automatically deleted
to allow only one cell to be marked at all time.
In short like radio-buttons choice in forms, but not using forms in this
case.
Ex:
A B C D E F
Question 1 x
If user decide to cross E instead, the result is automatically
A B C D E F
Question 1 x
without having to delete B.
Any suggestions ?
Thanks