#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 160
Default validation

I have a workbook with multiple worksheets that are all identicable.

However, in each worksheet I have created a data validation combo for the
same specific cell in each worksheet. The data for the validation list is
set once and every time I select from the drop down list in one
worksheet, the selected item should not be available in any of the other drop
down lists on any of the other worksheets.

I have seen a method that works when everything is only on one worksheet and
works ok in that situation. However, how do I do the same thing when the
references span across many worksheets, but the original dropdown list
resides in only one of the worksheets (although can be on all), but the
number of items available in the drop down list in each worksheet needs to
reduce by one evertime i make a selection

i cannot see how to have multiple worksheet references in the range for a
countif function
thanks

Pat
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default validation

Since you show nothing specific, then the best I can say is you can have
multiple countif statements. There is an array formula using Indirect that
allows a countif across multiple sheets

=SUMPRODUCT(COUNTIF(INDIRECT({"Sheet1","Sheet2","S heet3"}&"!A1:A10"),2))

I don't know if that helps.
--
Regards,
Tom Ogilvy


"Patrick" wrote:

I have a workbook with multiple worksheets that are all identicable.

However, in each worksheet I have created a data validation combo for the
same specific cell in each worksheet. The data for the validation list is
set once and every time I select from the drop down list in one
worksheet, the selected item should not be available in any of the other drop
down lists on any of the other worksheets.

I have seen a method that works when everything is only on one worksheet and
works ok in that situation. However, how do I do the same thing when the
references span across many worksheets, but the original dropdown list
resides in only one of the worksheets (although can be on all), but the
number of items available in the drop down list in each worksheet needs to
reduce by one evertime i make a selection

i cannot see how to have multiple worksheet references in the range for a
countif function
thanks

Pat

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
Crazy Data Validation ... List Validation Not Working TW Bake Excel Programming 1 March 29th 07 02:41 AM
data validation invalid in dynamic validation list ilia Excel Worksheet Functions 0 November 7th 06 12:54 PM
Validation (Drop down list vs simple text length validation) Bob Phillips[_6_] Excel Programming 2 April 27th 04 07:47 PM
Validation (Drop down list vs simple text length validation) Jason Morin[_2_] Excel Programming 1 April 27th 04 04:56 PM
Validation (Drop down list vs simple text length validation) Pete McCosh Excel Programming 0 April 27th 04 03:49 PM


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

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

About Us

"It's about Microsoft Excel"