question

Upvotes
Accepted
1 1 1 1

How to return M&A deals for selected countries using Excel TR Formula?

Hello, I am trying to get the M&A deals based on few criteria among which one important one is the acquiror nation. I cannot find that criteria in the deal screener from where I normally create the formula. Setting TR.MnAAcquirorNation for the desired country in the TR function in excel directly does not work either.

This is more or less the formula I am using but I want a way to fitler the deals based on Acquiror Countries also.

TR("SCREEN(U(IN(DEALS)/*UNV:DEALSMNA*/), BETWEEN(TR.MnAAnnDate,20180101,20181231)/*dt:Date*/, TR.MnADealValue(Scale=6)>=1, CURN=USD)","TR.MnASDCDealNumber;TR.MnAAnnDate;TR.MnADealValue(Scale=6)","CH=Fd")


Thank you

eikoneikon-com-apiexcelcorporate-actionsfilter
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

@snhu1

Hi,

Thank you for your participation in the forum.

Is the reply below satisfactory in answering your question?

If yes please click the 'Accept' text next to the reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

@snhu1

Hi,

Please be informed that a reply has been verified as correct in answering the question, and marked as such.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
39.4k 77 11 27

TR.MnAAcquirorNation field cannot be used as criteria in the Screener. It can only be used as output. In the Screener criteria you can use TR.MnANationHQ or TR.MnANationInc, e.g.

=@TR("SCREEN(U(IN(DEALS)/*UNV:DEALSMNA*/), IN(TR.MnANationHQ(DealPartRole=A),""GB""), BETWEEN(TR.MnAAnnDate,20180101,20181231)/*dt:Date*/, TR.MnADealValue(Scale=6)>=1000, CURN=USD)","TR.MnASDCDealNumber;TR.MnAAnnDate;TR.MnADealValue(Scale=6);TR.MnAAcquirorNation;","CH=Fd")

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Thank you Alex. I will try using TR.MnANationHQ or TR.MnANationInc.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.