kittymongo
New Member
- Joined
- Feb 6, 2018
- Messages
- 16
I need a nested formula to pull a specific code type in a column. My transaction code field needs to pull AD, FY or RN = (Advances, First Year or Renewals). If the Earned/Advanced column has Advance, this automatically equals AD. If the Earned/Advanced column has Earned, this needs to be FY or RN depending on the date. Is there a nested formula I can use to pull this in one try? I have a work around using multiple columns but would be easier as one.
If the Effective Date is 365 days or less and the Earned/Advanced is Earned, this needs to read FY. If the Effective Date is over 365 days and the Earned/Advanced is Earned, this needs to read RN.
[TABLE="width: 347"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]Effective Date[/TD]
[TD]Earned/Advanced[/TD]
[TD]Trans Code[/TD]
[/TR]
[TR]
[TD]07/13/2018[/TD]
[TD]Advance[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]05/01/2016[/TD]
[TD]Advance[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]09/22/2017[/TD]
[TD]Earned[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]10/31/2018[/TD]
[TD]Earned[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I hope I gave enough information here to figure this out? Please help.
If the Effective Date is 365 days or less and the Earned/Advanced is Earned, this needs to read FY. If the Effective Date is over 365 days and the Earned/Advanced is Earned, this needs to read RN.
[TABLE="width: 347"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]Effective Date[/TD]
[TD]Earned/Advanced[/TD]
[TD]Trans Code[/TD]
[/TR]
[TR]
[TD]07/13/2018[/TD]
[TD]Advance[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]05/01/2016[/TD]
[TD]Advance[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]09/22/2017[/TD]
[TD]Earned[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]10/31/2018[/TD]
[TD]Earned[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I hope I gave enough information here to figure this out? Please help.