+ Reply to Thread
Results 1 to 4 of 4

Narrowing result to only NEW (and updated) entries

  1. #1
    Registered User
    Join Date
    07-20-2015
    Location
    New York
    MS-Off Ver
    2305 - Enterprise 365
    Posts
    162

    Narrowing result to only NEW (and updated) entries

    Hello All,
    I am in need of a formula that will enter only the new/updated data in Column C of the attached. I've tried many different multiple conditions formulas, but I can't seem to get this one right.
    As you can see from my attached example, the formula (in column C) must determine which entries should appear. If previous entries appear in column B and if column B equals column A, then a zero will appear, otherwise a non-zero number will appear in column C. Column A lists all entries (previous, new and updated). Column B lists only previous entries. Column C lists only new/updated entries.

    Best,
    Andrewstupendo
    Attached Files Attached Files

  2. #2
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 365
    Posts
    2,406

    Re: Narrowing result to only NEW (and updated) entries

    Hope this right, put in D2 then copied down

    =IF(A2=B2,0,A2)

  3. #3
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    48,495

    Re: Narrowing result to only NEW (and updated) entries

    Try:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  4. #4
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    48,495

    Re: Narrowing result to only NEW (and updated) entries

    Thanks for the rep.

+ 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. Preserve Manual Entries when query is updated
    By tstagliano in forum Excel General
    Replies: 2
    Last Post: 03-30-2016, 08:34 AM
  2. Replies: 2
    Last Post: 11-29-2013, 04:21 PM
  3. Updated YES!! another counting of unique entries:)
    By 2001jesper in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 04-15-2013, 12:01 AM
  4. Finding solution by narrowing down
    By pietermeulendijk in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 12-20-2010, 12:10 PM
  5. Narrowing Data Listbox
    By playinpearls in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-10-2009, 10:33 AM
  6. Narrowing Data by Categories?
    By Vincinho in forum Excel General
    Replies: 2
    Last Post: 12-11-2008, 05:47 AM
  7. Replies: 2
    Last Post: 07-20-2006, 12:53 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