Excel Formula to work out CRS criteria

Chaozfate

Board Regular
Joined
Mar 15, 2017
Messages
71
Hi Gents/Ladies,

With regards to the implementation of the common reporting standards, i would like to workout a workbook which allowed for my easy monitoring as example set below, would be appreciate if anyone could help me to workout a formula to satisfy the following rules:

Entity TypeCorporate JurisdictionCP1 - jurisdictionResult (formulated)
Financial Institution TaiwanHong KongNon-Reportable
Financial InstitutionHong KongTaiwanNon-Reportable
Active NFETaiwanTaiwanNon-Reportable
Active NFEHong KongHong KongNon-Reportable
Passive NFETaiwanHong KongCRS101
Passive NFEHong KongTaiwanCRS103
Passive NFETaiwanTaiwanNon-Reportable
Passive NFEHong KongHong KongCRS101

As per above table, would be appreciate if anyone could help me draft the formula to obtain the column at result.

As for the jurisdiction country - i prefer the formula could look up into a list whereby i can update from time to time. (example above, i will be preparing a side list where only Hong Kong is detectable)

Says if the entity type fall under "Financial Institution" or "Active NFE", regardless of the jurisdiction variables, the end result should be "Non-Reportable"

When the entity type fall under passive NFE, the formula could look up the corporate jurisdiction and CP1 jurisdiction from a list, if the lookup criteria fall as shown below, result should return as shown below:
Example:
I am having a side list which only contain Hong Kong.
Notes 1: formula identify if entity type is passive NFE, to lookup both corporate and cp1 jurisidiction from the list prepared
Notes 2: if both corporate jurisdiction and CP1 jurisdiction country match the list - the result to return = CRS101
Notes 3: if corporate jurisdiction match the list, but CP1 jurisdiction not match the list - the result to return = CRS103
Notes 4: if corporate jurisdiction not match the list, but CP1 jurisdiction match the list - the result to return = CRS101
Notes 5: if both corporate and cp1 jurisdiction not match the list - the result to return = Non-Reportable

Apologies for the complex variables and the long essay writing.

Would be very much appreciated if anyone could advise on a workable formula to cover all of the above criteria.

Thanks and stay safe.
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
Some of your arguments are confusing...However I have prepared something for you which may help you out of this.

 
Upvote 0
Just make a new post with your solution.
 
Upvote 0
Hi Chaozfate,

Please make sure you run several test scenarios on this formula:

Chaozfate.xlsx
ABCDEF
1Entity TypeCorporate JurisdictionCP1 - jurisdictionResult (formulated)Side List
2Financial InstitutionTaiwanHong KongNon-ReportableHong Kong
3Financial InstitutionHong KongTaiwanNon-Reportable
4Active NFETaiwanTaiwanNon-Reportable
5Active NFEHong KongHong KongNon-Reportable
6Passive NFETaiwanHong KongCRS101
7Passive NFEHong KongTaiwanCRS103
8Passive NFETaiwanTaiwanNon-Reportable
9Passive NFEHong KongHong KongCRS101
Sheet1
Cell Formulas
RangeFormula
D2:D9D2=IF(OR(A2="Financial Institution",A2="Active NFE"),"Non-Reportable",CHOOSE(BIN2DEC(--ISNA(MATCH(B2,$F$2:$F$99,0))&--ISNA(MATCH(C2,$F$2:$F$99,0)))+1,"CRS101","CRS103","CRS101","Non-Reportable"))
 
Upvote 0

Forum statistics

Threads
1,214,927
Messages
6,122,311
Members
449,080
Latest member
jmsotelo

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top