Mashtonsmith
Board Regular
- Joined
- Oct 1, 2004
- Messages
- 164
Hello...
I'm trying to put together a formula that returns True or False based on entries within a linked range.
i.e. the example below shows a start and end date. The columns are tax years and based on the Start and End date each row should have a 1 in every tax year within that range.
The first example is True because every year covered by the range has an entry. The other 2 examples are False because they have an entry missing from one or more year/s within the range.
Each year runs from April 6th - April 5th
Start End 02/03 03/04 04/05 05/06 06/07 07/08 08/09
01/01/03 -10/06/08 1 1 1 1 1 1 1 TRUE
01/01/03 -10/06/08 1 1 1 1 1 1 FALSE
01/01/03 -10/06/08 1 1 1 1 1 1 FALSE
01/01/03 -10/06/08 1 1 1 1 1 FALSE
I can type ot how this should look but how to I turn this into a formula?
Thanks!
I'm trying to put together a formula that returns True or False based on entries within a linked range.
i.e. the example below shows a start and end date. The columns are tax years and based on the Start and End date each row should have a 1 in every tax year within that range.
The first example is True because every year covered by the range has an entry. The other 2 examples are False because they have an entry missing from one or more year/s within the range.
Each year runs from April 6th - April 5th
Start End 02/03 03/04 04/05 05/06 06/07 07/08 08/09
01/01/03 -10/06/08 1 1 1 1 1 1 1 TRUE
01/01/03 -10/06/08 1 1 1 1 1 1 FALSE
01/01/03 -10/06/08 1 1 1 1 1 1 FALSE
01/01/03 -10/06/08 1 1 1 1 1 FALSE
I can type ot how this should look but how to I turn this into a formula?
Thanks!