Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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) "LostNFound" wrote: 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 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The account number is unique, I want to retrieve only my current 200 accounts
without deleting all the others one by one. "john the confused" wrote: 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) "LostNFound" wrote: 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 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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) "LostNFound" wrote: The account number is unique, I want to retrieve only my current 200 accounts without deleting all the others one by one. "john the confused" wrote: 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) "LostNFound" wrote: 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
viewing newly created access queries in excel via msquery | Excel Discussion (Misc queries) | |||
I cannot refresh all of the queries in my spreadsheet | Excel Discussion (Misc queries) | |||
Workbook with 20+ queries of Access is TOO BIG | Excel Discussion (Misc queries) | |||
Web queries & Yahoo! Finance | Excel Discussion (Misc queries) | |||
change data source for many queries at once? | Excel Worksheet Functions |