Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need help w/ adding cells and dividing SUM by number of cells | Excel Worksheet Functions | |||
ADDING CELLS | Excel Discussion (Misc queries) | |||
Adding cells | Excel Discussion (Misc queries) | |||
Adding Cells | Excel Worksheet Functions | |||
Adding colour to a range of cells based on one of the cells v... | Excel Discussion (Misc queries) |