Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,069
Default Deleting the "'" character in the text formula

Hi,

I have a load of formulae currently displayed as text. This is not a case
of converting using the 'Number' from the Category selection.

At the moment i can manually resolve this one using EDIT HOME or BACKSPACING
to the ' then deleting it and hitting the Ente key. I dont fancy doing this
for a couple of hundred cells. Any solutions to this would be appreciated.

Thanks

John
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,440
Default Deleting the "'" character in the text formula

Hi John,

Edit|Find and replace?

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"John" wrote in message ...
| Hi,
|
| I have a load of formulae currently displayed as text. This is not a case
| of converting using the 'Number' from the Category selection.
|
| At the moment i can manually resolve this one using EDIT HOME or BACKSPACING
| to the ' then deleting it and hitting the Ente key. I dont fancy doing this
| for a couple of hundred cells. Any solutions to this would be appreciated.
|
| Thanks
|
| John


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Deleting the "'" character in the text formula

Hi John,

Try this: highlight the column with the formulae you would like to
change, click on Data | Text-to-columns and then click Finish on the
first panel.

Hope this helps.

Pete

Niek Otten wrote:

Hi John,

Edit|Find and replace?

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"John" wrote in message ...
| Hi,
|
| I have a load of formulae currently displayed as text. This is not a case
| of converting using the 'Number' from the Category selection.
|
| At the moment i can manually resolve this one using EDIT HOME or BACKSPACING
| to the ' then deleting it and hitting the Ente key. I dont fancy doing this
| for a couple of hundred cells. Any solutions to this would be appreciated.
|
| Thanks
|
| John


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Deleting the "'" character in the text formula

Enter and run this small macro:

Sub tic_killer()
For Each r In ActiveSheet.UsedRange
If r.PrefixCharacter = "'" Then
r.Value = r.Value
End If
Next
End Sub

(find/replace may not work)
--
Gary's Student


"John" wrote:

Hi,

I have a load of formulae currently displayed as text. This is not a case
of converting using the 'Number' from the Category selection.

At the moment i can manually resolve this one using EDIT HOME or BACKSPACING
to the ' then deleting it and hitting the Ente key. I dont fancy doing this
for a couple of hundred cells. Any solutions to this would be appreciated.

Thanks

John

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,069
Default Deleting the "'" character in the text formula

Hi Niek,

Nope. Edit Find and Replace wont work! Here's the formulae in the cell
=counta(H:\Work\[Cases_Older_Than_One_Year.xls]110107!$A:$A)-1
Before the = is ' If i hit F2 Home then Delete then Enter.

Any thoughts please?

Thanks

John


"Niek Otten" wrote:

Hi John,

Edit|Find and replace?

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"John" wrote in message ...
| Hi,
|
| I have a load of formulae currently displayed as text. This is not a case
| of converting using the 'Number' from the Category selection.
|
| At the moment i can manually resolve this one using EDIT HOME or BACKSPACING
| to the ' then deleting it and hitting the Ente key. I dont fancy doing this
| for a couple of hundred cells. Any solutions to this would be appreciated.
|
| Thanks
|
| John





  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,069
Default Deleting the "'" character in the text formula

Hi Pete,

Well you learn something new everyday. Must remember that one.

Thanks

John


"Pete_UK" wrote:

Hi John,

Try this: highlight the column with the formulae you would like to
change, click on Data | Text-to-columns and then click Finish on the
first panel.

Hope this helps.

Pete

Niek Otten wrote:

Hi John,

Edit|Find and replace?

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"John" wrote in message ...
| Hi,
|
| I have a load of formulae currently displayed as text. This is not a case
| of converting using the 'Number' from the Category selection.
|
| At the moment i can manually resolve this one using EDIT HOME or BACKSPACING
| to the ' then deleting it and hitting the Ente key. I dont fancy doing this
| for a couple of hundred cells. Any solutions to this would be appreciated.
|
| Thanks
|
| John



  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Deleting the "'" character in the text formula

Hi John,

thanks for feeding back.

I saw the tip on this forum several months ago - I think it was from
Rag Dyer.

Pete

John wrote:

Hi Pete,

Well you learn something new everyday. Must remember that one.

Thanks

John


"Pete_UK" wrote:

Hi John,

Try this: highlight the column with the formulae you would like to
change, click on Data | Text-to-columns and then click Finish on the
first panel.

Hope this helps.

Pete

Niek Otten wrote:

Hi John,

Edit|Find and replace?

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"John" wrote in message ...
| Hi,
|
| I have a load of formulae currently displayed as text. This is not a case
| of converting using the 'Number' from the Category selection.
|
| At the moment i can manually resolve this one using EDIT HOME or BACKSPACING
| to the ' then deleting it and hitting the Ente key. I dont fancy doing this
| for a couple of hundred cells. Any solutions to this would be appreciated.
|
| Thanks
|
| John




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
Text entries behaving like numbers jkiser Excel Discussion (Misc queries) 12 August 30th 06 09:29 PM
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM


All times are GMT +1. The time now is 04:56 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"