+ Reply to Thread
Results 1 to 6 of 6

ne an excel formula to insert indicator

  1. #1
    Registered User
    Join Date
    04-23-2012
    Location
    Toronto
    MS-Off Ver
    Excel 2003
    Posts
    45

    ne an excel formula to insert indicator

    Hi ,
    the attached excel file was sorted by column A then by column B(from newest to oldest). I need an formula on column E.



    To make things more simple, here is what I want:
    if the same email address repeated 5 times on column A, then only the first one need to put yes on column E

    my file is excel 2013 version.
    Attached Files Attached Files
    Last edited by guanqiao; 06-25-2018 at 04:34 PM.

  2. #2
    Forum Contributor Mvaldesi's Avatar
    Join Date
    01-21-2011
    Location
    Plano, TX
    MS-Off Ver
    MS365 (PC) v.2108
    Posts
    259

    Re: ne an excel formula to insert indicator

    Like this?

    =IF(C2="","Yes","No")
    Attached Files Attached Files

  3. #3
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: ne an excel formula to insert indicator

    Please update your "MS-Off Ver" to whatever you are currently using. Your profile shows Excel 2003 but you uploaded a .xlsx which requires Excel 2007 or newer.

    Getting to your question, it's not clear what you are looking for. You want a formula to produce the values in the "Indicator" column (column E)?

    If so, I don't see the logic for why they should show as "Yes", "No", or "Duplicated".

  4. #4
    Registered User
    Join Date
    04-23-2012
    Location
    Toronto
    MS-Off Ver
    Excel 2003
    Posts
    45

    Re: ne an excel formula to insert indicator

    yes, I need to produce the value in column E. The logic is updated in my post.

  5. #5
    Registered User
    Join Date
    04-23-2012
    Location
    Toronto
    MS-Off Ver
    Excel 2003
    Posts
    45

    Re: ne an excel formula to insert indicator

    solution found;

    =IF(COUNTIF(A:A,A2)>1,IF(COUNTIF(A$2:A2,A2)=1,"1st","other dups"),"")

  6. #6
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: ne an excel formula to insert indicator

    Glad you found solution.

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.
    Dave

+ 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] Using a last row indicator in array formula VBA
    By maacmaac in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-26-2013, 01:10 AM
  2. Insert excel formula using VBA......MATCH function is what i want to insert
    By welchs101 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 05-07-2009, 07:31 PM
  3. Progess Indicator - "Circle" Indicator By Andy Pope
    By NaNaBoo in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-30-2009, 10:48 AM
  4. [SOLVED] Formula Indicator?
    By John W. in forum Excel General
    Replies: 1
    Last Post: 02-20-2006, 07:50 PM
  5. Formula indicator in cells???
    By Vasant Nanavati in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-06-2005, 10:05 AM
  6. Formula indicator in cells???
    By Vasant Nanavati in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-06-2005, 07:05 AM
  7. [SOLVED] Formula indicator in cells???
    By Vasant Nanavati in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-06-2005, 04:05 AM
  8. Formula indicator in cells???
    By Bob Newman in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 10:05 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