Share via

Address Book Help

Anonymous
2024-08-20T17:55:15+00:00

I have a spreadsheet that I am working on making compatible with QuickBooks. My spreadsheet includes 4 columns:

Name First Name Last Name Company
Todd, Liz Liz Todd
Microsoft Co Microsoft Co

I need the Name Column to copy "Company OR Last Name, First Name" as shown in RED

I have used =C2 & "," & B2 but it does not give a space between the "," and the first name.

If I add D2, it still includes "," which drives me crazy.

I'd appreciate the help!

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Ashish Mathur 102K Reputation points Volunteer Moderator
    2024-08-20T23:40:05+00:00

    Hi,

    In cell A2, enter this formula and drag down

    =IF(D2="",C2&", "&B2,D2)

    Hope this helps.

    Was this answer helpful?

    0 comments No comments