Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Should I keep Trying INSA - VLOOKUP?

G'Day everyone...

I am using Excel 2003. I have been trying to use vlookup = but I can't seem to
put my finger on it.
=IF(ISNA(VLOOKUP(A8,name,1,FALSE)),"Loss",VLOOKUP( A8,name,1,FALSE))

Here is my for instance

I have a long list of records (rows) (5000) with Column A being a number
beginning with 000000... 999999 (ascending sort). There is data in each cell
through column L. There is no incremental relationship between records.

I have a shorter list of 300 records with column AA being the sequential number
(sorted ascending) beginning with record 000564 through 899976. There is no
corresponding relationship between the numbers in Column AA. The number that
appears in column AA does anchor the record on the short list to the same record
on the long list...

I need compare the column A to Column AA and move Columns AB to AJ to the end of
the correspond record on the larger list Beginning in column "M"

Clear as Mud??? I hope someone can help.


Bravejoe

"That's my opinion. I could be wrong." Dennis Miller
"It Doesn't Matter!" Bravejoe

remove the "t1","us" and replace "com" with "net" from my email address to reply privately.

"There's fodder for the cannons and the guilty ones can all sleep safely." Andy Partridge XTC
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default Should I keep Trying INSA - VLOOKUP?

Hi
you may start with the following link to see how VLOOKUP works:
http://www.mvps.org/dmcritchie/excel/vlookup.htm

--
Regards
Frank Kabel
Frankfurt, Germany


Joe Chromy, Jr wrote:
G'Day everyone...

I am using Excel 2003. I have been trying to use vlookup = but I
can't seem to
put my finger on it.
=IF(ISNA(VLOOKUP(A8,name,1,FALSE)),"Loss",VLOOKUP( A8,name,1,FALSE))

Here is my for instance

I have a long list of records (rows) (5000) with Column A being a
number
beginning with 000000... 999999 (ascending sort). There is data in
each cell
through column L. There is no incremental relationship between
records.

I have a shorter list of 300 records with column AA being the
sequential number (sorted ascending) beginning with record 000564
through 899976. There is no
corresponding relationship between the numbers in Column AA. The
number that
appears in column AA does anchor the record on the short list to the
same record
on the long list...

I need compare the column A to Column AA and move Columns AB to AJ to
the end of
the correspond record on the larger list Beginning in column "M"

Clear as Mud??? I hope someone can help.


Bravejoe

"That's my opinion. I could be wrong." Dennis Miller
"It Doesn't Matter!" Bravejoe

remove the "t1","us" and replace "com" with "net" from my email
address to reply privately.

"There's fodder for the cannons and the guilty ones can all sleep
safely." Andy Partridge XTC


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Should I keep Trying INSA - VLOOKUP?

if this formula is in column M of the long list and Name refers to
AA1:AJ300, then to pull the entry from AB into M you would use

in M2
=IF(ISNA(VLOOKUP(A2,name,2,FALSE)),"Loss",VLOOKUP( A2,name,2,FALSE))


in N2 you would change the 2 after name to a 3 and so forth.

the defined range "name"

Name: Name
Refersto: =Sheet1!$AA$1:$AJ$300

Now select M2:U2 and drag fill down the column.

--
Regards,
Tom Ogilvy


"Joe Chromy, Jr" wrote in message
...
G'Day everyone...

I am using Excel 2003. I have been trying to use vlookup = but I can't

seem to
put my finger on it.
=IF(ISNA(VLOOKUP(A8,name,1,FALSE)),"Loss",VLOOKUP( A8,name,1,FALSE))

Here is my for instance

I have a long list of records (rows) (5000) with Column A being a number
beginning with 000000... 999999 (ascending sort). There is data in each

cell
through column L. There is no incremental relationship between records.

I have a shorter list of 300 records with column AA being the sequential

number
(sorted ascending) beginning with record 000564 through 899976. There is

no
corresponding relationship between the numbers in Column AA. The number

that
appears in column AA does anchor the record on the short list to the same

record
on the long list...

I need compare the column A to Column AA and move Columns AB to AJ to the

end of
the correspond record on the larger list Beginning in column "M"

Clear as Mud??? I hope someone can help.


Bravejoe

"That's my opinion. I could be wrong." Dennis Miller
"It Doesn't Matter!" Bravejoe

remove the "t1","us" and replace "com" with "net" from my email address to

reply privately.

"There's fodder for the cannons and the guilty ones can all sleep safely."

Andy Partridge XTC


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
If (Vlookup 0) working, but what if Vlookup cell does not exist Steve Excel Worksheet Functions 18 November 18th 09 07:33 PM
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
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 01:17 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"