Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jay Jay is offline
external usenet poster
 
Posts: 671
Default Remove blank cells from data validation drop down box

First, I've checked out Debra Dalgeish's contextures web site and found some
really *GREAT* info there (thank you!).

But I'm still having issues with the drop down function using data validation.

I have drop down boxes that rely on the value of the cells to the left. I've
got it functional with a work around, but I'd like to make this simpler.

Here's what I have set up:
This is used for a single elimiation tournament with 16 teams.

Cells A1, A3, A5, A7, A9...A31 have static values in them (A2, A4...A30 are
blank)

I use a drop down validation box that has the values of A1 and A3 in it for
cell B2, same for A5 and A7 for B6 all the way to B30 (for A29 and A31)

I then move over to cell C4 (using the values from B2 and B6) to C28 (B26/B30)

See where I'm going here?

The users pick from the drop down boxes, which propagates over to the next
column until there is only one value (which ends up in E16).

The drop-down boxes reference other cells that I've hidden at the bottom of
the sheet, this list does not have any spaces between the values (16 in
column A, 8 in Column B, 4 in C, 2 in D). These are simple statements that
refrence the non-blank cells (A20's value is "=$A$1", B20 is "=$B$2, for a
few examples)

The data validation for B2 is a list with a source of A20 and A21.

What I'd really like to do is set the validation list in B2 to be A1 and A3
without having the user see the blank cell that's in A2 because it gets messy
when you get out to E16 with values in the first and last positions with 30
blank spaces in between.

What is comes down to is this:

1) Is there an easier way to do what I've done with calls to other cells for
the drop down list?
2) Is using the drop down list in Data Validation the best way to do this?

I'm using 2007, but I also tried to find a better solution when I had 2003.

Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Remove blank cells from data validation drop down box

1) Is there an easier way to do what I've done

Maybe! Take a look at this sample file then decide if it was/is easier.

It would take too long to try to explain this so I put together a small
sample file to demonstrate it.

Brackets.xlsx 10kb

http://cjoint.com/?mffCVxgO54

The teams in col A are manually entered. Then, everything else is chosen
from a drop down. I have it set so that you can't pick from the drop downs
until all the teams have been entered/chosen in the previous flight. In
other words, the drop downs in col B won't work until all 16 teams have been
entered in col A. The drop downs in col C won't work until all the teams
have been chosen in col B. Etc., Etc.

--
Biff
Microsoft Excel MVP


"Jay" wrote in message
...
First, I've checked out Debra Dalgeish's contextures web site and found
some
really *GREAT* info there (thank you!).

But I'm still having issues with the drop down function using data
validation.

I have drop down boxes that rely on the value of the cells to the left.
I've
got it functional with a work around, but I'd like to make this simpler.

Here's what I have set up:
This is used for a single elimiation tournament with 16 teams.

Cells A1, A3, A5, A7, A9...A31 have static values in them (A2, A4...A30
are
blank)

I use a drop down validation box that has the values of A1 and A3 in it
for
cell B2, same for A5 and A7 for B6 all the way to B30 (for A29 and A31)

I then move over to cell C4 (using the values from B2 and B6) to C28
(B26/B30)

See where I'm going here?

The users pick from the drop down boxes, which propagates over to the next
column until there is only one value (which ends up in E16).

The drop-down boxes reference other cells that I've hidden at the bottom
of
the sheet, this list does not have any spaces between the values (16 in
column A, 8 in Column B, 4 in C, 2 in D). These are simple statements that
refrence the non-blank cells (A20's value is "=$A$1", B20 is "=$B$2, for
a
few examples)

The data validation for B2 is a list with a source of A20 and A21.

What I'd really like to do is set the validation list in B2 to be A1 and
A3
without having the user see the blank cell that's in A2 because it gets
messy
when you get out to E16 with values in the first and last positions with
30
blank spaces in between.

What is comes down to is this:

1) Is there an easier way to do what I've done with calls to other cells
for
the drop down list?
2) Is using the drop down list in Data Validation the best way to do this?

I'm using 2007, but I also tried to find a better solution when I had
2003.

Thanks!



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jay Jay is offline
external usenet poster
 
Posts: 671
Default Remove blank cells from data validation drop down box

Thank you, Biff!

Although I think the way I have it currently is easier in this instance --
at least for me to keep track of -- this has been helpful. If nothing else,
I'm seeing a different way of doing what I want done so the next time I need
somehthing like this I'll have more than one way to do it.

Thanks!
-Jay

"T. Valko" wrote:

1) Is there an easier way to do what I've done


Maybe! Take a look at this sample file then decide if it was/is easier.

It would take too long to try to explain this so I put together a small
sample file to demonstrate it.

Brackets.xlsx 10kb

http://cjoint.com/?mffCVxgO54

The teams in col A are manually entered. Then, everything else is chosen
from a drop down. I have it set so that you can't pick from the drop downs
until all the teams have been entered/chosen in the previous flight. In
other words, the drop downs in col B won't work until all 16 teams have been
entered in col A. The drop downs in col C won't work until all the teams
have been chosen in col B. Etc., Etc.

--
Biff
Microsoft Excel MVP


"Jay" wrote in message
...
First, I've checked out Debra Dalgeish's contextures web site and found
some
really *GREAT* info there (thank you!).

But I'm still having issues with the drop down function using data
validation.

I have drop down boxes that rely on the value of the cells to the left.
I've
got it functional with a work around, but I'd like to make this simpler.

Here's what I have set up:
This is used for a single elimiation tournament with 16 teams.

Cells A1, A3, A5, A7, A9...A31 have static values in them (A2, A4...A30
are
blank)

I use a drop down validation box that has the values of A1 and A3 in it
for
cell B2, same for A5 and A7 for B6 all the way to B30 (for A29 and A31)

I then move over to cell C4 (using the values from B2 and B6) to C28
(B26/B30)

See where I'm going here?

The users pick from the drop down boxes, which propagates over to the next
column until there is only one value (which ends up in E16).

The drop-down boxes reference other cells that I've hidden at the bottom
of
the sheet, this list does not have any spaces between the values (16 in
column A, 8 in Column B, 4 in C, 2 in D). These are simple statements that
refrence the non-blank cells (A20's value is "=$A$1", B20 is "=$B$2, for
a
few examples)

The data validation for B2 is a list with a source of A20 and A21.

What I'd really like to do is set the validation list in B2 to be A1 and
A3
without having the user see the blank cell that's in A2 because it gets
messy
when you get out to E16 with values in the first and last positions with
30
blank spaces in between.

What is comes down to is this:

1) Is there an easier way to do what I've done with calls to other cells
for
the drop down list?
2) Is using the drop down list in Data Validation the best way to do this?

I'm using 2007, but I also tried to find a better solution when I had
2003.

Thanks!



.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Remove blank cells from data validation drop down box

Good deal. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"Jay" wrote in message
...
Thank you, Biff!

Although I think the way I have it currently is easier in this instance --
at least for me to keep track of -- this has been helpful. If nothing
else,
I'm seeing a different way of doing what I want done so the next time I
need
somehthing like this I'll have more than one way to do it.

Thanks!
-Jay

"T. Valko" wrote:

1) Is there an easier way to do what I've done


Maybe! Take a look at this sample file then decide if it was/is easier.

It would take too long to try to explain this so I put together a small
sample file to demonstrate it.

Brackets.xlsx 10kb

http://cjoint.com/?mffCVxgO54

The teams in col A are manually entered. Then, everything else is chosen
from a drop down. I have it set so that you can't pick from the drop
downs
until all the teams have been entered/chosen in the previous flight. In
other words, the drop downs in col B won't work until all 16 teams have
been
entered in col A. The drop downs in col C won't work until all the teams
have been chosen in col B. Etc., Etc.

--
Biff
Microsoft Excel MVP


"Jay" wrote in message
...
First, I've checked out Debra Dalgeish's contextures web site and found
some
really *GREAT* info there (thank you!).

But I'm still having issues with the drop down function using data
validation.

I have drop down boxes that rely on the value of the cells to the left.
I've
got it functional with a work around, but I'd like to make this
simpler.

Here's what I have set up:
This is used for a single elimiation tournament with 16 teams.

Cells A1, A3, A5, A7, A9...A31 have static values in them (A2, A4...A30
are
blank)

I use a drop down validation box that has the values of A1 and A3 in it
for
cell B2, same for A5 and A7 for B6 all the way to B30 (for A29 and A31)

I then move over to cell C4 (using the values from B2 and B6) to C28
(B26/B30)

See where I'm going here?

The users pick from the drop down boxes, which propagates over to the
next
column until there is only one value (which ends up in E16).

The drop-down boxes reference other cells that I've hidden at the
bottom
of
the sheet, this list does not have any spaces between the values (16 in
column A, 8 in Column B, 4 in C, 2 in D). These are simple statements
that
refrence the non-blank cells (A20's value is "=$A$1", B20 is "=$B$2,
for
a
few examples)

The data validation for B2 is a list with a source of A20 and A21.

What I'd really like to do is set the validation list in B2 to be A1
and
A3
without having the user see the blank cell that's in A2 because it gets
messy
when you get out to E16 with values in the first and last positions
with
30
blank spaces in between.

What is comes down to is this:

1) Is there an easier way to do what I've done with calls to other
cells
for
the drop down list?
2) Is using the drop down list in Data Validation the best way to do
this?

I'm using 2007, but I also tried to find a better solution when I had
2003.

Thanks!



.



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
Locked Cells with Data Validation Drop Down Lists Joe D Excel Discussion (Misc queries) 2 May 19th 08 03:44 PM
remove blank cells - no sorting Luke Excel Worksheet Functions 4 May 14th 08 10:23 PM
Data Validation Blank Cells Louis Markowski Excel Worksheet Functions 2 October 11th 07 05:24 PM
Data Validation on blank cells LOU Excel Worksheet Functions 1 May 9th 07 09:43 PM
How do I set up a drop down validation to ignore any blank cells? MLP Excel Discussion (Misc queries) 1 August 3rd 05 11:20 PM


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