I was wondering if anyone could assist with this.
I currently have a table where the column headers are months and the rows show a reference value e.g 12345
The values within the table are percentages. what I need to do is count for each value the number of previous cells including the current one that are below 90%
so for example
Mar-11 Apr-11 May-11 Jun-11 Jul-11
12345 91% 89% 92% 78% 64%
This would show as
Mar-11 Apr-11 May-11 Jun-11 Jul-11
12345 0 1 0 1 2
So it should start counting previous values once a cell is below 90% and stop should a previous cell be under 90%
I am working in excel but could be done in access if easier.
Any ideas?
Thanks
I currently have a table where the column headers are months and the rows show a reference value e.g 12345
The values within the table are percentages. what I need to do is count for each value the number of previous cells including the current one that are below 90%
so for example
Mar-11 Apr-11 May-11 Jun-11 Jul-11
12345 91% 89% 92% 78% 64%
This would show as
Mar-11 Apr-11 May-11 Jun-11 Jul-11
12345 0 1 0 1 2
So it should start counting previous values once a cell is below 90% and stop should a previous cell be under 90%
I am working in excel but could be done in access if easier.
Any ideas?
Thanks