Thread: 4.5
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
[email protected] reitanospa1@yahoo.com is offline
external usenet poster
 
Posts: 38
Default 4.5

It looks like you're trying to find the average of the cells. If so,
use SUMIF and then divide by COUNTIF:

=SUMIF(B3:B27,"4.5")/COUNTIF(B3:B27,"4.5")

Also, you said greater than; make sure you don't mean to include the
4.5 (change the range to "=4.5").


On Jan 29, 11:04 am, mellybean
wrote:
Hello I have a worksheet that I need to find the value of cells greater than
4.5 i have tried =AVERAGE(IF(A1:A30=4.5,A1:A30)) and it works but i only
need certain cells for example i only need cells A1,A2,A3,A4,A10,A23,A34 but
only if they are 4.5 what is the formula?