ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Connecting formulas (https://www.excelbanter.com/excel-worksheet-functions/168187-connecting-formulas.html)

Crosscatch

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.


RagDyeR

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.



Teethless mama

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.



All times are GMT +1. The time now is 07:21 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com