#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Mass add in a column

I am working on a spreadsheet where I have food descriptions in the cell. I
have 1400 rows that I have to add the word "Breakfast" to the end of each. Is
there an easy way to add that word without copying and pasting the word onto
each row? Let me know. Thanks!!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Mass add in a column

I'd use a helper column:
=a1&" Breakfast"
Then drag down as far as needed.
Select that column
edit|copy
select the original column
Edit|paste special|Values
and then delete that helper column.

49erfan wrote:

I am working on a spreadsheet where I have food descriptions in the cell. I
have 1400 rows that I have to add the word "Breakfast" to the end of each. Is
there an easy way to add that word without copying and pasting the word onto
each row? Let me know. Thanks!!


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,624
Default Mass add in a column

One way:

Say your 1400 entries are in column A. In an empty column (say, J)
enter, e.g., "J1:J1400" (without quotes) in the Name box at the left
side of the formula bar. Enter this in the formula box, using CTRL-ENTER:

=A1 & " Breakfast"

Copy column J. Select column A. Choose Edit/Paste Special, selecting the
Values radio button.


In article ,
49erfan wrote:

I am working on a spreadsheet where I have food descriptions in the cell. I
have 1400 rows that I have to add the word "Breakfast" to the end of each. Is
there an easy way to add that word without copying and pasting the word onto
each row? Let me know. Thanks!!

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,124
Default Mass add in a column

one way
for each c in range("a2:a1400")
c.value=c & " Breakfast"
next

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"49erfan" wrote in message
...
I am working on a spreadsheet where I have food descriptions in the cell. I
have 1400 rows that I have to add the word "Breakfast" to the end of each.
Is
there an easy way to add that word without copying and pasting the word
onto
each row? Let me know. Thanks!!


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Mass add in a column

THAT WORKED JE!! THANK YOU SO MUCH!!!
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
How to mass populate cells? dj479794 Excel Discussion (Misc queries) 0 January 23rd 07 01:57 PM
probability mass function jeroen van dijk Excel Worksheet Functions 4 August 3rd 06 06:25 PM
mass tagging with excel? p2chang Excel Discussion (Misc queries) 1 January 23rd 06 02:45 PM
MASS MAILING chooselife New Users to Excel 1 April 12th 05 10:48 PM
Sheet protection in mass?! Kane New Users to Excel 1 January 12th 05 07:24 AM


All times are GMT +1. The time now is 05:45 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"