Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Forms Toolbar 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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Forms Toolbar 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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Forms Toolbar teach1 Excel Discussion (Misc queries) 1 March 20th 08 01:53 PM
Forms Toolbar basics Sharon M. New Users to Excel 0 April 25th 07 04:40 PM
Forms toolbar Worksheet [email protected] Excel Discussion (Misc queries) 2 February 22nd 07 10:22 PM
Does anyone have any experience with the Forms Toolbar? bhazelw Excel Discussion (Misc queries) 5 January 11th 07 12:30 AM
Toolbar Forms & If statements A.S. Excel Discussion (Misc queries) 2 January 24th 06 10:01 PM


All times are GMT +1. The time now is 01:36 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"