I have a formula like below:
=ROUND(((([Finish Date]22) - DATE(2015, 1, 1)) / 7) + 0.49, 0)
How do I append "ETA Week Number" before the result of the formula.
I have tried the below, but it comes up as UNPARSABLE
=“ETA Week Number “ + ROUND(((([Finish Date]22) - DATE(2015, 1, 1)) / 7) + 0.49, 0)