LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 41
Default "Finalizing" format change to text

Quick Version:
I've changed the format on a column of numbers, text and number-text
combinations to text format in order to make it match another file I'm
comparing with. The comparison is not finding ANY matches right away. I can
go back and double click in a cell (as if to edit it) and then press the
enter key and VIOLA! the match appears. It is almost as if I'm having to
finalize EACH INDIVIDUAL cell to make it work, which will not be effiecient,
as I've got 8,000 cells to click on.

QUESTION:
Is there a way to "finalize" this format change globally without having to
click on each cell?

Details:
We receive a LARGE price sheet (DOC A) from our vendor periodically. The
part number column is formatted as text. There are some alphanumeric values
in the column, but the majority are in this format: 12345.60.

I export a CSV document from my product database with the current pricing
(DOC B) and want to compare this document with the one from our vendor, among
others also in text format. When I open this CSV document, I format the part
number column to text to match the others.

The formula that I use on DOC A (Vendor sheet) looks at DOC B (our current
pricing) for the part number. If there is a match, then it dispays the
retail price in this column where my formula is. If there is not a match, it
dispays "Add To Site".

My formula is:
=IF(A376="","",IF(ISNA(MATCH(A376,Source!A:A,0))," Add To
Site",VLOOKUP(A376,Source!A:B,2,0)))

90% of the columns show "Add to Site" even though we have 90% of the items
on our site. I can go to the sheet that I manually formatted to text, double
click in one of the cells containing the part number, press my enter key and
then the match shows up on our vendor sheet instantly.
 
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
Conversion to Text file format error Rob Excel Discussion (Misc queries) 1 June 26th 06 10:33 AM
Changing cell format - for example text to numeric sjrku Excel Discussion (Misc queries) 3 December 30th 05 10:40 PM
Hoe to change text format .126 to number format 0.126 vitality Excel Discussion (Misc queries) 3 October 6th 05 01:31 PM
How to change text format .126 to number format 0.126 ? vitality Excel Worksheet Functions 2 October 6th 05 01:02 PM
Change FORMAT viddom Excel Discussion (Misc queries) 1 July 1st 05 06:06 PM


All times are GMT +1. The time now is 11:29 PM.

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"