calvinc123
New Member
- Joined
- Sep 24, 2015
- Messages
- 9
Hello I am trying to clean up a table to crosscheck some values where it is wrong. I am trying to write a formula that will capture all that I need. I have attempted the Countif function, but was unsuccessful. Here is what I am trying to do.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Account Name[/TD]
[TD]Taxation Status[/TD]
[/TR]
[TR]
[TD]John & Jill Sample IRA[/TD]
[TD]Taxable[/TD]
[/TR]
[TR]
[TD]Jake Family Trust[/TD]
[TD]Taxable[/TD]
[/TR]
[TR]
[TD]Jim Sample Roth IRA[/TD]
[TD]Taxable[/TD]
[/TR]
</tbody>[/TABLE]
The Taxation Status column is wrong for these different sample accounts. All IRAs need to be Tax Deferred, All Trusts need to be Taxable, All Roth IRAs need to be Non Taxable. I am trying to write a few formulas that will look up the information in Account Name column and based on a few key word such as "IRA" Roth IRA" or "Trust" and then cross check that with what is in the Taxation Status column. I would then like to change the status of the Taxation Status to parameters such as IRA = Tax Deferred, Trust = Taxable, Roth IRA = Non Taxable (as mentioned above). I know this is probably pretty simple, but you help is needed. Thanks!
[TABLE="width: 500"]
<tbody>[TR]
[TD]Account Name[/TD]
[TD]Taxation Status[/TD]
[/TR]
[TR]
[TD]John & Jill Sample IRA[/TD]
[TD]Taxable[/TD]
[/TR]
[TR]
[TD]Jake Family Trust[/TD]
[TD]Taxable[/TD]
[/TR]
[TR]
[TD]Jim Sample Roth IRA[/TD]
[TD]Taxable[/TD]
[/TR]
</tbody>[/TABLE]
The Taxation Status column is wrong for these different sample accounts. All IRAs need to be Tax Deferred, All Trusts need to be Taxable, All Roth IRAs need to be Non Taxable. I am trying to write a few formulas that will look up the information in Account Name column and based on a few key word such as "IRA" Roth IRA" or "Trust" and then cross check that with what is in the Taxation Status column. I would then like to change the status of the Taxation Status to parameters such as IRA = Tax Deferred, Trust = Taxable, Roth IRA = Non Taxable (as mentioned above). I know this is probably pretty simple, but you help is needed. Thanks!