Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
eliwaite
 
Posts: n/a
Default Is there an AVERAGE IF function in Excel?

I trying to average one row if another row's value is true. I know there is a
sumif, and a countif, but couldn not find an averageif. If you could let me
know who to do this, that would be wonderful.

Thank you,
Eli
  #2   Report Post  
Bernie Deitrick
 
Posts: n/a
Default

Eli,

Simply use SUMIF/COUNTIF using the same criteria.

HTH,
Bernie
MS Excel MVP


"eliwaite" wrote in message
...
I trying to average one row if another row's value is true. I know there

is a
sumif, and a countif, but couldn not find an averageif. If you could let

me
know who to do this, that would be wonderful.

Thank you,
Eli



  #3   Report Post  
Junior Member
 
Location: Washington
Posts: 2
Default

Quote:
Originally Posted by eliwaite
I trying to average one row if another row's value is true. I know there is a
sumif, and a countif, but couldn not find an averageif. If you could let me
know who to do this, that would be wonderful.

Thank you,
Eli
How about
IF(*row is true*, average(array), *row not true*)

Where *row is true* is the row being checked and *row not true* is what is expected if false ie,. "" for a null string.
  #4   Report Post  
Don Guillett
 
Posts: n/a
Default

Yes, it's an array formula which must be entered with ctrl+shift+enter,
something like.

=average(if(a1:a21="J",b1:b21)

--
Don Guillett
SalesAid Software

"eliwaite" wrote in message
...
I trying to average one row if another row's value is true. I know there

is a
sumif, and a countif, but couldn not find an averageif. If you could let

me
know who to do this, that would be wonderful.

Thank you,
Eli



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
Is there a Timestamp function that does not update in Excel? Guard 823 Excel Worksheet Functions 2 February 25th 05 02:42 PM
Return value with using Excel function SNOWBALLCHAN New Users to Excel 1 February 21st 05 07:25 AM
The description of the ATAN2 function in Microsoft Excel is not 1. Celeste Excel Worksheet Functions 2 February 18th 05 03:00 PM
Access Module coded converted to Excel Function Adam Excel Discussion (Misc queries) 1 December 23rd 04 02:48 PM
I cant use englisch function names in a swedich version of excel PE Excel Discussion (Misc queries) 2 December 7th 04 01:00 AM


All times are GMT +1. The time now is 06:49 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"