ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Add data to cell w/o loosing initial data (https://www.excelbanter.com/excel-discussion-misc-queries/19543-add-data-cell-w-o-loosing-initial-data.html)

jaycain

Add data to cell w/o loosing initial data
 
I would like to know if there is a way to add data to data without retyping.
For example I have a colum of 18015555555 and I want to add [rfax:(cell
#)@/fn=(phone number)] So I would like to add the brackets - copy from a
cell - @/fn= and not loose the data already in the spread sheet. Example 2.
Add [rfax:company name@fn/=(saved data here) then close bracket.

So I want to add data to cells without loosing the data already in the
cells. I have about 600 of them to do and I really don't want to do each one
by hand.

Please let me know if anyone knows how to accomplish this.

Thanks

Myrna Larson

Assuming the phone number is in B2, the word "Company" in A2, you can create
the text you want with this formula ="[rfax:"&A2&" name@fn/="&B2

Copy this down as far as needed. To convert the formulas to their values,
Edit/Copy the formulas, then Edit/Paste Special over the formulas or in a new
column, selecting the VAlues option.

On Mon, 28 Mar 2005 17:01:03 -0800, "jaycain"
wrote:

I would like to know if there is a way to add data to data without retyping.
For example I have a colum of 18015555555 and I want to add [rfax:(cell
#)@/fn=(phone number)] So I would like to add the brackets - copy from a
cell - @/fn= and not loose the data already in the spread sheet. Example 2.
Add [rfax:company name@fn/=(saved data here) then close bracket.

So I want to add data to cells without loosing the data already in the
cells. I have about 600 of them to do and I really don't want to do each one
by hand.

Please let me know if anyone knows how to accomplish this.

Thanks



Peo Sjoblom

You could try

="[rfax:company name@fn/=("&A1&")"

or


="[rfax:company name@fn/="&TEXT(A1,"(00000000000)")


the latter will give you a better way of formatting it as a phone number for
instance

="[rfax:company name@fn/="&TEXT(A1,"([<=9999999]###-####;(###) ###-####)")

--
Regards,

Peo Sjoblom


"jaycain" wrote in message
...
I would like to know if there is a way to add data to data without
retyping.
For example I have a colum of 18015555555 and I want to add [rfax:(cell
#)@/fn=(phone number)] So I would like to add the brackets - copy from a
cell - @/fn= and not loose the data already in the spread sheet. Example
2.
Add [rfax:company name@fn/=(saved data here) then close bracket.

So I want to add data to cells without loosing the data already in the
cells. I have about 600 of them to do and I really don't want to do each
one
by hand.

Please let me know if anyone knows how to accomplish this.

Thanks





All times are GMT +1. The time now is 06:11 PM.

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