I have a data base with 3 columns.
In the first column I have registered the ID of many persons.
I need a formula to find the first occurrence in column A and return in column C the value of column B, only for the first occurence
For example, the result must be as follows:
A B C
111 text 1 text 1
222 text 2 text 2
333 text 3 text 3
444 text 4 text 4
111 text 5 text 1
555 text 6 text 6
222 text 7 text 2
333 text 8 text 3
In the first column I have registered the ID of many persons.
I need a formula to find the first occurrence in column A and return in column C the value of column B, only for the first occurence
For example, the result must be as follows:
A B C
111 text 1 text 1
222 text 2 text 2
333 text 3 text 3
444 text 4 text 4
111 text 5 text 1
555 text 6 text 6
222 text 7 text 2
333 text 8 text 3