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 How to repeat cell downwards in a column?

For example, the cell I need to repeat is A1 ie MS, the number of times to
repeat is 20 times ie B1 and the result in column C, ie automatically filled
with 20 cells of MS.
Is there any formula to do this?

A1 | B1 | C1 |
-----------------------------
MS | 20 | MS |
| | MS |
| | MS |
| | MS |
| | MS |
| | MS |
| | MS |
| | MS |
| | MS |
| | MS |
| | MS |
| | MS |
| | MS |
| | MS |
| | MS |
| | MS |
| | MS |
| | MS |
| | MS |
| | MS |
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 367
Default How to repeat cell downwards in a column?

On Jan 11, 4:53*pm, Fion wrote:

For example, the cell I need to repeat is A1 ie MS, the number of times to
repeat is 20 times ie B1 and the result in column C, ie automatically filled
with 20 cells of MS.
Is there any formula to do this?

*A1 * *| *B1 * | *C1 *|
-----------------------------
MS * * | *20 * | *MS *|
* * * * *| * * * * | *MS *|
* * * * *| * * * * | *MS *|
* * * * *| * * * * | *MS *|
* * * * *| * * * * | *MS *|
* * * * *| * * * * | *MS *|
* * * * *| * * * * | *MS *|
* * * * *| * * * * | *MS *|
* * * * *| * * * * | *MS *|
* * * * *| * * * * | *MS *|
* * * * *| * * * * | *MS *|
* * * * *| * * * * | *MS *|
* * * * *| * * * * | *MS *|
* * * * *| * * * * | *MS *|
* * * * *| * * * * | *MS *|
* * * * *| * * * * | *MS *|
* * * * *| * * * * | *MS *|
* * * * *| * * * * | *MS *|
* * * * *| * * * * | *MS *|
* * * * *| * * * * | *MS *|


You could enter following formula in C1 and then drag it down as far
as you need it:
(assuming, that you want to start in the first row!)

=IF(ROW()<=$B$1,$A$1,"")

hth

Carlo

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 21
Default How to repeat cell downwards in a column?

Not quite sure what else is involved, but you could hold the following
formula in all the cells in column C, or as many cells as yo think
you'll ever need.

=IF(ROW()<=B$1,A$1,"")

Regards


In article
wrote:
For example, the cell I need to repeat is A1 ie MS, the number of
times to repeat is 20 times ie B1 and the result in column C, ie
automatically filled with 20 cells of MS.
Is there any formula to do this?


A1 | B1 | C1 |

¾*******************************
MS | 20 | MS |

¾***********ÿ*********ÿ**MS |
¾***********ÿ*********ÿ**MS |
¾***********ÿ*********ÿ**MS |
¾***********ÿ*********ÿ**MS |
¾***********ÿ*********ÿ**MS |
¾***********ÿ*********ÿ**MS |
¾***********ÿ*********ÿ**MS |
¾***********ÿ*********ÿ**MS |
¾***********ÿ*********ÿ**MS |
¾***********ÿ*********ÿ**MS |
¾***********ÿ*********ÿ**MS |
¾***********ÿ*********ÿ**MS |
¾***********ÿ***** | MS |
¾***********ÿ*********ÿ**MS |
¾***********ÿ*********ÿ**MS |
¾***********ÿ*********ÿ**MS |
¾***********ÿ*********ÿ**MS |
¾***********ÿ*********ÿ**MS |
¾***********ÿ*********ÿ**MS |

***
I'm trying a new usenet client for Mac, Nemo OS X.
You can download it at http://www.malcom-mac.com/nemo

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
Repeat column in all sheets Scott Excel Discussion (Misc queries) 1 October 25th 07 09:46 PM
Repeat column headings JWF Excel Discussion (Misc queries) 1 December 7th 06 05:13 PM
Cannot repeat column headings pcue1490 Excel Discussion (Misc queries) 1 October 25th 06 05:18 PM
How I can print full text bigger than column, in repeat column Prince Excel Discussion (Misc queries) 0 August 11th 05 07:28 PM
in excel can one repeat the text from a the last used column cell. Millard Excel Discussion (Misc queries) 1 March 18th 05 06:33 PM


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