ITALIAORIANA
Technical User
Hi,
I am trying to get a running average in a column that contains formulas. Right now I have several columns based on employee types(home worker, part time, piece rate etc..)Then I have a totals column for all employees by month.
The average formula I have to get a running average for the columns is =IF(COUNT(B3:B9)>0,AVERAGE(B3:B9),"") - This works fine and does not count the cell if it is blank.
The totals column however has a formula to add all the different employee types by month. The formula continues to count all the cells to average because (I think) it's reading the formula as a value.
Is there a way I can tell the totals column to give me a running average of the totals without counting the formula?
Thanks
Deana
I am trying to get a running average in a column that contains formulas. Right now I have several columns based on employee types(home worker, part time, piece rate etc..)Then I have a totals column for all employees by month.
The average formula I have to get a running average for the columns is =IF(COUNT(B3:B9)>0,AVERAGE(B3:B9),"") - This works fine and does not count the cell if it is blank.
The totals column however has a formula to add all the different employee types by month. The formula continues to count all the cells to average because (I think) it's reading the formula as a value.
Is there a way I can tell the totals column to give me a running average of the totals without counting the formula?
Thanks
Deana