We have a spreadsheet with various data, totals and averages. A typical row might look like:
JAN FEB MAR APR MAY JUNE Average
144 157 151 153 1064
New data is entered for each month. In this example we started in Feb and haven't entered June yet. The formula under Average is meant to not change every month. So if we enter June, the formula will average by 5 and not 4 months.
The problem-we want to average the row by totaling the numbers (144....153) and then divide by the months with ACTUAL data. The formual needs to determine what does and doesn't have data and divide accordingly. The cells may be blank or they may have a ZERO which is a formula totaling "0" WHAT formula goes under "Average
JAN FEB MAR APR MAY JUNE Average
144 157 151 153 1064
New data is entered for each month. In this example we started in Feb and haven't entered June yet. The formula under Average is meant to not change every month. So if we enter June, the formula will average by 5 and not 4 months.
The problem-we want to average the row by totaling the numbers (144....153) and then divide by the months with ACTUAL data. The formual needs to determine what does and doesn't have data and divide accordingly. The cells may be blank or they may have a ZERO which is a formula totaling "0" WHAT formula goes under "Average