Hi
I am building a model which has a named range - bank_holidays - which lists down all of the bank holidays between now and December 2015.
I then have a series of start dates (c7:c1681) and end dates (g7:g1681)
To then work out how many bank holidays there are in each start to end date (each a year long) I tried the following array:
{=SUM(IF(Bank_Holidays>0,1,0))-SUM(IF(Bank_Holidays>G7,1,0))-SUM(IF(Bank_Holidays<C7,1,0))}
Now the problem I have is that the cell references G7 and C7 are not increasing down the rows.
Can someone help?
Rich
I am building a model which has a named range - bank_holidays - which lists down all of the bank holidays between now and December 2015.
I then have a series of start dates (c7:c1681) and end dates (g7:g1681)
To then work out how many bank holidays there are in each start to end date (each a year long) I tried the following array:
{=SUM(IF(Bank_Holidays>0,1,0))-SUM(IF(Bank_Holidays>G7,1,0))-SUM(IF(Bank_Holidays<C7,1,0))}
Now the problem I have is that the cell references G7 and C7 are not increasing down the rows.
Can someone help?
Rich
Last edited: