Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 36
Default adding data to existing data cell

I have a spreadsheet that has a column of partial email addresses, what I
need to do is add this (ilstu.edu) to the end of the existing data there
without having to retype all the information.

I'm in a real hurry here..can someone help?

Teri
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,101
Default adding data to existing data cell

You need a helper column and at the top of that column type

=CONCATENATE(A1,$C$1)

where A1 is your partial email taext and C1 is the bit at the end you want
to add. You then drag down.

Once done you can copy and paste the new column back to its original place


"Curious" wrote:

I have a spreadsheet that has a column of partial email addresses, what I
need to do is add this (ilstu.edu) to the end of the existing data there
without having to retype all the information.

I'm in a real hurry here..can someone help?

Teri

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default adding data to existing data cell

B1 =A1&"ilstu.edu"

copy from B1 all the way down as far as needed


"Curious" wrote:

I have a spreadsheet that has a column of partial email addresses, what I
need to do is add this (ilstu.edu) to the end of the existing data there
without having to retype all the information.

I'm in a real hurry here..can someone help?

Teri

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
Sumproduct issues SteveDB1 Excel Worksheet Functions 25 June 3rd 09 04:58 PM
sorting 2 colums of numbers and incremening them down blk&wht Excel Discussion (Misc queries) 10 October 9th 06 10:12 PM
macro unouwanme Excel Discussion (Misc queries) 9 August 31st 06 09:38 PM
data in cell not corresponding with entry Graeme New Users to Excel 1 December 21st 05 04:16 PM
Excel 2003, Convert EXISTING Worksheet Data to XML? [email protected] Excel Discussion (Misc queries) 4 November 16th 05 04:45 AM


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