Forum Discussion
Oliullah_Siddique
Jun 23, 2022Brass Contributor
Add text from multiple cells
Dear everyone, Please give me a Formula in A4 to add cell A1, A2 & A3. Thanks in advance. A 1 The Financial Statements of the Company have been prepared on a going concern ...
- Jun 23, 2022
Formula in cell A4 is: =CONCAT(A1,TEXT(A2,"dd-mmm-yy")," to ",TEXT(A2,"dd-mmm-yy"),".")
The above formula works in this particular situation, but may not work in other situations.
If I was able to help You, please Like My answer and mark it as the Best Response.
Thank You!
Oliullah_Siddique
Jun 23, 2022Brass Contributor
Mark_My_Words
Jun 23, 2022Copper Contributor
Formula in cell A4 is: =CONCAT(A1,TEXT(A2,"dd-mmm-yy")," to ",TEXT(A2,"dd-mmm-yy"),".")
The above formula works in this particular situation, but may not work in other situations.
If I was able to help You, please Like My answer and mark it as the Best Response.
Thank You!
- Oliullah_SiddiqueJun 23, 2022Brass Contributor