Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
EK
 
Posts: n/a
Default Vlookup data discrepancy

How do I remove the hidden apostrophy in a cell (see e.g.)? I have tried
Find/Replace, changed the Alignment and formatted the cell but failed.

e.g.

'alphanumericdata
  #2   Report Post  
Earl Kiosterud
 
Posts: n/a
Default

EK,

That apostrophe means that the cell contains text. Why do you care that it's
there? In general, you can just leave it. It' won't show up in the cell,
won't print.
--
Earl Kiosterud
www.smokeylake.com

"EK" wrote in message
...
How do I remove the hidden apostrophy in a cell (see e.g.)? I have tried
Find/Replace, changed the Alignment and formatted the cell but failed.

e.g.

'alphanumericdata



  #3   Report Post  
EK
 
Posts: n/a
Default

I am referencing the cells (200 rows) during vlookup and the cells have
random mix of formats, i.e., some are with apostrophe and some without. This
caused a #N/A even though the data are there. I would like to cleanup the
cells so all the data do not have the apostrophe.

"Earl Kiosterud" wrote:

EK,

That apostrophe means that the cell contains text. Why do you care that it's
there? In general, you can just leave it. It' won't show up in the cell,
won't print.
--
Earl Kiosterud
www.smokeylake.com

"EK" wrote in message
...
How do I remove the hidden apostrophy in a cell (see e.g.)? I have tried
Find/Replace, changed the Alignment and formatted the cell but failed.

e.g.

'alphanumericdata




  #4   Report Post  
 
Posts: n/a
Default

Not sure if this is why you want to remove the apostrophe, but if your
hidden apostrophe is in front of a zero and you need to display the
number with leading zeros but no apostrophes : To get 0123456 from
'123456 :

Column A Column B
'123456 =RIGHT("0000000"&A12,7)

  #5   Report Post  
EK
 
Posts: n/a
Default

I apologise. Let me try to illustrate:

File A data VLOOKUP value -- File B data RESULT
'abc123 abc123 #N/A

I would like to remove the apostrophe in the data in File A.

Thanks.

" wrote:

Not sure if this is why you want to remove the apostrophe, but if your
hidden apostrophe is in front of a zero and you need to display the
number with leading zeros but no apostrophes : To get 0123456 from
'123456 :

Column A Column B
'123456 =RIGHT("0000000"&A12,7)




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
Vlookup for data contained in a cell Garbunkel Excel Worksheet Functions 5 September 14th 05 06:47 PM
work-around for "vlookup: with unsorted data mark kubicki Excel Worksheet Functions 1 August 2nd 05 08:49 PM
Printing data validation scenarios SJC Excel Worksheet Functions 14 July 24th 05 12:43 AM
Line Graph Data Recognition Nat Charts and Charting in Excel 2 April 30th 05 02:07 PM
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 05:17 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"