Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Vlookup - Returning Additional Values

Hi,

I am trying to create a easy to use look up tool for adresses. IE a user
will enter a Postcode(zip code) and a number (say 8) Adresses will be
returned. I have used Vlookup and this returns the first value it finds. Is
there a away of returning the next value, and the next and so on?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,081
Default Vlookup - Returning Additional Values

Nick Hodge has some good advice on his website about how to use queries in
Excel to pull in data from an external source. The source he specifically
uses is an Access database, but it could just as easily be an Excel worksheet.

Look for this topic:
Using Parameters In External ODBC Data Queries

at this site:
http://www.nickhodge.co.uk/gui/datam...taexamples.htm



"Dave515 UK" wrote:

Hi,

I am trying to create a easy to use look up tool for adresses. IE a user
will enter a Postcode(zip code) and a number (say 8) Adresses will be
returned. I have used Vlookup and this returns the first value it finds. Is
there a away of returning the next value, and the next and so on?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,440
Default Vlookup - Returning Additional Values

http://office.microsoft.com/en-us/as...260381033.aspx


--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Duke Carey" wrote in message ...
| Nick Hodge has some good advice on his website about how to use queries in
| Excel to pull in data from an external source. The source he specifically
| uses is an Access database, but it could just as easily be an Excel worksheet.
|
| Look for this topic:
| Using Parameters In External ODBC Data Queries
|
| at this site:
| http://www.nickhodge.co.uk/gui/datam...taexamples.htm
|
|
|
| "Dave515 UK" wrote:
|
| Hi,
|
| I am trying to create a easy to use look up tool for adresses. IE a user
| will enter a Postcode(zip code) and a number (say 8) Adresses will be
| returned. I have used Vlookup and this returns the first value it finds. Is
| there a away of returning the next value, and the next and so on?


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default Vlookup - Returning Additional Values

Hi This looks to be what I need, I will give it a go

"Duke Carey" wrote:

Nick Hodge has some good advice on his website about how to use queries in
Excel to pull in data from an external source. The source he specifically
uses is an Access database, but it could just as easily be an Excel worksheet.

Look for this topic:
Using Parameters In External ODBC Data Queries

at this site:
http://www.nickhodge.co.uk/gui/datam...taexamples.htm



"Dave515 UK" wrote:

Hi,

I am trying to create a easy to use look up tool for adresses. IE a user
will enter a Postcode(zip code) and a number (say 8) Adresses will be
returned. I have used Vlookup and this returns the first value it finds. Is
there a away of returning the next value, and the next and so on?

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default Vlookup - Returning Additional Values

Hi Niek,

I have previously tried this, but it was less helpful as the adressess that
I wish to return are in multiple columns.

Thanks anyway

"Niek Otten" wrote:

http://office.microsoft.com/en-us/as...260381033.aspx


--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Duke Carey" wrote in message ...
| Nick Hodge has some good advice on his website about how to use queries in
| Excel to pull in data from an external source. The source he specifically
| uses is an Access database, but it could just as easily be an Excel worksheet.
|
| Look for this topic:
| Using Parameters In External ODBC Data Queries
|
| at this site:
| http://www.nickhodge.co.uk/gui/datam...taexamples.htm
|
|
|
| "Dave515 UK" wrote:
|
| Hi,
|
| I am trying to create a easy to use look up tool for adresses. IE a user
| will enter a Postcode(zip code) and a number (say 8) Adresses will be
| returned. I have used Vlookup and this returns the first value it finds. Is
| there a away of returning the next value, and the next and so on?





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default Vlookup - Returning Additional Values

Thanks

I have tried this and it running this QRY returns all the information that I
need. However is there anyway that I can formatt the returning Data anything
other than row formatt? I say this as I have 21 colums of onfo including
opening close tomes etc.

Is this asking too much of excel?

"Duke Carey" wrote:

Nick Hodge has some good advice on his website about how to use queries in
Excel to pull in data from an external source. The source he specifically
uses is an Access database, but it could just as easily be an Excel worksheet.

Look for this topic:
Using Parameters In External ODBC Data Queries

at this site:
http://www.nickhodge.co.uk/gui/datam...taexamples.htm



"Dave515 UK" wrote:

Hi,

I am trying to create a easy to use look up tool for adresses. IE a user
will enter a Postcode(zip code) and a number (say 8) Adresses will be
returned. I have used Vlookup and this returns the first value it finds. Is
there a away of returning the next value, and the next and so on?

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,081
Default Vlookup - Returning Additional Values

I'm not following your question. Do you want to get the data back in some
for other than 1 row per address?


"Dave515 UK" wrote:

Thanks

I have tried this and it running this QRY returns all the information that I
need. However is there anyway that I can formatt the returning Data anything
other than row formatt? I say this as I have 21 colums of onfo including
opening close tomes etc.

Is this asking too much of excel?

"Duke Carey" wrote:

Nick Hodge has some good advice on his website about how to use queries in
Excel to pull in data from an external source. The source he specifically
uses is an Access database, but it could just as easily be an Excel worksheet.

Look for this topic:
Using Parameters In External ODBC Data Queries

at this site:
http://www.nickhodge.co.uk/gui/datam...taexamples.htm



"Dave515 UK" wrote:

Hi,

I am trying to create a easy to use look up tool for adresses. IE a user
will enter a Postcode(zip code) and a number (say 8) Adresses will be
returned. I have used Vlookup and this returns the first value it finds. Is
there a away of returning the next value, and the next and so on?

  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default Vlookup - Returning Additional Values

Hi Sorry for the delayed reply,

You are exactly correct, A bit like an Access report might. Problem is that
I need to use excel due as the document will be published on MS sharepoint
and there are other restrictions.

"Duke Carey" wrote:

I'm not following your question. Do you want to get the data back in some
for other than 1 row per address?


"Dave515 UK" wrote:

Thanks

I have tried this and it running this QRY returns all the information that I
need. However is there anyway that I can formatt the returning Data anything
other than row formatt? I say this as I have 21 colums of onfo including
opening close tomes etc.

Is this asking too much of excel?

"Duke Carey" wrote:

Nick Hodge has some good advice on his website about how to use queries in
Excel to pull in data from an external source. The source he specifically
uses is an Access database, but it could just as easily be an Excel worksheet.

Look for this topic:
Using Parameters In External ODBC Data Queries

at this site:
http://www.nickhodge.co.uk/gui/datam...taexamples.htm



"Dave515 UK" wrote:

Hi,

I am trying to create a easy to use look up tool for adresses. IE a user
will enter a Postcode(zip code) and a number (say 8) Adresses will be
returned. I have used Vlookup and this returns the first value it finds. Is
there a away of returning the next value, and the next and so on?

  #9   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,081
Default Vlookup - Returning Additional Values

You can always set the query up to return the data you need, maybe on a
separate worksheet, and then use normal Excel functions to reference the
returned data and display it in some other layout.


"Dave515 UK" wrote:

Hi Sorry for the delayed reply,

You are exactly correct, A bit like an Access report might. Problem is that
I need to use excel due as the document will be published on MS sharepoint
and there are other restrictions.

"Duke Carey" wrote:

I'm not following your question. Do you want to get the data back in some
for other than 1 row per address?


"Dave515 UK" wrote:

Thanks

I have tried this and it running this QRY returns all the information that I
need. However is there anyway that I can formatt the returning Data anything
other than row formatt? I say this as I have 21 colums of onfo including
opening close tomes etc.

Is this asking too much of excel?

"Duke Carey" wrote:

Nick Hodge has some good advice on his website about how to use queries in
Excel to pull in data from an external source. The source he specifically
uses is an Access database, but it could just as easily be an Excel worksheet.

Look for this topic:
Using Parameters In External ODBC Data Queries

at this site:
http://www.nickhodge.co.uk/gui/datam...taexamples.htm



"Dave515 UK" wrote:

Hi,

I am trying to create a easy to use look up tool for adresses. IE a user
will enter a Postcode(zip code) and a number (say 8) Adresses will be
returned. I have used Vlookup and this returns the first value it finds. Is
there a away of returning the next value, and the next and so on?

  #10   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default Vlookup - Returning Additional Values

This is not reallty practiacal as the sheet is for multipul user's.

But thank you you have been more than helpful

D

"Duke Carey" wrote:

You can always set the query up to return the data you need, maybe on a
separate worksheet, and then use normal Excel functions to reference the
returned data and display it in some other layout.


"Dave515 UK" wrote:

Hi Sorry for the delayed reply,

You are exactly correct, A bit like an Access report might. Problem is that
I need to use excel due as the document will be published on MS sharepoint
and there are other restrictions.

"Duke Carey" wrote:

I'm not following your question. Do you want to get the data back in some
for other than 1 row per address?


"Dave515 UK" wrote:

Thanks

I have tried this and it running this QRY returns all the information that I
need. However is there anyway that I can formatt the returning Data anything
other than row formatt? I say this as I have 21 colums of onfo including
opening close tomes etc.

Is this asking too much of excel?

"Duke Carey" wrote:

Nick Hodge has some good advice on his website about how to use queries in
Excel to pull in data from an external source. The source he specifically
uses is an Access database, but it could just as easily be an Excel worksheet.

Look for this topic:
Using Parameters In External ODBC Data Queries

at this site:
http://www.nickhodge.co.uk/gui/datam...taexamples.htm



"Dave515 UK" wrote:

Hi,

I am trying to create a easy to use look up tool for adresses. IE a user
will enter a Postcode(zip code) and a number (say 8) Adresses will be
returned. I have used Vlookup and this returns the first value it finds. Is
there a away of returning the next value, and the next and so on?

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
vlookup with 2 values Sally Excel Worksheet Functions 4 November 8th 06 04:36 PM
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) [email protected] Excel Worksheet Functions 0 September 5th 06 03:44 PM
vlookup returning a #N/A value Ian Excel Worksheet Functions 5 May 17th 06 02:58 PM
vlookup returning multiple values soph Excel Worksheet Functions 2 October 14th 05 05:17 AM
vlookup only a set of values. sansk_23 Excel Worksheet Functions 7 May 18th 05 01:31 PM


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