How do I use the Average function on random cells?

NickD

New Member
Joined
Jan 2, 2010
Messages
2
Hi,

I need some help with the following formula.
I need to get the Average of several cells that are not in a sequence. I also I need to add-up some cells while used in the formula. Below is a rough example of what I have in mind.

Cell= Average(A1,A4,B3,C2+C3)

Any bit of help is greatly appreciated.

Thanks.

Nick
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
Hi,

I need some help with the following formula.
I need to get the Average of several cells that are not in a sequence. I also I need to add-up some cells while used in the formula. Below is a rough example of what I have in mind.

Cell= Average(A1,A4,B3,C2+C3)

Any bit of help is greatly appreciated.

Thanks.

Nick

=AVERAGE(A1,A4,B3,C2+C3)

will yield an average based on 4 cells/values, where C2+C2 is counted as 1 value.

=AVERAGE(A1,A4,B3,C2:C3)

will be based on 5 cells/values.
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,398
Latest member
rjsteward

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