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!
Bookmarks