Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
arran1180
 
Posts: n/a
Default imported data not recognised in formulae

We have a software package from which we can export data (numbers and text)
to MS Excel. When i try an run a simple "IF" formula on the imported data,
excel always returns a negative result.
For example, the imported data cell has content "name00", and i put in a
regular IF formula to use this data, it is never recognized as *true*. If i
manually re-type the information into the cell then it is picked up - and a
*true* result is returned!
If i paste special the data into excel i get the option of unicode or text,
or i have the choice to export the data directly. None of these three options
has helped and i am left unable to use the data i require!
would be grateful of any ideas.
  #2   Report Post  
Otto Moehrbach
 
Posts: n/a
Default

The first thing that comes to mind is leading and trailing spaces and
excessive intermediate spaces. This is common in imported data. To Excel a
space is just another character. It is not an empty space. You need to
eliminate those spaces. Here's how:
Say your data is from A1 down and Column B is blank. In B1 type
"=Trim(A1)" without the quotes. Drag this formula down as far as the Column
A data goes. Select all the data in Column B and do Edit - Copy. Now
select cell A1. Do Edit - PasteSpecial - Values. Click OK. Delete Column
B.
Now see if you have what you want. HTH Otto
"arran1180" wrote in message
...
We have a software package from which we can export data (numbers and
text)
to MS Excel. When i try an run a simple "IF" formula on the imported data,
excel always returns a negative result.
For example, the imported data cell has content "name00", and i put in a
regular IF formula to use this data, it is never recognized as *true*. If
i
manually re-type the information into the cell then it is picked up - and
a
*true* result is returned!
If i paste special the data into excel i get the option of unicode or
text,
or i have the choice to export the data directly. None of these three
options
has helped and i am left unable to use the data i require!
would be grateful of any ideas.



  #3   Report Post  
2rrs
 
Posts: n/a
Default

You can also use the replace feature as shown he
http://groups-beta.google.com/group/...6d88671983a8e3

I found the "alt+255" worked best.

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
Help with data not getting plotted Scott Ehrlich Excel Discussion (Misc queries) 2 January 25th 05 05:17 AM
Templates for Imported data Michael H Excel Worksheet Functions 0 January 24th 05 12:09 PM
Help with data not getting plotted Scott Ehrlich Charts and Charting in Excel 1 January 23rd 05 05:15 PM
Add same set of formulae at defined intervals to list of row data PC-Nut Excel Worksheet Functions 10 January 14th 05 05:46 AM
Pulling data from 1 sheet to another Dave1155 Excel Worksheet Functions 1 January 12th 05 05:55 PM


All times are GMT +1. The time now is 06:35 AM.

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

About Us

"It's about Microsoft Excel"