I have a data like below:
A:B:C:D
and I want to replace the C
with data (say, Z
) so that it may look like
A:B:Z:D
How can I do it?
=SUBSTITUTE(A1,"C","Z")
Although I wasn't clear on whether you wanted G
or Z
, you mentioned G
but your example output shows Z
.