Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 34
Default Validation Question

on cell A2 = Meats

I want to put a validation list in cell B2 that goes to the Meats List, and
if cell A2 is = vegetables to put the validation list of vegetable. is this
posible???

Thanks for your replay
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Validation Question

Define a name like

Insert =Name=Define

Name: List1

Refersto: =Indirect($A$2)

click Add button

Name: Meats
Refersto: =Sheet1!$Z$1:$Z$10 ' wherever the list is

click Add button

Name: Vegetables
Refersto: =Sheet1!$AA$1:$AA$30 ' wherever the list is

click the Add button

In data Validation dialog for Cell B2, in the list textbox put in

=List1

--
Regards,
Tom Ogilvy


"MESTRELLA29" wrote in message
...
on cell A2 = Meats

I want to put a validation list in cell B2 that goes to the Meats List,

and
if cell A2 is = vegetables to put the validation list of vegetable. is

this
posible???

Thanks for your replay



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
Validation question ComicFly Excel Worksheet Functions 3 August 6th 08 05:21 AM
Validation Question RJ Swain Excel Worksheet Functions 8 February 10th 08 10:49 PM
Validation Question SiH23 Excel Discussion (Misc queries) 2 September 16th 07 08:29 PM
Validation Question....Can this be done? harpscardiff Excel Discussion (Misc queries) 2 January 11th 06 05:15 PM
Validation question Ladislav Ligart Excel Programming 1 November 11th 03 04:14 AM


All times are GMT +1. The time now is 07:03 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"