C
Corey872
Greetings,
I have a column of numbers, basically groups of numbers with one blank
row between each group (the actual size is 3000+ lines). Example as
follws:
1
2
3
(2)
4
5
6
7
8
(6)
7
8
9
10
(8.5)
....
Is there any way to generate the average of each group without going
through and using the "avg" function by hand. In short, some formula
that would recognize the blank, and average all the numbers to the
next blank, spit that number out and calculate a new average for the
next group of numbers?
Any help would be greatly appreciated!
Corey
I have a column of numbers, basically groups of numbers with one blank
row between each group (the actual size is 3000+ lines). Example as
follws:
1
2
3
(2)
4
5
6
7
8
(6)
7
8
9
10
(8.5)
....
Is there any way to generate the average of each group without going
through and using the "avg" function by hand. In short, some formula
that would recognize the blank, and average all the numbers to the
next blank, spit that number out and calculate a new average for the
next group of numbers?
Any help would be greatly appreciated!
Corey