Kevin James
New Member
- Joined
- Nov 7, 2013
- Messages
- 3
Hello, I am struggling with figuring out a way to count ALL the cells (blanks included) UNTIL the last valued cell is reached in a row, below an example of my spreadsheet and the count i would like to get.
(goal 1 can be ref as cell A1)
[TABLE="width: 1027"]
<tbody>[TR]
[TD="align: center"]goal 1[/TD]
[TD="align: center"]goal 2[/TD]
[TD="align: center"]goal 3[/TD]
[TD="align: center"]goal 4[/TD]
[TD="align: center"]goal 5[/TD]
[TD="align: center"]goal 6[/TD]
[TD="align: center"]goal 7[/TD]
[TD="align: center"]goal 8[/TD]
[TD="align: center"]goal 9[/TD]
[TD="align: center"]goal 10[/TD]
[TD="align: center"]Count[/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]11/11/2013[/TD]
[TD="align: center"]11/22/2012[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]11/18/2013[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]8[/TD]
[/TR]
[TR]
[TD="align: center"]10/19/2013[/TD]
[TD="align: center"][/TD]
[TD="align: center"]10/20/2013[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]10/20/2013[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]6[/TD]
[/TR]
[TR]
[TD="align: center"]10/18/2013[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]10/21/2013[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]5[/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]9/20/2013[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]10/20/2013[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]11/15/2013[/TD]
[TD="align: center"]10[/TD]
[/TR]
</tbody>[/TABLE]
I basically want to show where the last date in the row is so i can see exactly what goal we are at and report on it.
row 1 i can see that we are stuck at goal 8 and need two more goals to complete the process
row 2 i can see that we are stuck at goal 6 and need four more goals to complete the process
and so on...
any help with this will be greatly appreciated!
Thanks in advance
(goal 1 can be ref as cell A1)
[TABLE="width: 1027"]
<tbody>[TR]
[TD="align: center"]goal 1[/TD]
[TD="align: center"]goal 2[/TD]
[TD="align: center"]goal 3[/TD]
[TD="align: center"]goal 4[/TD]
[TD="align: center"]goal 5[/TD]
[TD="align: center"]goal 6[/TD]
[TD="align: center"]goal 7[/TD]
[TD="align: center"]goal 8[/TD]
[TD="align: center"]goal 9[/TD]
[TD="align: center"]goal 10[/TD]
[TD="align: center"]Count[/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]11/11/2013[/TD]
[TD="align: center"]11/22/2012[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]11/18/2013[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]8[/TD]
[/TR]
[TR]
[TD="align: center"]10/19/2013[/TD]
[TD="align: center"][/TD]
[TD="align: center"]10/20/2013[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]10/20/2013[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]6[/TD]
[/TR]
[TR]
[TD="align: center"]10/18/2013[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]10/21/2013[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]5[/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]9/20/2013[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]10/20/2013[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]11/15/2013[/TD]
[TD="align: center"]10[/TD]
[/TR]
</tbody>[/TABLE]
I basically want to show where the last date in the row is so i can see exactly what goal we are at and report on it.
row 1 i can see that we are stuck at goal 8 and need two more goals to complete the process
row 2 i can see that we are stuck at goal 6 and need four more goals to complete the process
and so on...
any help with this will be greatly appreciated!
Thanks in advance