Started out as an Access problem. Now an Excel problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello:

The problem that I'm having is that when I import data into an Access table
from Excel some of the values are converted to scientific format. Below is
the text from an Access discussion board on this. I've tried converting the
data to text, but it still goes scientific on me. I'm dealing with 1000's of
rows of data here so my going in and placing a comma before each record isn't
feasible unless someone can tell me a shortcut way to do this.

Any help is appreciated!

Thank you



You need to format the cells (in Excel) as text and make sure that Excel
does not automatically change the format to scientific when the data is
entered (as Excel does, and you can't turn this feature off!!!)

If you have problems with this, it may be better to post in an Excel group.

MH
 
After you import to Excel and find scientific notation, re-format those
cells to present the information in your desired number format.
 
Hi Robert,

If placing a comma before the cell data would do it, how about using a
helper column with the formula : = "," & A1

Where your data is in column A

Copy that formula down for all of your rows.

Would that work?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top