Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
Can someone help me in getting the desired string from below text in bold
Input Example: Q68. Behavioral Health Screening:
I need the output as
Behavioral Health Screening
Thanks
Satish
You can use these functions like this:
Trim( TextBetween( Txt , '.' , ':' ) )
You can use these functions like this:
Trim( TextBetween( Txt , '.' , ':' ) )
Thanks . It worked...
You can use TextBetween or MID functions