ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Conditionally Hide Validation "Input Message" (https://www.excelbanter.com/excel-discussion-misc-queries/71260-conditionally-hide-validation-input-message.html)

Pastel Hughes

Conditionally Hide Validation "Input Message"
 
I have set up validation for a specific cell which includes a list of
possible answers to a question that appears in the input message. There are
conditions (which I can spell out easily enough) under which the user does
NOT need to answer the question. If he places the pointer on this cell, I
would like to be able to hide this question, , depending on specified
conditions. Does anyone know if there is a way to do this?

Dave Peterson

Conditionally Hide Validation "Input Message"
 
Maybe you could use Format|conditional Formatting to "hide" the question--white
font on white fill?

Or maybe you could change the question (adjacent to the cell that gets the
answer??) to a formula:

=if(a2="something","Your real question","Not Applicable")

Or maybe even use
Data|Validation to only allow certain answers.

Pastel Hughes wrote:

I have set up validation for a specific cell which includes a list of
possible answers to a question that appears in the input message. There are
conditions (which I can spell out easily enough) under which the user does
NOT need to answer the question. If he places the pointer on this cell, I
would like to be able to hide this question, , depending on specified
conditions. Does anyone know if there is a way to do this?


--

Dave Peterson

Pastel Hughes

Conditionally Hide Validation "Input Message"
 
I have full control over the answers as the Validation "list" allows the use
of formulas, however the "Input Message" area of the Validation (where the
question appears) does not allow any formatting, conditional or otherwise,
nor does it allow the use of forumulas. I want this "Input Message" area to
be hidden dependant on the user's previous input responses.

"Dave Peterson" wrote:

Maybe you could use Format|conditional Formatting to "hide" the question--white
font on white fill?

Or maybe you could change the question (adjacent to the cell that gets the
answer??) to a formula:

=if(a2="something","Your real question","Not Applicable")

Or maybe even use
Data|Validation to only allow certain answers.

Pastel Hughes wrote:

I have set up validation for a specific cell which includes a list of
possible answers to a question that appears in the input message. There are
conditions (which I can spell out easily enough) under which the user does
NOT need to answer the question. If he places the pointer on this cell, I
would like to be able to hide this question, , depending on specified
conditions. Does anyone know if there is a way to do this?


--

Dave Peterson


Dave Peterson

Conditionally Hide Validation "Input Message"
 
You can't hide rows or columns with formulas, but you can use a macro to hide
stuff.

And that macro could be a worksheet event that's always lurking in the
background.

But you'll have to give a few more details to get some serious responses (well,
from me, anyway).



Pastel Hughes wrote:

I have full control over the answers as the Validation "list" allows the use
of formulas, however the "Input Message" area of the Validation (where the
question appears) does not allow any formatting, conditional or otherwise,
nor does it allow the use of forumulas. I want this "Input Message" area to
be hidden dependant on the user's previous input responses.

"Dave Peterson" wrote:

Maybe you could use Format|conditional Formatting to "hide" the question--white
font on white fill?

Or maybe you could change the question (adjacent to the cell that gets the
answer??) to a formula:

=if(a2="something","Your real question","Not Applicable")

Or maybe even use
Data|Validation to only allow certain answers.

Pastel Hughes wrote:

I have set up validation for a specific cell which includes a list of
possible answers to a question that appears in the input message. There are
conditions (which I can spell out easily enough) under which the user does
NOT need to answer the question. If he places the pointer on this cell, I
would like to be able to hide this question, , depending on specified
conditions. Does anyone know if there is a way to do this?


--

Dave Peterson


--

Dave Peterson


All times are GMT +1. The time now is 02:16 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com