Skip to main content
February 17, 2022
Solved

Query regarding splitting and replacing characters in a text

  • February 17, 2022
  • 3 replies
  • 0 views

Hi,

I have a text as shown below:

"Number of students~20"

I would like to get the output in the following format:

Number of students

:20

Kindly help me with this. Thank you.

    Best answer by gopalk2865

    Hi , You can use a "Substitute" Function here and to change the line you can use Char(10). something like this

    3 replies

    gopalk2865
    Participating Frequently
    February 17, 2022

    Hi , You can use a "Substitute" Function here and to change the line you can use Char(10). something like this

    February 17, 2022

    Thank you Gopalk. Beginner here. That was helpful. 

    gopalk2865
    Participating Frequently
    February 17, 2022

    You are welcome.