#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 54
Default Lists / Menus

Hi Guys, I have a drop down list (that looks at another worksheet) and I
select their first name, I then want another cell to automatically bring up
that persons surname.. Is there some kind or sub menu or list I use?.. Ive
gone into all my usual websites (pearsons, contextures etc) but dont really
know what im looking for, any help would be great...
Scott
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Lists / Menus

.. I have a drop down list (that looks at another worksheet)
and I select their first name,
I then want another cell to automatically bring up that persons surname..


A formulated col using say, index/match would do that for you
Eg In Sheet1, if DVs in A2 down,
you could have something like this in B2 down:
=IF(A2="","",INDEX(Sheet2!A:A,MATCH(A2,Sheet2!B:B, 0)))
where cols A and B in Sheet2 holds the surnames & firstnames
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 54
Default Lists / Menus

Are there any other ways? I have several lists on the one worksheet that need
to 'autofil'. Can it be done without a formulated col?

"Max" wrote:

.. I have a drop down list (that looks at another worksheet)
and I select their first name,
I then want another cell to automatically bring up that persons surname..


A formulated col using say, index/match would do that for you
Eg In Sheet1, if DVs in A2 down,
you could have something like this in B2 down:
=IF(A2="","",INDEX(Sheet2!A:A,MATCH(A2,Sheet2!B:B, 0)))
where cols A and B in Sheet2 holds the surnames & firstnames
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Lists / Menus

Afraid I'm out of better ideas to offer you. But do hang around awhile for
possibilities from other responders
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Scott R" wrote in message
...
Are there any other ways? I have several lists on the one worksheet that
need
to 'autofil'. Can it be done without a formulated col?



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 54
Default Lists / Menus


ok thanks for that :)

"Max" wrote:

Afraid I'm out of better ideas to offer you. But do hang around awhile for
possibilities from other responders
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Scott R" wrote in message
...
Are there any other ways? I have several lists on the one worksheet that
need
to 'autofil'. Can it be done without a formulated col?






  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Lists / Menus

VLOOKUP function will also fill the cells but that is "formulated"

Without formulas you would have to resort to VBA event code


Gord Dibben MS Excel MVP

On Wed, 6 Feb 2008 12:48:01 -0800, Scott R
wrote:

Are there any other ways? I have several lists on the one worksheet that need
to 'autofil'. Can it be done without a formulated col?

"Max" wrote:

.. I have a drop down list (that looks at another worksheet)
and I select their first name,
I then want another cell to automatically bring up that persons surname..


A formulated col using say, index/match would do that for you
Eg In Sheet1, if DVs in A2 down,
you could have something like this in B2 down:
=IF(A2="","",INDEX(Sheet2!A:A,MATCH(A2,Sheet2!B:B, 0)))
where cols A and B in Sheet2 holds the surnames & firstnames
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---


  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 54
Default Lists / Menus

Thanks guys.. Ill back and see exactly what I need to do and go from there.
Thanks for your help :)

"Gord Dibben" wrote:

VLOOKUP function will also fill the cells but that is "formulated"

Without formulas you would have to resort to VBA event code


Gord Dibben MS Excel MVP

On Wed, 6 Feb 2008 12:48:01 -0800, Scott R
wrote:

Are there any other ways? I have several lists on the one worksheet that need
to 'autofil'. Can it be done without a formulated col?

"Max" wrote:

.. I have a drop down list (that looks at another worksheet)
and I select their first name,
I then want another cell to automatically bring up that persons surname..

A formulated col using say, index/match would do that for you
Eg In Sheet1, if DVs in A2 down,
you could have something like this in B2 down:
=IF(A2="","",INDEX(Sheet2!A:A,MATCH(A2,Sheet2!B:B, 0)))
where cols A and B in Sheet2 holds the surnames & firstnames
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---



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
difference between word 2003 menus and word 2007 menus-Explain pl kali Excel Discussion (Misc queries) 1 August 29th 07 07:56 AM
Adding sub-menus and actions to data in drop down lists in Excel 2 cchcc Excel Worksheet Functions 1 May 2nd 06 03:38 PM
width of drop-down menus in lists hfs Excel Worksheet Functions 0 November 10th 05 02:49 PM
Drop-Down Menus in Created Lists hfs Excel Worksheet Functions 0 November 10th 05 04:30 AM
New Menus - attaching but menus are reset Greegan Excel Worksheet Functions 0 November 5th 05 03:19 PM


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

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"