macmangler Posted November 13, 2007 Posted November 13, 2007 Hi...my calculation is multiplying an amount by 120%, so for example, $49.03 x 120% = $58.836 How do I round it to only 2 decimal places? The result I am hoping to get is $58.84 I am familiar with Ceiling and Floor, but they work on whole numbers, not on decimals. Thanks in advance!!!
tv_kid Posted November 13, 2007 Posted November 13, 2007 How do I round it to only 2 decimal places? The result I am hoping to get is $58.84 Try the 'Round' function. HTH
Lee Smith Posted November 13, 2007 Posted November 13, 2007 I hate to tell you, but 20 percent of 49.03 equals 9.806 however, 120% of it equals 58.836. Once you have your decimal correct, then the Round (yournumber; 2) will do what you need. HTH Lee
macmangler Posted November 13, 2007 Author Posted November 13, 2007 The ROUND function worked perfectly! Thank you!!!
macmangler Posted November 14, 2007 Author Posted November 14, 2007 Sorry.. was a typo..I meant marked up 20%... but thanks!! I never used the round function before.
Recommended Posts
This topic is 6221 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now