Tech Helproom
It's free to register, to post a question or to start / join a discussion
Excel (2007) formula help needed
Likes # 0
Posted September 30, 2012 at 1:32PM
Please can anyone help me with formula I need for the following example [12.8 + 69 – (34 x2)] / 2 I will have a number of different numbers,and the result rounded up from .5 and above, rounded down below .5
Likes # 0
Posted September 30, 2012 at 1:46PM
Try:
=ROUND((12.8+69-(34*2))/2,0)
This gives the answer 7 and the final zero sets the number of decimal places to display.
Likes # 0
Posted September 30, 2012 at 2:11PM
mgmcc, thank you that seems to work. Next question,how do I get it to work on a list of numbers?
Likes # 0
Posted September 30, 2012 at 2:56PM
In general, have the list of numbers in a separate column and replace the "number" in the formula with the cell reference of the number it has to work with. For example, if it is the 12.8 it has to work with, put that in cell A1 and make the formula:
=ROUND((A1+69-(34*2))/2,0)
Likes # 0
Reply to this topic
This thread has been locked.
Check out PC Advisor's other tech forums
Top 5 Most Popular
-
Samsung Galaxy S4 vs iPhone 5 vs HTC One comparison review
-
New iPhone 5S, iPhone 6 release date UK: When will the new iPhone arrive?
-
Samsung Galaxy S4 vs Apple iPhone 5 comparison review
-
Galaxy S4 vs BlackBerry Z10 comparison review - which is best, the Samsung or the BlackBerry?
-
iPhone 5 review - Apple's iPhone remains a beautifully built, top performer



