I'm trying to use this formula:
REPLACE("S";1;1;"O")
To remove the first instance of S only. An example of what the column would look like:
[TABLE="width: 25"]
<tbody>[TR]
[TD]T[/TD]
[/TR]
[TR]
[TD]O[/TD]
[/TR]
[TR]
[TD]O[/TD]
[/TR]
[TR]
[TD]P[/TD]
[/TR]
[TR]
[TD]P[/TD]
[/TR]
[TR]
[TD]T[/TD]
[/TR]
[TR]
[TD]S[/TD]
[/TR]
[TR]
[TD]S[/TD]
[/TR]
[TR]
[TD]P[/TD]
[/TR]
[TR]
[TD]O[/TD]
[/TR]
[TR]
[TD]T[/TD]
[/TR]
[TR]
[TD]O[/TD]
[/TR]
[TR]
[TD]O
[/TD]
[/TR]
</tbody>[/TABLE]
Sadly, It is necessary that I drag the formula I have down thus resulting in all the "S" being replaced by "O".
REPLACE("S";1;1;"O")
To remove the first instance of S only. An example of what the column would look like:
[TABLE="width: 25"]
<tbody>[TR]
[TD]T[/TD]
[/TR]
[TR]
[TD]O[/TD]
[/TR]
[TR]
[TD]O[/TD]
[/TR]
[TR]
[TD]P[/TD]
[/TR]
[TR]
[TD]P[/TD]
[/TR]
[TR]
[TD]T[/TD]
[/TR]
[TR]
[TD]S[/TD]
[/TR]
[TR]
[TD]S[/TD]
[/TR]
[TR]
[TD]P[/TD]
[/TR]
[TR]
[TD]O[/TD]
[/TR]
[TR]
[TD]T[/TD]
[/TR]
[TR]
[TD]O[/TD]
[/TR]
[TR]
[TD]O
[/TD]
[/TR]
</tbody>[/TABLE]
Sadly, It is necessary that I drag the formula I have down thus resulting in all the "S" being replaced by "O".
Last edited: