I have a very awkward problem in excel. It's hard to explain it in text exactly so I will use a simple example which is the same problem:
I have the words written in cell as follows:
A1 A2 A3 A4
Cat HAZ ARD ?
Now in cell A4 i want to use the concatenate formula on A2 and A3 to get HAZARD; but i want to use the "cat" in A1 to construct the formula e.g. ="con"&A1&"enate"(A2,A3)
.
This ideally should translate to =concatenate(A2,A3)
but it is giving me error.
Any workarounds?