Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Connecting formulas

I need to clean the periods from the first column and the first 6 characters
of the new data. In otherwords, I need column B to come from column A.
PR.44.CC.106 PR44CC
I can use the Left function and I can use the REPLACE function but I need to
use them in one formula (mega-formula?) if possible.

Many thanks for your help.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,572
Default Connecting formulas

This will remove the periods:

=SUBSTITUTE(A1,".","")

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Crosscatch" wrote in message
...
I need to clean the periods from the first column and the first 6

characters
of the new data. In otherwords, I need column B to come from column A.
PR.44.CC.106 PR44CC
I can use the Left function and I can use the REPLACE function but I need

to
use them in one formula (mega-formula?) if possible.

Many thanks for your help.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Connecting formulas

=LEFT(SUBSTITUTE(A1,".",""),6)

"Crosscatch" wrote:

I need to clean the periods from the first column and the first 6 characters
of the new data. In otherwords, I need column B to come from column A.
PR.44.CC.106 PR44CC
I can use the Left function and I can use the REPLACE function but I need to
use them in one formula (mega-formula?) if possible.

Many thanks for your help.

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
Connecting cells from two pages marketing123 Excel Discussion (Misc queries) 2 August 6th 07 05:22 PM
connecting to MYSQL irene c New Users to Excel 1 January 30th 07 09:43 AM
Connecting ballons Lugar Excel Discussion (Misc queries) 0 November 17th 06 04:22 PM
Connecting Worksheets [email protected] Excel Discussion (Misc queries) 3 May 2nd 06 09:01 PM
connecting to databases dstiefe Excel Discussion (Misc queries) 1 September 4th 05 03:40 AM


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