A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi,
In cell A2, enter this formula and drag down
=IF(D2="",C2&", "&B2,D2)
Hope this helps.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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!
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
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.