leopardhawk
Well-known Member
- Joined
- May 31, 2007
- Messages
- 611
- Office Version
- 2016
- Platform
- Windows
I would like to add a formula to this cell (B53) to replace the two occurrences of the word "Dale". The cell currently contains approximately 822 characters. Excel limits the text within a formula to 255 characters. I understand that the CONCAT functions allows for putting text strings together but I'm having issues with the syntax and keep getting errors.
Here is the cell as is, a single string of text.
The formula that I want to add to replace the two occurrences of the word "Dale" is as follows
Any and all help is much appreciated. Cheers!
Here is the cell as is, a single string of text.
Excel 2016 (Windows) 32 bit | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
B | C | D | E | F | G | H | I | J | |||
53 | OAS monthly payments are reduced by $0.15 for every dollar your net income exceeds a defined threshold and will effectively be reduced to zero at some point. In some circles this is commonly referred to as the OAS Clawback but Canada Revenue Agency calls it the OAS Recovery Tax. OAS recovery tax is based on your previous year's net income and is applied from July of the current year to June of the following year as monthly deductions from your OAS payments. Example: Let's assume Dale's net income for the previous year exceeds the OAS minimum threshold by $17,420.00 making him subject to recovery tax in the amount of $2,613.00 ($17,420.00 x 15%). This amount is then divided by 12 and $217.75 is deducted from Dale's monthly OAS payments from July of the current year to June of the following year. | ||||||||||
cpp&oas |
Code:
=IF(personal_info!C9=0,"Name",personal_info!C9)