Hi Team
Im trying to do something fairly simple but failing
Lets say i have 10 rows
each row has a value
1
2
10
20
24
56
and so on.
In one column i have a Cumulative count
1
3
13
33
and so on.
Based on the cumulative count i want to be able to draw a line under a row
If ( cumulativeValue > 10) then draw line under row. ( or Draw line under the previous row. )
thats the first simple formatting thing i would like to do.
Id also like it so that the cumulative count can reset itset itself so that the count start from the row which had a line under it
eg
1
3
13
-------
20
In short im trying to create a sheet that can Chunk data up ( rows ) based on the sum of a value in one of the cell. Everytime i reach a threshold i want to draw a line, and reset the count back.
Any thoughts?
---
Im trying to do something fairly simple but failing
Lets say i have 10 rows
each row has a value
1
2
10
20
24
56
and so on.
In one column i have a Cumulative count
1
3
13
33
and so on.
Based on the cumulative count i want to be able to draw a line under a row
If ( cumulativeValue > 10) then draw line under row. ( or Draw line under the previous row. )
thats the first simple formatting thing i would like to do.
Id also like it so that the cumulative count can reset itset itself so that the count start from the row which had a line under it
eg
1
3
13
-------
20
In short im trying to create a sheet that can Chunk data up ( rows ) based on the sum of a value in one of the cell. Everytime i reach a threshold i want to draw a line, and reset the count back.
Any thoughts?
---