Google 그룹스는 더 이상 새로운 유즈넷 게시물 또는 구독을 지원하지 않습니다. 과거의 콘텐츠는 계속 볼 수 있습니다.

Re: link with excel returns #NUM errors

조회수 31회
읽지 않은 첫 메시지로 건너뛰기

Joseph Meehan

읽지 않음,
2005. 4. 24. 오후 1:00:4305. 4. 24.
받는사람
GolfGal wrote:
> I have a files that I download every morning with prices. I've read
> that if text & numbers are combined in a column, the #NUM error is
> returned. THe file is 7000 records long from excel and changes
> daily, so it's not possible to type an apostrophe in each of the
> cells at fault. However, I do need the info from these columns. Any
> ideas?

I would start by importing it as a text field. Then I would take a look
to see exactly what the problem was and form a plan of action from there.

I believe you could play with a query to find and/or change data as
needed using something to identify any filed not exclusively numbers and add
the apostrophe or clear it or whatever works for your needs.

--
Joseph Meehan

Dia's duit


Van T. Dinh

읽지 않음,
2005. 4. 24. 오후 8:37:5205. 4. 24.
받는사람
I find the easy way is to modify the Excel file as follows:

* Insert a "calculated" Column next to the MixedColumn using the function
TEXT() as follows:

= TEXT([CorrespondingCellInMixedColumn], "General")

for all cells in this Column. Save and close the Excel file.

* Link the Excel file to Access, ignore the original MixedColumn and use the
"calculated" Column. All values in this Column will be Text so the values
won't have #NUM entries.

--
HTH
Van T. Dinh
MVP (Access)


"GolfGal" <gol...@noemail.com> wrote in message
news:3B6EE351-055F-4531...@microsoft.com...

새 메시지 0개