Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3
Default Adding the value of cells than 4.5

I am working with a sheet containing numbers in cells between 1-6, I only
need the numbers 4.5 or greater, and average those numbers. what is the
formula for it to determine say cells A1:A30 only the ones 4.5 + the average
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 15,768
Default Adding the value of cells than 4.5

Try one of these:

=SUMIF(A1:A30,"=4.5")/COUNTIF(A1:A30,"=4.5")

Or this array formula** :

=AVERAGE(IF(A1:A30=4.5,A1:A30))

** array formulas need to be entered using the key combination of
CTRL,SHIFT,ENTER (not just ENTER)

--
Biff
Microsoft Excel MVP


"Mellybean" wrote in message
...
I am working with a sheet containing numbers in cells between 1-6, I only
need the numbers 4.5 or greater, and average those numbers. what is the
formula for it to determine say cells A1:A30 only the ones 4.5 + the
average



  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3
Default Adding the value of cells than 4.5

Thank-you very much!!!!

"T. Valko" wrote:

Try one of these:

=SUMIF(A1:A30,"=4.5")/COUNTIF(A1:A30,"=4.5")

Or this array formula** :

=AVERAGE(IF(A1:A30=4.5,A1:A30))

** array formulas need to be entered using the key combination of
CTRL,SHIFT,ENTER (not just ENTER)

--
Biff
Microsoft Excel MVP


"Mellybean" wrote in message
...
I am working with a sheet containing numbers in cells between 1-6, I only
need the numbers 4.5 or greater, and average those numbers. what is the
formula for it to determine say cells A1:A30 only the ones 4.5 + the
average




  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 15,768
Default Adding the value of cells than 4.5

You're welcome!

--
Biff
Microsoft Excel MVP


"Mellybean" wrote in message
...
Thank-you very much!!!!

"T. Valko" wrote:

Try one of these:

=SUMIF(A1:A30,"=4.5")/COUNTIF(A1:A30,"=4.5")

Or this array formula** :

=AVERAGE(IF(A1:A30=4.5,A1:A30))

** array formulas need to be entered using the key combination of
CTRL,SHIFT,ENTER (not just ENTER)

--
Biff
Microsoft Excel MVP


"Mellybean" wrote in message
...
I am working with a sheet containing numbers in cells between 1-6, I
only
need the numbers 4.5 or greater, and average those numbers. what is the
formula for it to determine say cells A1:A30 only the ones 4.5 + the
average






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
Need help w/ adding cells and dividing SUM by number of cells lnbegin Excel Worksheet Functions 4 September 26th 07 04:26 PM
ADDING CELLS Scott Excel Discussion (Misc queries) 1 March 15th 07 05:37 PM
Adding cells Daniel Excel Discussion (Misc queries) 1 April 9th 06 11:57 PM
Adding Cells Kyle Sweeney Excel Worksheet Functions 4 September 15th 05 10:36 AM
Adding colour to a range of cells based on one of the cells v... McKenna Excel Discussion (Misc queries) 4 March 11th 05 02:25 PM


All times are GMT +1. The time now is 10:04 PM.

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"