Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 102
Default How this function is read?

Hi everyone,

I have this Excel function:

=AVERAGE(IF(D$7:D$31=D14,E$7:E$31,""))

What does it mean? Or, how it can be read?

Thanks,
Mike

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,124
Default How this function is read?

This is an array formula so it must be entered/edited with ctrl+shift+enter
it will average numbers in E for only those items in D that match d14

--
Don Guillett
SalesAid Software

"Mike" wrote in message
ups.com...
Hi everyone,

I have this Excel function:

=AVERAGE(IF(D$7:D$31=D14,E$7:E$31,""))

What does it mean? Or, how it can be read?

Thanks,
Mike



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default How this function is read?

It says

Take the average of the cells in E7:E31 only where the equivalent cell
within D7:D31 is equal to the cell D14.

In simple terms, it allows conditional AVERAGE, MAX MIN etc, equivalent to
(the non-existent) AVERAGEIF

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Mike" wrote in message
ups.com...
Hi everyone,

I have this Excel function:

=AVERAGE(IF(D$7:D$31=D14,E$7:E$31,""))

What does it mean? Or, how it can be read?

Thanks,
Mike



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
Read specific time in NOW() function Smith512 Excel Worksheet Functions 2 December 4th 09 10:26 PM
<REQ Can anyone help me build a function, please read.... Shankley Excel Worksheet Functions 9 May 10th 06 03:10 AM
Which function can be used to Read the number in a cell ? Vinc Excel Worksheet Functions 1 July 25th 05 01:36 PM
Is there an interpolation-function in Excel to read a chart more . BM Charts and Charting in Excel 1 November 29th 04 02:19 PM
Need Help to Prevent Copy Function Use in a Read-Only Workbook Nuts4pi Excel Worksheet Functions 2 November 20th 04 03:48 PM


All times are GMT +1. The time now is 12:10 AM.

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

About Us

"It's about Microsoft Excel"