Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,101
Default Another replace question

Hey guys! Thanks for the help on the last question!

Here is another one.

I have column A with this text:
sometexthere=moretexthere

What I need to do is make it like this with quotes:
sometexthere="moretexthere"

Any way to do this?

Thanks!!!

Mike

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,339
Default Another replace question

Try:

=LEFT(A1,FIND("=",A1))&""""&TRIM(MID(A1,FIND("=",A 1)+1,255)) &""""

"Mike" wrote:

Hey guys! Thanks for the help on the last question!

Here is another one.

I have column A with this text:
sometexthere=moretexthere

What I need to do is make it like this with quotes:
sometexthere="moretexthere"

Any way to do this?

Thanks!!!

Mike

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,101
Default Another replace question

Thanks Toppers!!!!

"Toppers" wrote:

Try:

=LEFT(A1,FIND("=",A1))&""""&TRIM(MID(A1,FIND("=",A 1)+1,255)) &""""

"Mike" wrote:

Hey guys! Thanks for the help on the last question!

Here is another one.

I have column A with this text:
sometexthere=moretexthere

What I need to do is make it like this with quotes:
sometexthere="moretexthere"

Any way to do this?

Thanks!!!

Mike

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
Advanced Find and Replace Question Ryan Excel Worksheet Functions 1 August 5th 06 03:58 PM
replace value in excel? [email protected] Excel Worksheet Functions 3 January 7th 06 09:09 PM
find replace format neeraj Excel Discussion (Misc queries) 6 September 20th 05 05:50 PM
Search and Replace Question Rebecca New Users to Excel 1 April 11th 05 04:49 AM
Simple Search and Replace Question Rebecca Excel Discussion (Misc queries) 2 April 3rd 05 03:33 PM


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