Decimal Places

SteveF

Registered User.
Local time
Today, 04:38
Joined
Jul 13, 2008
Messages
218
Another dumb question; sorry :o

I'm running a report which produces a percentage. When I do the calculation myself it comes out at 60.81%, when I run it in Access it comes out at 601.81%, any idea where I'm going wrong?

Thanks in advance.
 
Show us an example of your report's code and/or the underlying query.
Bob
 
Sorry to take so long coming back, been working today and not had chance to sit down to this. I do appreciate help.

This is the calculation:

=Sum([SumOfGP Amount]/[SumOfCons Ex VAT])

My ignorance runs pretty deep, so 'scuse if I get any terminology wrong. But the two amounts I want to use in the calculation are at the bottom of columns of other numbers as totals.
 
If you want percent, don't you have to divide by 100?
 
If I'm working out percentages on a calculator then I have to multiply by 100 to move the decimal point across, but spreadsheets and databases seem to know where to put the decimal when you use percentage as the number format.

I sorted this out myself, it was a simple case of missing brackets but it took me a while to figure it out :)
 

Users who are viewing this thread

Back
Top Bottom