Show Only Fields Needed

TCB

Joined
Dec 17, 2010
Messages
3
Reaction score
0
Hello,

I’m trying to make an excel spread sheet that will provide only questions needed depending on the color they pick

Example:
If they pick blue I would like a to show only the questions then need to fill out for blue and restrict access to any other colors.

There much be a better way to show only information you want depending on which color is chosen without having to put IF starts all over on the spread sheet

IF( A1, Blue, IF( show Blue Sheet Only, All Sheets, Blank ))

IF condition1 THEN
show Blue Sheet Only
ELSEIF condition2 THEN
All Sheets
ELSE
Blank
END IF

Any help would be greatly appreciated
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top