Summing & Rounding

  • Thread starter Thread starter picktr
  • Start date Start date
P

picktr

I need 1 formula to do the following:

Sum of 2 cells then round up or down to 0 d.p.s
(note: it must go either direction in rounding)


I get this, my work is done!

after 4 days.

Tom (e-mail address removed)
 
Hi!

If the cells are A1 and A2 the formula is =round(A1+A2,0)

This rounds down if the result is less than "a half" and up if it i
greater than or equal to "a half".

Al
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

If Then? 3
Peo 14
difficult formula 10
Round formula 1
Sum + Round Up 2
SUM - IF - AND 7
Sorting Data in a Row Question 5
rounding a formula with sum 5

Back
Top