Queries

L

LostNFound

I have a spreadsheet withh 200 accounts and there is an updated spreadsheet
with my 200 accounts with new information and another 400 accounts. I want to
get just my accounts out of the new spreadsheet.
Can I use a query to get just my accounts and their personal information
from the spreadsheet with 600 accounts on it
 
J

john the confused

Is there a column that defines them as your accounts?, if there is use auto
filter under the data menu and then copy the result
--
John
MOS Master Instructor
Please reply & rate any replies you get

Ice Hockey rules (especially the Wightlink Raiders)
 
L

LostNFound

The account number is unique, I want to retrieve only my current 200 accounts
without deleting all the others one by one.
 
J

john the confused

If the accounts are in order you could try a vlookup along the lines of
=VLOOKUP(Sheet2!A1,Sheet2!$A$1:$B$16,2), where sheet 1 is your accounts and
sheet 2 is the other list
--
John
MOS Master Instructor
Please reply & rate any replies you get

Ice Hockey rules (especially the Wightlink Raiders)
 
Top