+ Reply to Thread
Results 1 to 11 of 11

Restoring original records before the export

  1. #1
    Spammer
    Join Date
    01-09-2011
    Location
    Colombo
    MS-Off Ver
    Excel 2007
    Posts
    116

    Restoring original records before the export

    Hi there,

    I badly need help on my excel sheet. Please refer the attached. Column A has the total users and column B has the newly imported users.

    I want to identify the users who were already in the list before the import. Please help me.

    Thanks in advance.
    Attached Files Attached Files
    Last edited by mifzal.mufthi; 03-17-2014 at 12:00 PM.

  2. #2
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Removal

    Here is formula

    in C2

    =IFERROR(VLOOKUP(A2,$B$2:$B$8319,1,0),"NOT IN DATABASE")
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  3. #3
    Spammer
    Join Date
    01-09-2011
    Location
    Colombo
    MS-Off Ver
    Excel 2007
    Posts
    116

    Re: Removal

    Quote Originally Posted by AlKey View Post
    Here is formula

    in C2

    =IFERROR(VLOOKUP(A2,$B$2:$B$8319,1,0),"NOT IN DATABASE")
    Thank you for your effort but it doesn't work. Because I can remember, I saw 360 or 370 email addresses before the import.

    I want to get only those email addresses. Is that possible.

  4. #4
    Spammer
    Join Date
    01-09-2011
    Location
    Colombo
    MS-Off Ver
    Excel 2007
    Posts
    116

    Re: Removal

    Quote Originally Posted by Fotis1991 View Post
    Hello

    Do you mean that you want to compare the 2 lists and find the common values?

    If yes a title like "Compare 2 lists and find the commens" will be ok. Or elsefind a correct title and then anyone will be able to helps you.
    I think you are right. Can we do that and see please? Will MATCH, LOOKUP, VLOOKUP command?

  5. #5
    Spammer
    Join Date
    01-09-2011
    Location
    Colombo
    MS-Off Ver
    Excel 2007
    Posts
    116

    Re: Removal

    My issue is still unresolved. Will somebody help me please?

  6. #6
    Spammer
    Join Date
    01-09-2011
    Location
    Colombo
    MS-Off Ver
    Excel 2007
    Posts
    116

    Re: Restoring original records before the export

    Title changed. Please help me.
    Last edited by mifzal.mufthi; 03-17-2014 at 11:57 AM.

  7. #7
    Spammer
    Join Date
    01-09-2011
    Location
    Colombo
    MS-Off Ver
    Excel 2007
    Posts
    116

    Re: Removal

    Quote Originally Posted by Fotis1991 View Post
    Ok. ...Last try before i close this thread....

    You have to change the thread title in your first post.

    Go>>Edit Post>>>Go Advanced and change your title.
    I am extremely sorry for the inconvenience caused. Now it is done

  8. #8
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Restoring original records before the export

    Just as an idea,

    In C2 and copy down

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Hide if you like this column.

    In D2 and copy down use this ARRAY formula.
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    -- Array(CSE) { }, formulae are confirmed with Control+Shift+Enter.
    Not just Enter.
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  9. #9
    Spammer
    Join Date
    01-09-2011
    Location
    Colombo
    MS-Off Ver
    Excel 2007
    Posts
    116

    Re: Restoring original records before the export

    Quote Originally Posted by Fotis1991 View Post
    Just as an idea,

    In C2 and copy down

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Hide if you like this column.

    In D2 and copy down use this ARRAY formula.
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    -- Array(CSE) { }, formulae are confirmed with Control+Shift+Enter.
    Not just Enter.
    Thank you but it doesn't work.

  10. #10
    Forum Contributor
    Join Date
    01-30-2011
    Location
    Vancouver, Canada
    MS-Off Ver
    Excel 2010
    Posts
    604

    Re: Restoring original records before the export

    Give this a try in Cell C2


    =IF(ISTEXT(VLOOKUP(B2,A:A,1,0)),"Old User","New")
    Attached Files Attached Files

  11. #11
    Spammer
    Join Date
    01-09-2011
    Location
    Colombo
    MS-Off Ver
    Excel 2007
    Posts
    116

    Re: Restoring original records before the export

    Quote Originally Posted by Xx7 View Post
    Give this a try in Cell C2


    =IF(ISTEXT(VLOOKUP(B2,A:A,1,0)),"Old User","New")
    I appreciate it but it no response. This is what I am looking for. I had a mailing list which had a subscriber base of 377. Then today, instead of creating a new mailing list, I uploaded a new subscriber base in which the total subscribers became 8642. All what I need is to get that 377 records back.

    This is another clue to identify. Please see column A has a total record of 8642 and B has 8318. A-B = 324.

    I want to find out the 324 email addresses. Hope it is clear to my friends.
    Last edited by mifzal.mufthi; 03-17-2014 at 01:01 PM.

  12. #12
    Forum Contributor
    Join Date
    01-30-2011
    Location
    Vancouver, Canada
    MS-Off Ver
    Excel 2010
    Posts
    604

    Re: Restoring original records before the export

    I get 434 total old database items that AREN'T in Newly Imported
    Attached Files Attached Files

+ 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. [SOLVED] removal of #num
    By clanham in forum Excel General
    Replies: 5
    Last Post: 08-28-2012, 11:35 AM
  2. removal of a value
    By sdts in forum Excel General
    Replies: 5
    Last Post: 02-05-2011, 08:40 AM
  3. Prevent removal of 0's
    By Vestax159 in forum Excel General
    Replies: 7
    Last Post: 03-23-2010, 07:52 PM
  4. #VALUE! - Removal
    By garry1503 in forum Excel General
    Replies: 2
    Last Post: 04-08-2009, 04:01 AM
  5. Add-in removal
    By Rob Hoffy in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-07-2005, 11:06 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