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
 
Back
Top