When extracting from column A no data

W

webels

Hi
I have the following function extracting data from a seperate workbook

=TEXT([SurveillanceDup.xls]RDBMergeSheet!B2,)

Data is extracted to the new workbook

When I use
=TEXT([SurveillanceDup.xls]RDBMergeSheet!A2,)

No data is extracted

There is data on Column A and B the SurveillanceDup.xls.

This is a strange one

Has anyone any ideas?

Thanks
Eddie
 
W

webels

OK I just figured it is something to do with TEXT, but cannot find
another function.
 
W

webels

OK I just figured it is something to do with TEXT, but cannot find
another function.

Hi
I have the following function extracting data from a seperate workbook
=TEXT([SurveillanceDup.xls]RDBMergeSheet!B2,)

Data is extracted to the new workbook
When I use
 =TEXT([SurveillanceDup.xls]RDBMergeSheet!A2,)
No data is extracted
There is data on Column A and B the SurveillanceDup.xls.
This is a strange one
Has anyone any ideas?
Thanks
Eddie- Hide quoted text -

- Show quoted text -

OK sorted just remove TEXT "duuuuuh"
 
D

Dave Peterson

I tried:
=text(a1,)
in B1.

If A1 contained text, it showed up nicely.

But if A1 was a number, I didn't see anything. So I'm guessing you have a
number in that other cell.


Hi
I have the following function extracting data from a seperate workbook

=TEXT([SurveillanceDup.xls]RDBMergeSheet!B2,)

Data is extracted to the new workbook

When I use
=TEXT([SurveillanceDup.xls]RDBMergeSheet!A2,)

No data is extracted

There is data on Column A and B the SurveillanceDup.xls.

This is a strange one

Has anyone any ideas?

Thanks
Eddie
 
W

webels

I tried:
=text(a1,)
in B1.

If A1 contained text, it showed up nicely.

But if A1 was a number, I didn't see anything.  So I'm guessing you have a
number in that other cell.




Hi
I have the following function extracting data from a seperate workbook
=TEXT([SurveillanceDup.xls]RDBMergeSheet!B2,)

Data is extracted to the new workbook
When I use
 =TEXT([SurveillanceDup.xls]RDBMergeSheet!A2,)
No data is extracted
There is data on Column A and B the SurveillanceDup.xls.
This is a strange one
Has anyone any ideas?
Thanks
Eddie

--

Dave Peterson- Hide quoted text -

- Show quoted text -

Yeah Dave that is right, just remove text and do a direct extract from
A2 give the number.
 

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

Top