Formula ? to get an average

zone709

Well-known Member
Joined
Mar 1, 2016
Messages
2,079
Office Version
  1. 365
Platform
  1. Windows
=(+B115+C115)/E115

this is returning 0.01 when it should be $78.81. What am I missing on this formula. I am adding 2 total hours divided by the Total $ amount?


Thanks
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
Zone,

why don't you use AVERAGE() formula? in my opinion would make more sense. I tried your formula and works as long you add the correct values. You don't need the plus sign before B115 and if the average is only 2 numbers you can replace E115 buy 2
=(B115+C115)/2
AVERAGE(B115,C115,...)
 
Upvote 0
ok but E115 is total amount like $73,980 divided into B115 + C115
 
Upvote 0
To get $78.81, you need to divide $73,980 by something, not the other way around.

So, I guess the formula should be =E115/(+B115+C115)
 
Upvote 0
ok maybe I have it backwards ill try this thanks
 
Upvote 0
Still returning wrong amount. Cant figure out why.

Example:
Adding B289 AND C289 Divided into $91,26508 E289

Excel 2016 (Windows) 32 bit
B
C
D
E
289
704
172.5
0
$ 91,265.08
Sheet: Trade Templete
<strike></strike>
 
Upvote 0
Still returning wrong amount. Cant figure out why.

Example:
Adding B289 AND C289 Divided into $91,26508 E289

Excel 2016 (Windows) 32 bit
B
C
D
E
289
704
172.5
0
$ 91,265.08

<tbody>
</tbody>
Sheet: Trade Templete

<tbody>
</tbody>
<strike></strike>
What's your expected result?
=E289/(B289+C289) returns $104.12
 
Upvote 0
its good thanks this is working now. Thanks everyone for the help
 
Upvote 0

Forum statistics

Threads
1,214,634
Messages
6,120,659
Members
448,975
Latest member
sweeberry

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