Hi Mr Excel,
I have been trying to figure this out for ages! and I know it is more less what I am trying to do but I can not get it work correctly.
There are two aims of this 1 to find the begining date and 2 to find the end date of data. Now let me be clear im not looking for the date's only the offset numbers of the start/end of the data. From that I can get to the date's quite easily.
I have the start of the data using
=MATCH(TRUE,INDEX($P11:$GT11>0,0),0)
This for the middle row and returns me a value of 8 which is exactly what I expect, this formula is in A11
The next part, finding the end of the data, I can not work out, this is as far as I got
=MATCH(TRUE,INDEX(OFFSET($P11:$GT11,0,A11)>0,0),0)
Sorry for the silly way this looks on my spreadsheet I have the dates aligned horizontally
Anyway below is an example of my data, There are columns of data to the left which have no blanks in them. On my sheet this data is an extract from P9:BN12 but my whole data goes up to GT45. There is only ever one line of data in each row
Im pretty sure this is just a formula and I am just being silly but any help would be appreciated
<TBODY>
</TBODY>
I have been trying to figure this out for ages! and I know it is more less what I am trying to do but I can not get it work correctly.
There are two aims of this 1 to find the begining date and 2 to find the end date of data. Now let me be clear im not looking for the date's only the offset numbers of the start/end of the data. From that I can get to the date's quite easily.
I have the start of the data using
=MATCH(TRUE,INDEX($P11:$GT11>0,0),0)
This for the middle row and returns me a value of 8 which is exactly what I expect, this formula is in A11
The next part, finding the end of the data, I can not work out, this is as far as I got
=MATCH(TRUE,INDEX(OFFSET($P11:$GT11,0,A11)>0,0),0)
Sorry for the silly way this looks on my spreadsheet I have the dates aligned horizontally
Anyway below is an example of my data, There are columns of data to the left which have no blanks in them. On my sheet this data is an extract from P9:BN12 but my whole data goes up to GT45. There is only ever one line of data in each row
Im pretty sure this is just a formula and I am just being silly but any help would be appreciated
02/06/2014 | 09/06/2014 | 16/06/2014 | 23/06/2014 | 30/06/2014 | 07/07/2014 | 14/07/2014 | 21/07/2014 | 28/07/2014 | 04/08/2014 | 11/08/2014 | 18/08/2014 | 25/08/2014 | 01/09/2014 | 08/09/2014 | 15/09/2014 | 22/09/2014 | 29/09/2014 | 06/10/2014 | 13/10/2014 | 20/10/2014 | 27/10/2014 | 03/11/2014 | 10/11/2014 | 17/11/2014 | 24/11/2014 | 01/12/2014 | 08/12/2014 | 15/12/2014 | 22/12/2014 | 29/12/2014 | 05/01/2015 | 12/01/2015 | 19/01/2015 | 26/01/2015 | 02/02/2015 | 09/02/2015 | 16/02/2015 | 23/02/2015 | 02/03/2015 | 09/03/2015 | 16/03/2015 | 23/03/2015 | 30/03/2015 | 06/04/2015 | 13/04/2015 | 20/04/2015 | 27/04/2015 | 04/05/2015 | 11/05/2015 |
E | E | E | E | E | E | E | E | E | E | M | E | E | E | E | E | E | E | E | E | M | E | E | E | E | E | E | E | E | E | M | E | E | E | E | |||||||||||||||
E | E | E | E | M | E | E | E | E | M | E | E | E | E | M | E | E | E | E | M | E | E | E | E | M | E | E | E | E | M | E | E | E | |||||||||||||||||
E | E | E | E | E | E | E |
<TBODY>
</TBODY>