#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 54
Default V Lookup

While updating my Access database with information from an excel file, I have
lost my place where I was in updating. I have exported my Access list into a
worksheet in the same file as the excel information. I need to know how to
lookup to see if column A in the excel copy has any matches in column A of
the Database info. The tabs are OLD and DATABASE. I've tried
=vlookup(A1,OLD,A1:A6000,FALSE). Help?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,276
Default V Lookup

Hi,

=vlookup(A1,OLD!A1:A6000,1,FALSE)

"Alberta Rose" wrote:

While updating my Access database with information from an excel file, I have
lost my place where I was in updating. I have exported my Access list into a
worksheet in the same file as the excel information. I need to know how to
lookup to see if column A in the excel copy has any matches in column A of
the Database info. The tabs are OLD and DATABASE. I've tried
=vlookup(A1,OLD,A1:A6000,FALSE). Help?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 54
Default V Lookup

Thanks Eduardo! One more thing, when my database info downloaded into excel,
some of the fields came over as text. How do I change them to numeric?

"Eduardo" wrote:

Hi,

=vlookup(A1,OLD!A1:A6000,1,FALSE)

"Alberta Rose" wrote:

While updating my Access database with information from an excel file, I have
lost my place where I was in updating. I have exported my Access list into a
worksheet in the same file as the excel information. I need to know how to
lookup to see if column A in the excel copy has any matches in column A of
the Database info. The tabs are OLD and DATABASE. I've tried
=vlookup(A1,OLD,A1:A6000,FALSE). Help?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,276
Default V Lookup

Hi Alberta,
you can highlight it, right click on the mouse and then choose general or
number, but sometimes the text comes with some blank spaces at the beginning
in that case in anothe column enter

=Trim(A1)

copy formula down and then copy and paste as value in the original column

hope this helps

"Alberta Rose" wrote:

Thanks Eduardo! One more thing, when my database info downloaded into excel,
some of the fields came over as text. How do I change them to numeric?

"Eduardo" wrote:

Hi,

=vlookup(A1,OLD!A1:A6000,1,FALSE)

"Alberta Rose" wrote:

While updating my Access database with information from an excel file, I have
lost my place where I was in updating. I have exported my Access list into a
worksheet in the same file as the excel information. I need to know how to
lookup to see if column A in the excel copy has any matches in column A of
the Database info. The tabs are OLD and DATABASE. I've tried
=vlookup(A1,OLD,A1:A6000,FALSE). Help?

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
LOOKUP FUNCTION? (LOOKUP VALUE BEING A TIME RENERATED FROM A FORMU JCC Excel Discussion (Misc queries) 5 June 26th 09 09:15 PM
Lookup looks to the prior column if zero appears in the lookup col kenbquik Excel Discussion (Misc queries) 2 March 12th 09 03:41 AM
Matrix lookup/mulitple criteria lookup MarkFranklin Excel Discussion (Misc queries) 3 March 31st 08 10:15 AM
Join 2 Lists - Lookup value in 1 list & use result in 2nd lookup JBush Excel Worksheet Functions 3 January 3rd 07 11:14 PM
Pivot table doing a lookup without using the lookup function? NGASGELI Excel Discussion (Misc queries) 0 August 2nd 05 05:08 AM


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