Very interesting problem that should be a snap to figure out!

G

Guest

Hi,
I have 3 cells
A1 has $50,000

B1 has the formula =A1/12

C1 has the formula =B1*12

B1 comes up as 4166.67 its really .6666667 to infinity...you get the idea

So when I redo it I really want the answer in C1 to be 50000.04 which truly
is 4166.67 * 12

How do I get Excel to not see the infinite decimal and truly stop at 2
decimals
I need to start at 50,000 but end at 50000.04 after the 2 formulas are done.
Thanks in advance for any advice
 
S

SteveG

In B1,

=ROUND(A1/12,2)

That will make the result = 4166.67 so when it is multiplied by 12 i
C1, your result will be 50000.04.

HTH

Stev
 

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

Top