Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Excel average - calculate average up-to-date, exclude non value fields

Status
Not open for further replies.

pho01

Programmer
Mar 17, 2003
218
0
0
US
I have data for the whole fiscal year, for example:

Nov Dec Jan Feb Mar Apr...
12


Dec, Jan, Feb, Mar and Apr columns have none data, how do i use one formula to calculate the average up to date. For example, average would be 12 for the data above, not 12/12 (whole year) = 1

How can i achieve it in Excel?

Thanks!
 
The AVERAGE function ignores blank cells and those containing text. So you could calculate your fiscal year to date average using:
=AVERAGE(range)

Brad
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top