#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
DJS DJS is offline
external usenet poster
 
Posts: 31
Default Excel Formulas

I need some help.

Ive got a very large woork sheet and would like ot break it down so I dont
have to do alot of typing. Here is what I would like to know if its possible.

1. Ive created a number of Dropdown list, but wanted to know if when I
selected a particular item from from list in cell B2 cell D2 would
automatically be populated by the correct list? e.g. Department Heads are
selected in B2 only the pre-assinged names would appear in a drop down list
in cell D2. and so forth.
2. How do I do a sort by text or would I need to put a number infront of the
text for it to work. eg. Say I had a sheet of 1000 employess by department,
positions,yrs of service and so on. How could I sort out only the Department
Heads or say job lvls?

Ive tried many different formulas but they would work for part but not all.
Help would be greatly appreciated.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,276
Default Excel Formulas

Hi ,
Take a look to Debra web
http://www.contextures.com/xlDataVal02.html#TwoWord

"djs" wrote:

I need some help.

Ive got a very large woork sheet and would like ot break it down so I dont
have to do alot of typing. Here is what I would like to know if its possible.

1. Ive created a number of Dropdown list, but wanted to know if when I
selected a particular item from from list in cell B2 cell D2 would
automatically be populated by the correct list? e.g. Department Heads are
selected in B2 only the pre-assinged names would appear in a drop down list
in cell D2. and so forth.
2. How do I do a sort by text or would I need to put a number infront of the
text for it to work. eg. Say I had a sheet of 1000 employess by department,
positions,yrs of service and so on. How could I sort out only the Department
Heads or say job lvls?

Ive tried many different formulas but they would work for part but not all.
Help would be greatly appreciated.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Excel Formulas

Debra Dalgleish shows how you can achieve your first requirement he

http://www.contextures.com/xlDataVal02.html

As for your second query, have you tried highlighting the data and
using Data | Sort ? You can sort on up to 3 fields of data (columns)
and choose ascending/descending order for each of those fields.

Hope this helps.

Pete

On Jan 21, 5:01*pm, djs wrote:
I need some help.

Ive got a very large woork sheet and would like ot break it down so I dont
have to do alot of typing. Here is what I would like to know if its possible.

1. Ive created a number of Dropdown list, but wanted to know if when I
selected a particular item from from list in cell B2 cell D2 would
automatically be populated by the correct list? *e.g. Department Heads are
selected in B2 only the pre-assinged names would appear in a drop down list
in cell D2. and so forth.
2. How do I do a sort by text or would I need to put a number infront of the
text for it to work. eg. Say I had a sheet of 1000 employess by department,
positions,yrs of service and so on. How could I sort out only the Department
Heads or say job lvls?

Ive tried many different formulas but they would work for part but not all.
Help would be greatly appreciated.


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
DJS DJS is offline
external usenet poster
 
Posts: 31
Default Excel Formulas

Thanks guys.

Will let u know how it works out for me

"Pete_UK" wrote:

Debra Dalgleish shows how you can achieve your first requirement he

http://www.contextures.com/xlDataVal02.html

As for your second query, have you tried highlighting the data and
using Data | Sort ? You can sort on up to 3 fields of data (columns)
and choose ascending/descending order for each of those fields.

Hope this helps.

Pete

On Jan 21, 5:01 pm, djs wrote:
I need some help.

Ive got a very large woork sheet and would like ot break it down so I dont
have to do alot of typing. Here is what I would like to know if its possible.

1. Ive created a number of Dropdown list, but wanted to know if when I
selected a particular item from from list in cell B2 cell D2 would
automatically be populated by the correct list? e.g. Department Heads are
selected in B2 only the pre-assinged names would appear in a drop down list
in cell D2. and so forth.
2. How do I do a sort by text or would I need to put a number infront of the
text for it to work. eg. Say I had a sheet of 1000 employess by department,
positions,yrs of service and so on. How could I sort out only the Department
Heads or say job lvls?

Ive tried many different formulas but they would work for part but not all.
Help would be greatly appreciated.



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
DJS DJS is offline
external usenet poster
 
Posts: 31
Default Excel Formulas

It worked great Eduardo and Pete. Thanks alot for the tips.

I just have one more question: How can I make it that when I select
something from a drop down list in B2 Cell D2 would have the correct answer.
e.g. A2 - Dept. Heads is selected from list. B2 - Production. C2 would have
the name of the production Manager.

Hope someone can help me with this one.

djs...


"djs" wrote:

Thanks guys.

Will let u know how it works out for me

"Pete_UK" wrote:

Debra Dalgleish shows how you can achieve your first requirement he

http://www.contextures.com/xlDataVal02.html

As for your second query, have you tried highlighting the data and
using Data | Sort ? You can sort on up to 3 fields of data (columns)
and choose ascending/descending order for each of those fields.

Hope this helps.

Pete

On Jan 21, 5:01 pm, djs wrote:
I need some help.

Ive got a very large woork sheet and would like ot break it down so I dont
have to do alot of typing. Here is what I would like to know if its possible.

1. Ive created a number of Dropdown list, but wanted to know if when I
selected a particular item from from list in cell B2 cell D2 would
automatically be populated by the correct list? e.g. Department Heads are
selected in B2 only the pre-assinged names would appear in a drop down list
in cell D2. and so forth.
2. How do I do a sort by text or would I need to put a number infront of the
text for it to work. eg. Say I had a sheet of 1000 employess by department,
positions,yrs of service and so on. How could I sort out only the Department
Heads or say job lvls?

Ive tried many different formulas but they would work for part but not all.
Help would be greatly appreciated.





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Excel Formulas

Debra's site also shows how you can have a third dependent drop-down,
but if you only have one Production Manager then you can use VLOOKUP -
Debra gives full details on her site.

Hope this helps.

Pete

On Jan 21, 9:57*pm, djs wrote:
It worked great Eduardo and Pete. Thanks alot for the tips.

I just have one more question: How can I make it that when I select
something from a drop down list in B2 Cell D2 would have the correct answer.
e.g. A2 - Dept. Heads is selected from list. B2 - Production. C2 would have
the name of the production Manager.

Hope someone can help me with this one.

djs...



"djs" wrote:
Thanks guys.


Will let u know how it works out for me


"Pete_UK" wrote:


Debra Dalgleish shows how you can achieve your first requirement he


http://www.contextures.com/xlDataVal02.html


As for your second query, have you tried highlighting the data and
using Data | Sort ? You can sort on up to 3 fields of data (columns)
and choose ascending/descending order for each of those fields.


Hope this helps.


Pete


On Jan 21, 5:01 pm, djs wrote:
I need some help.


Ive got a very large woork sheet and would like ot break it down so I dont
have to do alot of typing. Here is what I would like to know if its possible.


1. Ive created a number of Dropdown list, but wanted to know if when I
selected a particular item from from list in cell B2 cell D2 would
automatically be populated by the correct list? *e.g. Department Heads are
selected in B2 only the pre-assinged names would appear in a drop down list
in cell D2. and so forth.
2. How do I do a sort by text or would I need to put a number infront of the
text for it to work. eg. Say I had a sheet of 1000 employess by department,
positions,yrs of service and so on. How could I sort out only the Department
Heads or say job lvls?


Ive tried many different formulas but they would work for part but not all.
Help would be greatly appreciated.- Hide quoted text -


- Show quoted text -


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
ms-excel guidence notes, complete formulas in excel, How to runmacros in Ms excel [email protected] Excel Discussion (Misc queries) 0 June 14th 08 03:19 PM
CELLS NOT CALC FORMULAS - VALUES STAY SME FORMULAS CORRECT?? HELP Sherberg Excel Worksheet Functions 4 September 11th 07 01:34 AM
Copying formulas from Excel 2003 to Excel 2007 [email protected] Excel Discussion (Misc queries) 4 August 9th 07 06:06 PM
Formulas not evaluated, Formulas treated as strings Bob Sullentrup Excel Discussion (Misc queries) 0 November 27th 06 08:01 PM
excel formulas JEHU Excel Worksheet Functions 2 March 6th 06 03:56 AM


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