Hey all,
I'm a pretty basic user of excel and am having a rough go of a problem that needs solving. I have a list of names located in Column A, like jack, jill, bob, tom. Some of which are duplicates. How do I use the OFFSET function to mark the first occurrence of a name with a 1, and any other with a 0? So it looks like this.
Bob 1
Bob 0
Jenny 1
Jenny 0
Jenny 0
Tom 1
Tom 0
Tom 0
I think I conceptually understand how the Offset function works, though it seems as though it needs to be used in conjunction with other functions, maybe countif???
Any help is appreciated.
I'm a pretty basic user of excel and am having a rough go of a problem that needs solving. I have a list of names located in Column A, like jack, jill, bob, tom. Some of which are duplicates. How do I use the OFFSET function to mark the first occurrence of a name with a 1, and any other with a 0? So it looks like this.
Bob 1
Bob 0
Jenny 1
Jenny 0
Jenny 0
Tom 1
Tom 0
Tom 0
I think I conceptually understand how the Offset function works, though it seems as though it needs to be used in conjunction with other functions, maybe countif???
Any help is appreciated.