Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have an excel spreadsheet with many drop down menus. I
have formatted each cell to print the value of the item chosen in the drop down menu, but would like it to ONLY print when there is an actual value there. Is this possible? Thanks, KB |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
drop downs from the forms toolbar return the index of the selection. If you
are using another cell to display the value for the index in the linked cell, you could use a conditional formula linked cell is A1 for example in B1 =if(A1=0,"",Index(A1,Z1:Z20,1)) -- Regards, Tom Ogilvy KB wrote in message ... I have an excel spreadsheet with many drop down menus. I have formatted each cell to print the value of the item chosen in the drop down menu, but would like it to ONLY print when there is an actual value there. Is this possible? Thanks, KB |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Forms Toolbar | Excel Discussion (Misc queries) | |||
Forms Toolbar basics | New Users to Excel | |||
Forms toolbar Worksheet | Excel Discussion (Misc queries) | |||
Does anyone have any experience with the Forms Toolbar? | Excel Discussion (Misc queries) | |||
Toolbar Forms & If statements | Excel Discussion (Misc queries) |