I am looking to create a formula that will look at values in column A, and at the first instance of a unique value, put an identifier (a 1 or an X) in column B next to it. I've attached a sample spreadsheet with an example of what I'm looking for.
I am looking to create a formula that will look at values in column A, and at the first instance of a unique value, put an identifier (a 1 or an X) in column B next to it. I've attached a sample spreadsheet with an example of what I'm looking for.
Last edited by Fishbubbles; 07-28-2011 at 03:24 PM.
Thanks! JB
Using your posted workbook, this regular formula flags the first instance of a Col_A value
B2: =IF(MATCH(A2,$A$1:$A$80,0)=ROW(A2),1,"")
Copy that formula down as far as you need.
Is that something you can work with?
That works like a charm. I haven't used Match before, but glad I know about it now. Thank you Ron!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks