Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Col Col is offline
external usenet poster
 
Posts: 4
Default List Box with lookup facility

Hi all,
Don't know if this will test you or not.

I'm trying to combine a drop down list along with a lookup facility.

I have a list of job grades in say A2:A5 along with pay scales along the
columns - Min/Med/Max.
Whatever is input in a certain cell somewhere else on the same sheet for
example further down in column A 'Manager Grade 1', I would like the lookup
to default to the Max value in the corresponding cell in column B but leave
the cell unprotected so the user can enter the correct value.

To aid the user further I would like a dropdown box to show the correct
values.

I've tried using the standard dropdown and data validation but so far to no
avail.

Help anyone?

Thank you,

Colin.


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 221
Default List Box with lookup facility

G'day Colin

You can quite easily combined a dropdown list with and table array
The array can be on the same sheet or different if you like, the array in
this example is set @ A1 on an assumed sheet name "Lookups"

The example below assumes the following:

2 dropdowns, A1 = "Title" & B1 = "Grade"

The result: C1 =

=IF(A1="","",OFFSET(LookUp!$A$1,MATCH(A1,LookUp!$A $2:$A$20,0),MATCH(B1,LookUp!$B$1:$G$1,0)))

The array would look like this:


A B C D

1 Title/Grade 1 2 3
etc
2 Manager 100K 200K 300k etc
3 Slave 10K 11K 12K
etc

The main benefit of using an array is that you only have to update the
values in the array when seasonal salary adjustments occur and not the
values of individual cells in your main sheet.

You could even expand the dropdown "Grade" list and array as you like. eg 1L
= "Grade 1 Low" 1M = "Grade 1 Med".....etc

Your array will obviously change to suit also.

A B C D

1 Title/Grade 1L 1M 1H
etc
2 Manager 100K 200K 300k
etc
3 Slave 10K 11K 12K
etc

HTH
Regards
Mark.


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
Is there a 'floating key/ legend' facility? Andrew at fourninety.com Excel Discussion (Misc queries) 2 June 22nd 07 11:48 AM
Spelling Facility Zygy New Users to Excel 2 December 11th 06 05:49 PM
how do i use LOTUS combine facility in Excel seawardr Excel Discussion (Misc queries) 3 October 22nd 06 10:23 PM
Excel should provide the facility to compare two spreadsheets ThisCantBeHappening Excel Discussion (Misc queries) 0 January 15th 06 11:54 PM
How do I turn off the text to speech facility in Exccel? David Boas Excel Discussion (Misc queries) 1 June 4th 05 11:59 AM


All times are GMT +1. The time now is 10:27 AM.

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"