Macfreq Posted August 27, 2007 Posted August 27, 2007 Hopefully this is a simple answer. I have a calculation that returns a number, but I need that number to have two decimal places, even when the result is an integer. Is there a function that can return a text string for the number that will always have two decimals after the decimal point? The result is going into QuickBooks as an amount and it is required to have two decimal places (10.00 not 10) Thanks.
LaRetta Posted August 27, 2007 Posted August 27, 2007 A post by Comment ... 01/10/05 08:25 AM - Post#140962 In response to QuinTech Int ( Round ( InputNumber , 2 ) ) & "." & Right ( "00" & Round ( Abs ( InputNumber ) * 100 , 0 ) , 2 )
LaRetta Posted August 27, 2007 Posted August 27, 2007 Ooops, untested ... change those commas to semi-colons.
Recommended Posts
This topic is 6645 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