leopardhawk
Well-known Member
- Joined
- May 31, 2007
- Messages
- 611
- Office Version
- 2016
- Platform
- Windows
These two formulas are in adjacent cells (I98 and J98) and I want to combine them into one formula and add a bit of additional text.
This formula is returning "2019 OAS Recovery Tax threshold" without the quotes.
This formula is returning $77580.00
I want to add the word "The" in front of 2019 and the word "is" after the word "threshold". The combined formula would return this result:
"The 2019 OAS Recovery Tax threshold is $77,580.00."
Appreciate any advice.
Cheers!
This formula is returning "2019 OAS Recovery Tax threshold" without the quotes.
Code:
=YEAR(NOW())&" OAS Recovery Tax threshold"
Code:
=SUM(oas_web!B73)
I want to add the word "The" in front of 2019 and the word "is" after the word "threshold". The combined formula would return this result:
"The 2019 OAS Recovery Tax threshold is $77,580.00."
Appreciate any advice.
Cheers!