+ Reply to Thread
Results 1 to 3 of 3

If first time value shows up, then...

  1. #1
    Registered User
    Join Date
    09-22-2021
    Location
    Jakarta
    MS-Off Ver
    Office 365
    Posts
    2

    If first time value shows up, then...

    Hi all! need help here

    I have a table of 2 columns, 1st column is a list of name and 2nd column is some detail.
    I need a formula in the 3rd column to tell me whether the name on current row has showed up before or not on the list.
    So the first time a name shows up it will put "first" in it, the next time will leave it blank.

    I was using this formula for months :
    =IF( COUNTIF( $A$2:$A2, $A2 ) =1 , "FD" , "RD" )

    This formula works exactly as needed for a while, but after a few months, as my list growing up it kinda slows down the spreadsheet soooo much.
    I am guessing it is due to the formula not being absolute reference. And i can't make it as an arrayformula.

    Watched so many videos and tutorials but nothing seems to work.
    Any help will be much much appreciated!

  2. #2
    Valued Forum Contributor janmorris's Avatar
    Join Date
    07-24-2021
    Location
    Japan
    MS-Off Ver
    Google Sheets (& Mac 2021)
    Posts
    1,141

    Re: If first time value shows up, then...

    is this for Office 365 on macOS, or for Google Sheets?

    you mentioned the first occurrence to be marked "first, and subsequent to be blank, so your current formula should be:
    Please Login or Register  to view this content.
    if you "Format as Table" then the new rows will automatically be added similar to an array.
    Last edited by janmorris; 09-22-2021 at 08:20 PM.

  3. #3
    Registered User
    Join Date
    09-22-2021
    Location
    Jakarta
    MS-Off Ver
    Office 365
    Posts
    2

    Re: If first time value shows up, then...

    Hi Jan! Thanks for replying!
    I use both program, Excel - M. Office for my offline files, and Google Sheets for online needs. But the question above is for Google sheets.

    Up until now i use the same formula as the one you're suggesting but as time goes on and the table grows bigger and bigger, i found this formula to be inconvenience.
    Works perfectly on relatively small dataset, but gets slower on the big ones.
    When i tried $A$2:$A for the range, it works fast just like other formula. but once i tried $A$2:$A2 it slows so much.

    If there is any formula that does basically similar thing, it would be great.

+ 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] Time shows as 00:00:00 across whole x axis
    By hazzac in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 02-22-2020, 09:15 AM
  2. Count the time each text shows up in a row
    By jphilipson in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-10-2016, 03:47 PM
  3. [SOLVED] SUM time shows 01:95 instead of 02:35.
    By gilaman in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 10-07-2013, 11:49 PM
  4. MsgBox working but shows second time after clicking OK
    By Stella9 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-28-2013, 11:53 PM
  5. Cell Value Shows Time But Value returns as Decimal
    By realniceguy5000 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-14-2011, 09:15 AM
  6. Userform time shows as serial time
    By projectaero in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-30-2010, 05:31 PM
  7. Time format shows default of 12:00 AM
    By Helene in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-31-2006, 02:33 PM

Tags for this Thread

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