kittronald used his keyboard to write :
> Garry and Ron,
>
> Thanks for the input.
>
> I'm using an import of External Data with a text file in Excel
> 2007.
>
> Unfortunately, if I place another character around TRUE, formulas
> that use that imported data will produce errors. An undesired way to
> deal with this would be to write every formula to check for values
> such as TRUE, FALSE and any other value that Excel does not see as
> text.
Well, only for names that would be that value. I mean.., what's the
likelyhood of having the name "FALSE"? At this point wrapping your
current formula in a simple IF() function to filter the additional
space if the name is "TRUE " is all that's necessary. In the case of
this company's name can you not include its status (ie: " LTD", " INC",
" CORP")?
Also, this is a fine example of why databases use unique identifiers so
name conflicts asre avoided. Is there something unique about each
company that your formulas can use instead of the name?
>
> The reason I'm using an import of External Data is because the
> imported data can contract or expand and the formulas in the adjacent
> columns will also contract and expand.
>
> For the time being, I've filtered out the TRUE value in the
> PivotTable that uses the imported data.
>
>
> - Ronald K.
--
Garry
Free usenet access at
http://www.eternal-september.org
ClassicVB Users Regroup! comp.lang.basic.visual.misc