A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
How do I combine 2 cells (one is area code & one is phone number) into one cell as 10-digit phone number? I tried =A1,B1; =A1&" "&B1; =A1&B1. None performed the concatenation. I have all cells formatted as text.
Hi
The first one (=A1,B1) doesn't work but both of the others should work fine. What result did you get from the second and third formula?