Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 39
Default Help with drop-down box creation

I have a large spreadsheet of case manager activity. Each case manager has a
certain number of rows and columns for his/her information (case manager A
uses the area A3:G43, case manager B uses H3:N43, etc.). There are 13 case
manager areas in group 1 (rows 1-43), 13 in group 2 (rows 44-86), 13 in group
3 (rows 87-129), 4 sets in group 4 (rows 130-172), and 5 sets of totals at
the bottom (rows 173-215).

I want to create a drop-down box that would point to and locate the case
managers' last names or worker ID#s. These items are not contiguous--they
are located at cells B3:B4 for case manager A, I3:I4 for B, P3:P4 for C, etc.
How can I go about creating a drop-down box for this?

Thanks.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,071
Default Help with drop-down box creation

I think what you're saying is you want something so that you can jump to a
specific block of data peculiar to a specific manager. If so, you can do
that several ways. Yes, you can have a Data Validation cell, choose a
manager, and a macro will jump the screen to that block. But an easier way
is to name the top left cell of each block, say, the manager's name. You
can then click on the drop-down arrow in the Name box, displaying all the
range names, click on the one you want and it happens. The name box is the
white space immediately above the "A" of Column A. Post back if you need
more or if this is not what you need. HTH Otto

"Bradly" wrote in message
...
I have a large spreadsheet of case manager activity. Each case manager
has a
certain number of rows and columns for his/her information (case manager A
uses the area A3:G43, case manager B uses H3:N43, etc.). There are 13
case
manager areas in group 1 (rows 1-43), 13 in group 2 (rows 44-86), 13 in
group
3 (rows 87-129), 4 sets in group 4 (rows 130-172), and 5 sets of totals at
the bottom (rows 173-215).

I want to create a drop-down box that would point to and locate the case
managers' last names or worker ID#s. These items are not contiguous--they
are located at cells B3:B4 for case manager A, I3:I4 for B, P3:P4 for C,
etc.
How can I go about creating a drop-down box for this?

Thanks.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 39
Default Help with drop-down box creation

I tried the name box, but all it says is "print area". Is there anything
else I can do? I'm afraid I don't know all of the ins and outs of control
boxes and such.


"Otto Moehrbach" wrote:

I think what you're saying is you want something so that you can jump to a
specific block of data peculiar to a specific manager. If so, you can do
that several ways. Yes, you can have a Data Validation cell, choose a
manager, and a macro will jump the screen to that block. But an easier way
is to name the top left cell of each block, say, the manager's name. You
can then click on the drop-down arrow in the Name box, displaying all the
range names, click on the one you want and it happens. The name box is the
white space immediately above the "A" of Column A. Post back if you need
more or if this is not what you need. HTH Otto

"Bradly" wrote in message
...
I have a large spreadsheet of case manager activity. Each case manager
has a
certain number of rows and columns for his/her information (case manager A
uses the area A3:G43, case manager B uses H3:N43, etc.). There are 13
case
manager areas in group 1 (rows 1-43), 13 in group 2 (rows 44-86), 13 in
group
3 (rows 87-129), 4 sets in group 4 (rows 130-172), and 5 sets of totals at
the bottom (rows 173-215).

I want to create a drop-down box that would point to and locate the case
managers' last names or worker ID#s. These items are not contiguous--they
are located at cells B3:B4 for case manager A, I3:I4 for B, P3:P4 for C,
etc.
How can I go about creating a drop-down box for this?

Thanks.

.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,071
Default Help with drop-down box creation

Bradly
Apparently, "print area" is the only range name your file has so far.
You must create the range names you want To do that, first select the
cell. Name that cell. Look up Range Names in Help if you don't know how to
name a cell. Name each such cell. Now, if you click the down arrow in the
Name box, you will see all the range names in your file. Click on the one
you want and the screen will jump to that cell. Post back if you need more
help

"Bradly" wrote in message
...
I tried the name box, but all it says is "print area". Is there anything
else I can do? I'm afraid I don't know all of the ins and outs of control
boxes and such.


"Otto Moehrbach" wrote:

I think what you're saying is you want something so that you can jump to
a
specific block of data peculiar to a specific manager. If so, you can do
that several ways. Yes, you can have a Data Validation cell, choose a
manager, and a macro will jump the screen to that block. But an easier
way
is to name the top left cell of each block, say, the manager's name. You
can then click on the drop-down arrow in the Name box, displaying all the
range names, click on the one you want and it happens. The name box is
the
white space immediately above the "A" of Column A. Post back if you need
more or if this is not what you need. HTH Otto

"Bradly" wrote in message
...
I have a large spreadsheet of case manager activity. Each case manager
has a
certain number of rows and columns for his/her information (case
manager A
uses the area A3:G43, case manager B uses H3:N43, etc.). There are 13
case
manager areas in group 1 (rows 1-43), 13 in group 2 (rows 44-86), 13 in
group
3 (rows 87-129), 4 sets in group 4 (rows 130-172), and 5 sets of totals
at
the bottom (rows 173-215).

I want to create a drop-down box that would point to and locate the
case
managers' last names or worker ID#s. These items are not
contiguous--they
are located at cells B3:B4 for case manager A, I3:I4 for B, P3:P4 for
C,
etc.
How can I go about creating a drop-down box for this?

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
CHART CREATION Alectrical Excel Programming 0 August 29th 09 06:04 PM
Article creation excelisfun Excel Programming 1 February 27th 06 01:14 PM
Macro Creation Programming Cells Excel Discussion (Misc queries) 3 July 28th 05 06:07 PM
Automatic Data Validation drop down creation Buddhapenguin Excel Discussion (Misc queries) 1 May 12th 05 08:41 PM
drop down list creation swesa Excel Discussion (Misc queries) 1 April 16th 05 12:38 AM


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