#1   Report Post  
Junior Member
 
Posts: 1
Smile Vlookup Help

Trying to make multiple lists based on the first character of a master list onto seperate sheets. I.E. I have a master list in sheet 1. I would like to make a list for each letter A-Z on corresponding sheets. I have 4500 items in the master list. Cannot figure out how to use the Vlookup and Left function together as well as returning multiple items between seperate sheets. Thank for all the help in advance!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,522
Default Vlookup Help

Using vlookup if NOT sorted you must use the false or 0 parameter.
Look in the help index. Can't you just sort???


On Feb 17, 2:28*pm, jsyowler wrote:
Trying to make multiple lists based on the first character of a master
list onto seperate sheets. *I.E. I have a master list in sheet 1. *I
would like to make a list for each letter A-Z on corresponding sheets. I
have 4500 items in the master list. *Cannot figure out how to use the
Vlookup and Left function together as well as returning multiple items
between seperate sheets. *Thank for all the help in advance!

--
jsyowler


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 153
Default Vlookup Help

On Feb 17, 12:28*pm, jsyowler
wrote:
Trying to make multiple lists based on the first character of a master
list onto seperate sheets. *I.E. I have a master list in sheet 1. *I
would like to make a list for each letter A-Z on corresponding sheets. I
have 4500 items in the master list.


Here's one way with Excel 2003, but it doesn't use VLookup.

In my example, row 1 in sheet 1 is a header row, and the data starts
in row 2.

Also, sheet 1 has data in rows A:F.

Each "letter" sheet uses column A as a helper column.

Set up each "letter" sheet by typing its letter in its cell A1.

Next enter the following formulas in the "A" sheet:

In cell A2:
=IF(LEFT('sheet 1'!A2,1)=$A$1,MAX(A$1:A1)+1,"")

In cell B2:
=IF(ROW()-1MAX($A:$A),"",
IF(OFFSET('sheet 1'!A$1,MATCH(ROW()-1,$A:$A,0)-1,0)="","",
OFFSET('sheet 1'!A$1,MATCH(ROW()-1,$A:$A,0)-1,0)))

Next copy B2 into C2:G2 (or however many columns you use).

Next select A2:G2 and copy down for the 4500 rows.

Next copy the rows 2:4500 and paste them into the same place in the
other "letter" sheets. You can do this with one paste by multi-
selecting the other sheets.

To avoid clutter, the helper column in each "letter" sheet can be
hidden.

Hope this helps getting started.
  #4   Report Post  
Banned
 
Posts: 10
Default

Quote:
Originally Posted by jsyowler View Post
Trying to make multiple lists based on the first character of a master list onto seperate sheets. I.E. I have a master list in sheet 1. I would like to make a list for each letter A-Z on corresponding sheets. I have 4500 items in the master list. Cannot figure out how to use the Vlookup and Left function together as well as returning multiple items between seperate sheets. Thank for all the help in advance!
I read your question and tring to find some helpful suggestions for you and in this case I got an article, going to share. Hope you can find your solution.

Code:
http://knol.google.com/k/excel-dummies/excel-s-most-powerful-functions-vlookup/3hxc2p2hmax0x/1#
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 - Does the VLookUp return the exact information? Cpviv Excel Worksheet Functions 2 October 28th 08 09:57 AM
Vlookup in vlookup - taking the result as array name SupperDuck Excel Worksheet Functions 2 June 2nd 07 11:05 AM
Combine VLOOKUP and IF function so #NA isn't returned as a value from VLOOKUP buffgirl71 Excel Discussion (Misc queries) 12 November 14th 06 11:36 PM
Vlookup -=VLOOKUP(F9,LookUp1!$A$2:$B$1504,2,FALSE) MikeR-Oz New Users to Excel 1 March 22nd 06 09:01 AM
Vlookup info being used without vlookup table attached? Excel Worksheet Functions 0 January 25th 05 10:43 AM


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