Avatar of Julio Jose
Julio JoseFlag for Malaysia

asked on 

separate text from column

I have one column A many row data, how to use formula to get the output in column B and C?

User generated image
Microsoft Excel

Avatar of undefined
Last Comment
Glenn Ray
Avatar of Naresh Patel
Naresh Patel
Flag of India image

instead of formula better to use Text To Column Function of excel is good.

Tab - Data - Data Tools - Text To column

Thanks
Avatar of Julio Jose
Julio Jose
Flag of Malaysia image

ASKER

I need to get the selected string after "remote from" and "Username"
Avatar of Naresh Patel
Naresh Patel
Flag of India image

Assuming Your Data is in Cell A1

Than Formula is
=MID(A1,FIND(":",A1)+2,2)

Open in new window

=RIGHT(A1,LEN(A1)-SEARCH(":",A1,FIND(":",A1)+1))

Open in new window


Thanks
Avatar of Naresh Patel
Naresh Patel
Flag of India image

Assuming you want only two characters From remote from.

=MID(A1,FIND(":",A1)+2,2)

Open in new window

=RIGHT(A1,LEN(A1)-(FIND(":",A1,FIND(":",A1)+1)+1))

Open in new window

See Attached
Text.xlsx
ASKER CERTIFIED SOLUTION
Avatar of Glenn Ray
Glenn Ray
Flag of United States of America image

Blurred text
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
Avatar of Julio Jose
Julio Jose
Flag of Malaysia image

ASKER

Thanks
Avatar of Glenn Ray
Glenn Ray
Flag of United States of America image

You're welcome.  I'm glad I could help.
Microsoft Excel
Microsoft Excel

Microsoft Excel topics include formulas, formatting, VBA macros and user-defined functions, and everything else related to the spreadsheet user interface, including error messages.

144K
Questions
--
Followers
--
Top Experts
Get a personalized solution from industry experts
Ask the experts
Read over 600 more reviews

TRUSTED BY

IBM logoIntel logoMicrosoft logoUbisoft logoSAP logo
Qualcomm logoCitrix Systems logoWorkday logoErnst & Young logo
High performer badgeUsers love us badge
LinkedIn logoFacebook logoX logoInstagram logoTikTok logoYouTube logo