Calculation confusion

Sully38

Board Regular
Joined
Mar 9, 2004
Messages
167
I am working with a table that breaks data into percentage values to 15th decimal place. I am presently writing a query that needs to show which one of the records don't total 100%. I am using a criteria statement of <>1 to drop everything that is not 100%. Presently, I still get records appearing that are 100%. What is the best and most accurate way to sum values? I am using just the "sum" on total line is their a better way.
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
I still get records appearing that are 100%

Are you sure they are exactly 100%?

Could it not be that they are +/- a very small amount?

If so you may want to set some sort of margin for your query.

eg Between 0.99999 And 1.00001.
 
Upvote 0
That did the trick... Curious Access shows the records as 100.0(15) How do I find out exactly where the error is? When Access doesn't go beyond 15 decimal places?
 
Upvote 0

Forum statistics

Threads
1,221,805
Messages
6,162,074
Members
451,738
Latest member
gaseremad

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top