Formula Problems

Aaron

Board Regular
Joined
Feb 20, 2002
Messages
237
Does anyone know why this formula will not work? Thanks for any help.

=SUMIF($C$6:$O$6,"Actual",AVERAGEA(C19:O19))
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
On 2002-05-09 07:06, Aaron wrote:
Does anyone know why this formula will not work? Thanks for any help.

=SUMIF($C$6:$O$6,"Actual",AVERAGEA(C19:O19))

The syntax is not good: You could maybe state what you'd like to do?
 
Upvote 0
I have a range of cells that are %'s, and they will change every four weeks. I want to try and get the average of a certain range when the four weeks change. For instance: in range("A1:M1") are my percentages. This month I want the average of Range("A1:D1"), then next month Range("A1:E1"). Does this help any. I know my questions are really scattered brained, but I appreciate the help. -asa
 
Upvote 0
Aaron,

It's:

=SUMIF(C6:O6,"Actual",C19:O19)/MAX(1,COUNTIF(C6:O6,"Actual"))

where C6:O6 houses fields like "Actual" and C19:O19 corresponding percentages that you want to average depending on the field that figures as condition/criterion.

Aladin
This message was edited by Aladin Akyurek on 2002-05-10 04:34
 
Upvote 0

Forum statistics

Threads
1,213,557
Messages
6,114,293
Members
448,564
Latest member
ED38

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top