Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

deleting a portion of content within a column

I have a column with the first and last name separated by a comma.


I want just the last name i.e.


Jobs, Steve

I need this

Jobs


I have 1500 names and addresses to go through.

I there a way to eliminate the comma and first name?

MacBook Air, iOS 7.0.3

Posted on Jul 5, 2015 9:35 AM

Reply
Question marked as Best reply

Posted on Jul 5, 2015 9:52 AM

Hi Chris,

User uploaded file

Formula in B2 (and Fill Down)

=FIND(",",A2)

Formula in C2 (and Fill Down)

=LEFT(A2,B2−1)


Combine those two formulas into a single formula (or hide Column B 😉).


Regards,

Ian.

7 replies

Jul 5, 2015 12:36 PM in response to Yellowbox

Ian, This is perfect. I am not well versed in numbers. Thank you for you help 🙂


Where do I put the formula? Are you tell me to put the

Formula in B2? How do I Fill down? (and Fill Down)

=FIND(",",A2)

Formula in C2 (and Fill Down)

=LEFT(A2,B2−1)


How would I combine the two formulas User uploaded file

Combine those two formulas into a single formula (or hide Column B 😉)

deleting a portion of content within a column

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.