Hello,
Currently I'm undertaking a study on the effect of an M&A announcement on the stock prices. However, in order to prevent confounding events, I want to filter out concurrent mergers (i.e. acquirers undertaking two or more mergers in the same period).
The relevant variables are as follows
Announcement Date
Closing Date
Acquirer ticker.
There should thus be NO acquisition by the same acquirer (i.e. having the same ticker code) in the period between the announcement date and the closing date/unconditional date.
Could you guys give me any advice on how should I construct this fomula? I reckon it's something with index, match and/or if, but I can't really get it working.
[TABLE="width: 476"]
<colgroup><col><col><col><col></colgroup><tbody>[TR]
[TD]07/12/1999[/TD]
[TD]10/26/1999[/TD]
[TD]DoubleClick Inc[/TD]
[TD]DCLK[/TD]
[/TR]
[TR]
[TD]06/14/1999[/TD]
[TD]11/26/1999[/TD]
[TD]DoubleClick Inc[/TD]
[TD]DCLK[/TD]
[/TR]
[TR]
[TD]02/01/1999[/TD]
[TD]05/21/1999[/TD]
[TD]America Online Inc[/TD]
[TD]AOL[/TD]
[/TR]
[TR]
[TD]11/24/1998[/TD]
[TD]03/17/1999[/TD]
[TD]America Online Inc[/TD]
[TD]AOL[/TD]
[/TR]
[TR]
[TD]01/19/1999[/TD]
[TD]05/28/1999[/TD]
[TD]At Home Corp[/TD]
[TD]ATHM[/TD]
[/TR]
[TR]
[TD]01/27/1999[/TD]
[TD]05/28/1999[/TD]
[TD]Yahoo! Inc[/TD]
[TD]YHOO[/TD]
[/TR]
[TR]
[TD]04/01/1999[/TD]
[TD]07/20/1999[/TD]
[TD]Yahoo! Inc[/TD]
[TD]YHOO[/TD]
[/TR]
[TR]
[TD]07/14/2003[/TD]
[TD]10/07/2003[/TD]
[TD]Yahoo! Inc[/TD]
[TD]YHOO[/TD]
[/TR]
[TR]
[TD]12/23/2002[/TD]
[TD]03/19/2003[/TD]
[TD]Yahoo! Inc[/TD]
[TD]YHOO[/TD]
[/TR]
[TR]
[TD]12/12/2001[/TD]
[TD]02/13/2002[/TD]
[TD]Yahoo! Inc[/TD]
[TD]YHOO[/TD]
[/TR]
</tbody>[/TABLE]
So the first two Yahoo mergers should show a 0, the other ones should show a 1.
Currently I'm undertaking a study on the effect of an M&A announcement on the stock prices. However, in order to prevent confounding events, I want to filter out concurrent mergers (i.e. acquirers undertaking two or more mergers in the same period).
The relevant variables are as follows
Announcement Date
Closing Date
Acquirer ticker.
There should thus be NO acquisition by the same acquirer (i.e. having the same ticker code) in the period between the announcement date and the closing date/unconditional date.
Could you guys give me any advice on how should I construct this fomula? I reckon it's something with index, match and/or if, but I can't really get it working.
[TABLE="width: 476"]
<colgroup><col><col><col><col></colgroup><tbody>[TR]
[TD]07/12/1999[/TD]
[TD]10/26/1999[/TD]
[TD]DoubleClick Inc[/TD]
[TD]DCLK[/TD]
[/TR]
[TR]
[TD]06/14/1999[/TD]
[TD]11/26/1999[/TD]
[TD]DoubleClick Inc[/TD]
[TD]DCLK[/TD]
[/TR]
[TR]
[TD]02/01/1999[/TD]
[TD]05/21/1999[/TD]
[TD]America Online Inc[/TD]
[TD]AOL[/TD]
[/TR]
[TR]
[TD]11/24/1998[/TD]
[TD]03/17/1999[/TD]
[TD]America Online Inc[/TD]
[TD]AOL[/TD]
[/TR]
[TR]
[TD]01/19/1999[/TD]
[TD]05/28/1999[/TD]
[TD]At Home Corp[/TD]
[TD]ATHM[/TD]
[/TR]
[TR]
[TD]01/27/1999[/TD]
[TD]05/28/1999[/TD]
[TD]Yahoo! Inc[/TD]
[TD]YHOO[/TD]
[/TR]
[TR]
[TD]04/01/1999[/TD]
[TD]07/20/1999[/TD]
[TD]Yahoo! Inc[/TD]
[TD]YHOO[/TD]
[/TR]
[TR]
[TD]07/14/2003[/TD]
[TD]10/07/2003[/TD]
[TD]Yahoo! Inc[/TD]
[TD]YHOO[/TD]
[/TR]
[TR]
[TD]12/23/2002[/TD]
[TD]03/19/2003[/TD]
[TD]Yahoo! Inc[/TD]
[TD]YHOO[/TD]
[/TR]
[TR]
[TD]12/12/2001[/TD]
[TD]02/13/2002[/TD]
[TD]Yahoo! Inc[/TD]
[TD]YHOO[/TD]
[/TR]
</tbody>[/TABLE]
So the first two Yahoo mergers should show a 0, the other ones should show a 1.