Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 71
Default Average the total of 3 columns

Hello all
I need a formula that will give me the average of the total of three columns
starting with the second non blank row in each of the three columns.
--
cruchnin numbers
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default Average the total of 3 columns

Here is one brute force method

=AVERAGE(SUM(D1:D100,-INDEX(D1:D100,MIN(IF(D1:D100<"",ROW(D1:D100))))), SUM(F1:F100,-INDEX(F1:F100,MIN(IF(F1:F100<"",ROW(F1:F100))))), SUM(I1:I100,-INDEX(I1:I100,MIN(IF(I1:I100<"",ROW(I1:I100))))))

it is an array formula, so commit with Ctrl-Shift-Enter, not just Enter

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)



"belvy123" wrote in message
...
Hello all
I need a formula that will give me the average of the total of three
columns
starting with the second non blank row in each of the three columns.
--
cruchnin numbers



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Should grand total equal average of sub total Bonnie Excel Discussion (Misc queries) 5 January 20th 07 08:46 PM
Should grand total equal average of sub total Bonnie Excel Discussion (Misc queries) 2 January 20th 07 08:37 PM
Non Adjacent percent average total tearingoutmyhair Excel Discussion (Misc queries) 6 May 4th 06 01:01 PM
Yearly total average? Tammy Excel Discussion (Misc queries) 8 March 17th 06 02:30 AM
Calculation help from average total Middlemix Excel Worksheet Functions 1 February 16th 06 01:26 PM


All times are GMT +1. The time now is 11:45 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"