Imran Sait
New Member
Hi All,
I am not an excel expert but I have encountered a small problem and I am stuck here trying to get a solution.
My question is I have a row which contains data which are both text and numerals, and the values are repeated in the row. I need to count the cell just once even if it is repeated many times. if the cell comes 1st time I need value as "1" and if it repeats 2nd or 3rd time it should return value as "0".
For example see the row below
Data The values I need
a12 1
b11 1
a11 1
c45 1
d23 1
a12 0
c45 0
e34 1
b11 0
a12 0
d23 0
I have tried to use countif and sumprod but didnt not get what I requeired.
Please help
I am not an excel expert but I have encountered a small problem and I am stuck here trying to get a solution.
My question is I have a row which contains data which are both text and numerals, and the values are repeated in the row. I need to count the cell just once even if it is repeated many times. if the cell comes 1st time I need value as "1" and if it repeats 2nd or 3rd time it should return value as "0".
For example see the row below
Data The values I need
a12 1
b11 1
a11 1
c45 1
d23 1
a12 0
c45 0
e34 1
b11 0
a12 0
d23 0
I have tried to use countif and sumprod but didnt not get what I requeired.
Please help