#1   Report Post  
idcreek
 
Posts: n/a
Default vlookup problem

Thought i knew how to use vlookup. It's been a while since I've used it.
Here's my problem. Got two worksheets, Sheet 1 & Sheet 2. I have catalog
numbers on Sheet 1 in ascending order (column A). I want to see if those same
numbers are on Sheet 2 (column F). Want the results in column 8 (H) on Sheet
1. Forumla= (A2,F2-F3495,8,0). I got an N/A in cell H2 and when I copied the
formula down It had the same thing in all the cells. What am I doing wrong?

Thanks ahead of time.
--
thanks, idcreek
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

=ISNUMBER(MATCH(A2,Sheet2!F2:F3495,0))

will return TRUE or FALSE


--
HTH

Bob Phillips

"idcreek" wrote in message
...
Thought i knew how to use vlookup. It's been a while since I've used it.
Here's my problem. Got two worksheets, Sheet 1 & Sheet 2. I have catalog
numbers on Sheet 1 in ascending order (column A). I want to see if those

same
numbers are on Sheet 2 (column F). Want the results in column 8 (H) on

Sheet
1. Forumla= (A2,F2-F3495,8,0). I got an N/A in cell H2 and when I copied

the
formula down It had the same thing in all the cells. What am I doing

wrong?

Thanks ahead of time.
--
thanks, idcreek



  #3   Report Post  
CLR
 
Posts: n/a
Default

In cell H2, put this formula and copy down as far as you have data in column
A...........

=IF(ISNA(VLOOKUP(A9,Sheet2!$F$2:$F$3495,1,0)),"",V LOOKUP(A9,Sheet2!$F$2:$F$3
495,1,0))

It will return the corresponding value from column A or a blank if it does
not exist in the lookup list.

Vaya con Dios,
Chuck, CABGx3


"idcreek" wrote in message
...
Thought i knew how to use vlookup. It's been a while since I've used it.
Here's my problem. Got two worksheets, Sheet 1 & Sheet 2. I have catalog
numbers on Sheet 1 in ascending order (column A). I want to see if those

same
numbers are on Sheet 2 (column F). Want the results in column 8 (H) on

Sheet
1. Forumla= (A2,F2-F3495,8,0). I got an N/A in cell H2 and when I copied

the
formula down It had the same thing in all the cells. What am I doing

wrong?

Thanks ahead of time.
--
thanks, idcreek



  #4   Report Post  
idcreek
 
Posts: n/a
Default

thanks for the help, I'll let you know if it works.
--
thanks, idcreek


"CLR" wrote:

In cell H2, put this formula and copy down as far as you have data in column
A...........

=IF(ISNA(VLOOKUP(A9,Sheet2!$F$2:$F$3495,1,0)),"",V LOOKUP(A9,Sheet2!$F$2:$F$3
495,1,0))

It will return the corresponding value from column A or a blank if it does
not exist in the lookup list.

Vaya con Dios,
Chuck, CABGx3


"idcreek" wrote in message
...
Thought i knew how to use vlookup. It's been a while since I've used it.
Here's my problem. Got two worksheets, Sheet 1 & Sheet 2. I have catalog
numbers on Sheet 1 in ascending order (column A). I want to see if those

same
numbers are on Sheet 2 (column F). Want the results in column 8 (H) on

Sheet
1. Forumla= (A2,F2-F3495,8,0). I got an N/A in cell H2 and when I copied

the
formula down It had the same thing in all the cells. What am I doing

wrong?

Thanks ahead of time.
--
thanks, idcreek




  #5   Report Post  
idcreek
 
Posts: n/a
Default

thanks for your help, I'll let you know if it works.
--
thanks, idcreek


"Bob Phillips" wrote:

=ISNUMBER(MATCH(A2,Sheet2!F2:F3495,0))

will return TRUE or FALSE


--
HTH

Bob Phillips

"idcreek" wrote in message
...
Thought i knew how to use vlookup. It's been a while since I've used it.
Here's my problem. Got two worksheets, Sheet 1 & Sheet 2. I have catalog
numbers on Sheet 1 in ascending order (column A). I want to see if those

same
numbers are on Sheet 2 (column F). Want the results in column 8 (H) on

Sheet
1. Forumla= (A2,F2-F3495,8,0). I got an N/A in cell H2 and when I copied

the
formula down It had the same thing in all the cells. What am I doing

wrong?

Thanks ahead of time.
--
thanks, idcreek




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 Problem Trying to excel in life but need help Excel Worksheet Functions 6 April 9th 05 08:45 PM
VLOOKUP problem Wazooli Excel Discussion (Misc queries) 5 March 26th 05 01:52 PM
Problem with VLOOKUP and drop-down lists! Vicki Excel Worksheet Functions 2 March 18th 05 10:52 PM
VLOOKUP, OFFSET, MATCH PROBLEM, HELP? Steve Excel Worksheet Functions 0 January 30th 05 09:11 PM
VLOOKUP problem Jason Excel Worksheet Functions 2 January 14th 05 10:39 PM


All times are GMT +1. The time now is 05:30 PM.

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"