Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 06-07-2011, 11:29 AM
YooNaa Kim's Avatar
YooNaa Kim YooNaa Kim is offline Excel 2010 formula rounds - arithmetic average calculation Windows XP Excel 2010 formula rounds - arithmetic average calculation Office 2007
Novice
Excel 2010 formula rounds - arithmetic average calculation
 
Join Date: Jan 2011
Location: Soul
Posts: 20
YooNaa Kim is on a distinguished road
Angry Excel 2010 formula rounds - arithmetic average calculation


Hello everyone!

I want to calculate an arithmetic average using the following formula: arithmetic average of the columns, multiplied by three, and the result together with another value, all divided by 4. Unfortunately the formula that I used it, calculating the arithmetic average does not appear correct value. Please, if anyone can help me? I really need this formula.

Thanks in advance for the answers!
Attached Images
File Type: jpg Capture0.jpg (73.5 KB, 11 views)
Reply With Quote
  #2  
Old 06-07-2011, 08:50 PM
macropod's Avatar
macropod macropod is offline Excel 2010 formula rounds - arithmetic average calculation Windows 7 32bit Excel 2010 formula rounds - arithmetic average calculation Office 2007
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 21,962
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Hi YooNaa Kim,

=(AVERAGE(C7:H7)*3+I7)/4 returns 7.5
=(ROUNDDOWN(AVERAGE(C7:H7),2)*3+I7)/4 returns 7.495

I'm not sure why you've got the extra math 7 INT function. If you want to limit the output to three decimal places, you could use:
=ROUND((ROUNDDOWN(AVERAGE(C7:H7),2)*3+I7)/4,3)
or
=ROUNDDOWN((ROUNDDOWN(AVERAGE(C7:H7),2)*3+I7)/4,3)
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
'AVERAGE' Formula nfphilpot Excel 3 11-24-2010 02:19 PM
how to make fields calculation variable according to the filter i use duraid Project 0 09-09-2010 01:05 PM
Excel Formula Help masoom84 Excel 1 03-07-2009 09:41 AM
Excel 2010 formula rounds - arithmetic average calculation Mail Merge Calculation Error Lsbutler2000 Mail Merge 1 06-22-2007 06:33 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 09:31 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft