okiedokie2017
New Member
- Joined
- Sep 14, 2017
- Messages
- 14
I have been struggling longer than I expected and would love to get some assistance on this task that I am doing.
I want to create a new column (column A), in which identifies the first occurrence of the number 1 in column B. If it is the first occurrence, it would be blank, for the rest it would be "X".
I have been trying multiple formulas like:
_ COUNTIF($B:$B,1)>1
_IF(MIN(IF($B$:$B$=1, ROW($B$:$B$)))>0,"","x")
_{=INDEX($B$:$B$,MATCH(TRUE,$B$:$B$<>0,0))}
However, nothing is giving what I was looking for. I have have multiple 1 in column B, I only want to identify the first 1 and make it blank, and put "x" for the remaining 1.
Thanks so much
I want to create a new column (column A), in which identifies the first occurrence of the number 1 in column B. If it is the first occurrence, it would be blank, for the rest it would be "X".
I have been trying multiple formulas like:
_ COUNTIF($B:$B,1)>1
_IF(MIN(IF($B$:$B$=1, ROW($B$:$B$)))>0,"","x")
_{=INDEX($B$:$B$,MATCH(TRUE,$B$:$B$<>0,0))}
However, nothing is giving what I was looking for. I have have multiple 1 in column B, I only want to identify the first 1 and make it blank, and put "x" for the remaining 1.
Thanks so much