#1   Report Post  
Posted to microsoft.public.excel.misc
naclu
 
Posts: n/a
Default New smart tags added

I've received help here with a VLOOKUP question and it's worked great for me
so far... Thanks Max!

New question. In the current VLOOKUP that I'm doing, one of my source files
has the little green corners on the cells that tell you that numbers are
stored as text.

In the second source file, the cells are formatted to show as numbers stored
as text, but the green corners are not there.

I'm getting a lot of "no matches found" and I discovered that if I go to the
second source file, double click on the cell like I am going to edit it, hit
enter and move on, the corner is there all of a sudden and the VLOOKUP
formula works.

Is there any way to make those show up without clicking on each and every
one of them?

Thanks again in advance to anyone that might be able to help!

  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default New smart tags added

I don't think the problem is with those warning thingamajigs.

I think you should change your data to be consistent.

If you have numbers stored as text and want them to be real numbers, you can:
select an empty cell
edit|copy
select the range of text numbers
edit|paste special|check Add

If you have numbers stored as numbers and you want them to be text, you can:

Insert an adjacent column and use a formula:
=a1&""
or
=text(a1,"000000")
(if you need leading 0's)

After you copy the formulas down the column, you can
select those formula cells
edit|copy
select the original data
edit|paste special|values
and remove that helper column (it's served its purpose).


naclu wrote:

I've received help here with a VLOOKUP question and it's worked great for me
so far... Thanks Max!

New question. In the current VLOOKUP that I'm doing, one of my source files
has the little green corners on the cells that tell you that numbers are
stored as text.

In the second source file, the cells are formatted to show as numbers stored
as text, but the green corners are not there.

I'm getting a lot of "no matches found" and I discovered that if I go to the
second source file, double click on the cell like I am going to edit it, hit
enter and move on, the corner is there all of a sudden and the VLOOKUP
formula works.

Is there any way to make those show up without clicking on each and every
one of them?

Thanks again in advance to anyone that might be able to help!


--

Dave Peterson
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
Smart Tags and Stock Symbols Greg Excel Worksheet Functions 1 February 13th 06 01:09 PM
smart tags and stock updates Tom_in_Jersey Excel Discussion (Misc queries) 0 December 14th 05 09:59 PM
smart tags Cary Excel Worksheet Functions 0 September 29th 05 09:41 PM
smart tags Tom_in_Jersey Excel Discussion (Misc queries) 2 August 29th 05 09:56 PM
Adding Smart Tags to an unrecognized cell reference SauveC Excel Discussion (Misc queries) 3 February 12th 05 02:01 AM


All times are GMT +1. The time now is 04:04 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"