Forum Discussion
CONCAT Function Not Working
AdiAtNoname Same problem here using Excel 2016. I tried to combine two columns of data into one using the =A2&" "&B2 formula example, and also tried =concat(A2," ",B2) and neither are working. When I hit enter all it shows is the formula I entered. I have also check to make sure the Show Formulas button is not selected.
Another variant if your cell is formatted as text. Check by Ctrl+1.
- LauraleiwhitApr 05, 2020Copper Contributor
SergeiBaklan All data in both columns are formatted as text. But here's what just happened. I tried the formula in a blank worksheet and it worked. Then when I went back to my data worksheet to try again, it finally worked. I entered the same formula again and viola, it worked. I don't know why this was the case. I had originally typed in the cell references instead of selecting them by clicking on them. Is this possibly the trick??
Regardless, my problem is solved.
This might help someone else though??- ChrisCuttingMar 30, 2021Copper ContributorThis worked for me, thank you!
- PeterBartholomew1Apr 05, 2020Silver Contributor
The problem is not with the referenced cells being formatted as text; it is likely that the formula cell was accidentally formatted as text which will block any formula you may enter into that cell from working.
- abayarskyOct 22, 2021Copper Contributor
PeterBartholomew1 THANK YOU. This is exactly the problem I was having and I can't believe it took more than an hour to finally have someone mention this may be the issue. You sir, are a savior.