Contact Forum Editor

Send an email to our Forum Editor:


PLEASE NOTE: Your name is used only to let the Forum Editor know who sent the message. Both your name and email address will not be used for any other purpose.

Tech Helproom


It's free to register, to post a question or to start / join a discussion


 

Excel (2007) formula help needed


tonyq
Resolved

Likes # 0

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

Like this post
mgmcc

Likes # 0

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.

Like this post
tonyq

Likes # 0

mgmcc, thank you that seems to work. Next question,how do I get it to work on a list of numbers?

Like this post
mgmcc

Likes # 0

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)

Like this post  
tonyq

Likes # 0

mgmcc thank you for your help advice.

Like this post

Reply to this topic

This thread has been locked.



Send to a friend

Email this article to a friend or colleague:


PLEASE NOTE: Your name is used only to let the recipient know who sent the story. Both your name and the recipient's name and address will not be used for any other purpose.