+ Reply to Thread
Results 1 to 6 of 6

MS Excel/Access 2010 spreadsheet/table format

  1. #1
    Registered User
    Join Date
    09-24-2013
    Location
    Illinois
    MS-Off Ver
    Office 2010
    Posts
    3

    MS Excel/Access 2010 spreadsheet/table format

    Hello, I'm new to this forum, so I may not be familiar with all the functionality or process.

    My question is; I'm trying to delete 500 users that are included in a master list of 30,000 users. These 500 records are in Excel and Access, just trying to see which is the best way to manipulate the data. There is only one field, the user ID, that identifies the indivual on both spreadsheets/tables. Thank you for your help.
    Brian

  2. #2
    Forum Expert millz's Avatar
    Join Date
    08-14-2013
    Location
    Singapore
    MS-Off Ver
    Excel, Access 2016
    Posts
    1,694

    Re: MS Excel/Access 2010 spreadsheet/table format

    is it a one time off thing? if yes, you can use VLookup formula to identify the 500 users within that 30,000 list. And as for Access, I don't really know a good way to specifically delete those 500 records, I would probably do the deletion with Excel and then re-import into the table.

  3. #3
    Registered User
    Join Date
    09-24-2013
    Location
    Illinois
    MS-Off Ver
    Office 2010
    Posts
    3

    Re: MS Excel/Access 2010 spreadsheet/table format

    Yes, it is a one time thing. Yes, I was thinking of exporting into Excel then importing back into access. Is VLookup a handy little tool?

  4. #4
    Forum Expert millz's Avatar
    Join Date
    08-14-2013
    Location
    Singapore
    MS-Off Ver
    Excel, Access 2016
    Posts
    1,694

    Re: MS Excel/Access 2010 spreadsheet/table format

    Yes Vlookup is extremely useful in many cases, I personally use it often to find the a list of values within another list, just like what you need now. You can search on Youtube for examples/guides on how to use it.

  5. #5
    Registered User
    Join Date
    09-24-2013
    Location
    Illinois
    MS-Off Ver
    Office 2010
    Posts
    3

    Re: MS Excel/Access 2010 spreadsheet/table format

    Thank you so much. I'll let you know what I end up using as my final solution.

  6. #6
    Registered User
    Join Date
    09-24-2013
    Location
    Atlanta, GA
    MS-Off Ver
    Excel 2003
    Posts
    1

    Re: MS Excel/Access 2010 spreadsheet/table format

    Quote Originally Posted by bthompson45 View Post
    Hello, I'm new to this forum, so I may not be familiar with all the functionality or process.

    My question is; I'm trying to delete 500 users that are included in a master list of 30,000 users. These 500 records are in Excel and Access, just trying to see which is the best way to manipulate the data. There is only one field, the user ID, that identifies the indivual on both spreadsheets/tables. Thank you for your help.
    Brian
    Hey Brian,
    There's a couple of ways to do what you're trying to do. If you're lucky you can find a commonality in all of the names listed..such as same first letter of the first name or same last letter in the last name. This way, you could set up a column with a left (or right) function and sort based on the names you need. the formula for the left function is =left(target cell, # of characters). This will display the first x characters based on what you specify. Then you can sort the entire list and delete the names that you want to delete. The mid function works similarly but finds a character in the middle of a string, which can be useful as well in some cases.

    The other way is a bit more tedious but will be much better than searching through 30,000 names. Use the Ctrl+F function to find the user number and delete it. Unfortunately, you'll have to do this for each of the 500 names in the list.

    I'll keep thinking about if there's a better way and will let you know if I get any other ideas.

    Good luck.

    www.Excelville.com

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 2
    Last Post: 05-29-2013, 09:41 AM
  2. Using DAO to pull data from Access 2010 into an Excel 2010 table
    By Ragnaros in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-23-2013, 01:28 PM
  3. Saved file from Excel 2000 to 2010 format and lost some Macro access
    By JO505 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 03-26-2013, 11:48 AM
  4. Importing excel spreadsheet into access table, getting excel row header error
    By ncsthbell in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-19-2010, 02:36 PM
  5. multiple excel spreadsheet into 1 Access table?
    By tbui in forum Excel General
    Replies: 1
    Last Post: 10-30-2009, 03:32 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1