Query Results Showing $-00

BigNate

Board Regular
Joined
Dec 17, 2014
Messages
242
Hello Everyone,

I'm running a query that returns several cells with value of $-00. Does anyone know what this means? Why do I get $-00 instead of just $0?

Thanks,
BigNate
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
Thanks for your reply. It is formatted as Accounting in Excel, then pulled into Access by a macro.
 
Upvote 0
Possibly you are getting very small numbers (such as -.000001). Maybe use a Round() function in Excel (or follow up the import with an update to round the data in Access independently).
 
Last edited:
Upvote 0
It's very interesting. The accounting format renders 0's as "-" in Excel. It looks like it would be a combination of "-" and specifying two decimal places in a currency field in Access. I can't replicate it with a copy/paste, but I have heard of strange results when importing Excel data, such as when the cell value is preceded by a '.
Are these strange values only presented by the query, or are they actually in the table?
 
Upvote 0

Forum statistics

Threads
1,215,644
Messages
6,125,992
Members
449,278
Latest member
MOMOBI

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