Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
lherndo
 
Posts: n/a
Default Help with averaging...


I have Column Q total the gross profit's in each row. So Q3=total $ in
each cell of Row 3.

There are 120 rows. With a total $ amount at the bottom of column Q. I
need to track my average gross per unit.

I found out a way to average Column Q without factoring in 0.
=AVERAGE(IF(Q3:Q120<0, Q3:Q120,""))

I just discovered today that I need it to count 0's but I don't need it
to count BLANK Cells. Since each cell in Column Q has something in it,
if I simply us the AVERAGE(Q3:Q120) it takes my total gross and divdes
by 117 cells because they all have either a $ amount or they have
=SUM(K12:P12) or the like.

Since I will sometimes have a $0 gross and it needs to be taken into
consideration is there anyway to have it AVERAGE Column Q that only
have a $ amount, or to make it not count Blank cells.

Of course the cells have +SUM commands in them but they show as blank.

Thanks guys.


--
lherndo
------------------------------------------------------------------------
lherndo's Profile: http://www.excelforum.com/member.php...o&userid=15569
View this thread: http://www.excelforum.com/showthread...hreadid=501285

  #2   Report Post  
Posted to microsoft.public.excel.misc
Mark Lincoln
 
Posts: n/a
Default Help with averaging...

I haven't tested this, but you could try:

=AVERAGE(IF(Q3:Q120<"", Q3:Q120,""))

I just changed the test for zero to a test for blank.

You might also put ISBLANK in place of the zero.

Hope this helps.

  #3   Report Post  
Posted to microsoft.public.excel.misc
Martin IT St-Onge
 
Posts: n/a
Default Help with averaging...

I thought you couldn't average any Gross amount. I am trying to average
Gross Margin and it doesn't work

"lherndo" wrote:


I have Column Q total the gross profit's in each row. So Q3=total $ in
each cell of Row 3.

There are 120 rows. With a total $ amount at the bottom of column Q. I
need to track my average gross per unit.

I found out a way to average Column Q without factoring in 0.
=AVERAGE(IF(Q3:Q120<0, Q3:Q120,""))

I just discovered today that I need it to count 0's but I don't need it
to count BLANK Cells. Since each cell in Column Q has something in it,
if I simply us the AVERAGE(Q3:Q120) it takes my total gross and divdes
by 117 cells because they all have either a $ amount or they have
=SUM(K12:P12) or the like.

Since I will sometimes have a $0 gross and it needs to be taken into
consideration is there anyway to have it AVERAGE Column Q that only
have a $ amount, or to make it not count Blank cells.

Of course the cells have +SUM commands in them but they show as blank.

Thanks guys.


--
lherndo
------------------------------------------------------------------------
lherndo's Profile: http://www.excelforum.com/member.php...o&userid=15569
View this thread: http://www.excelforum.com/showthread...hreadid=501285


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
Changing the range of several averaging functions Hellion Excel Discussion (Misc queries) 1 September 17th 05 02:12 PM
Averaging GWit Excel Discussion (Misc queries) 1 May 29th 05 02:46 AM
Averaging function Sarah Excel Discussion (Misc queries) 0 January 18th 05 04:09 PM
Averaging the last 5 entries in a row Geo Excel Discussion (Misc queries) 5 January 3rd 05 01:13 AM
2 part question on averaging Geo Excel Discussion (Misc queries) 4 January 2nd 05 10:35 PM


All times are GMT +1. The time now is 08:39 AM.

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"