Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 54
Default Replace NA with Null - Access 2003

OH My Goodness!! Now I know I have been at this too long... How did I not
think of that?

I officially need a vacation!

THANK YOU SO MUCH!!

You are my new "hero!"

"TomPl" wrote:

If the database field is formated for a number then "NA" would cause a
mismatch.

If the "NA"s are replacing a formula, you could change the formula so that
is does not return "NA". For example, if the formula "=B1/C1" returns
"#DIV/0!" you could change the formula to =If(iserr(B1/C1),"",B1/C1) to
return a null value instead of an error message.

If the "NA"s are replacing simple data that has been keyed in, you could
replace all "NA"s using the search and replace routine: Edit,Replace,Find
what: "NA:,Replace with: <leave this blank.

tom

"Judi<<" wrote:

I have a spreadsheet I am trying to import into Access 2003 and I keep coming
across type mismatches. I have noticed that the previous user would place NA
into a field if the information was not needed rather than just leaving it
blank.

When this comes to a field that is supposed to be a number, could this be
causing my mismatch? If so, how can I replace those "NA"s with a Null value?
Is there a way to do it accross the board all at one time? (Even if this is
not the primary cause I would like to know how to do this anyway.)

Thank you again for your help, I am deeply appreciative.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to replace null values with zero? Eric Setting up and Configuration of Excel 2 April 28th 23 03:43 AM
Replace Null Values in a Column Steve C Excel Discussion (Misc queries) 4 May 15th 08 08:52 AM
replace null cells within a range to 0 Abbey Normal Excel Discussion (Misc queries) 5 August 29th 07 01:54 AM
Replace Null value in Coloumn Plumdodge Excel Discussion (Misc queries) 2 November 8th 05 11:00 PM
Replace null string with blank cell gjcase Excel Discussion (Misc queries) 2 August 9th 05 02:13 PM


All times are GMT +1. The time now is 02:16 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"