A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Fill in Column with a series of repeating numbers



 
 
Thread Tools Display Modes
  #1  
Old June 4th, 2010, 11:53 PM posted to microsoft.public.excel.worksheet.functions
Mimi
external usenet poster
 
Posts: 80
Default Fill in Column with a series of repeating numbers

I am trying to fill in an amortization years column. The first 12 rows are
"1", the next 12 rows are "2", the next twelve rows are "3" and so on. I've
got 360 rows to fill. Any suggestions?
  #2  
Old June 5th, 2010, 12:48 AM posted to microsoft.public.excel.worksheet.functions
Jim Cone[_2_]
external usenet poster
 
Posts: 434
Default Fill in Column with a series of repeating numbers


A1: 1
A2: =IF(MOD(ROW(),12)=1,A1+1,A1)
Fill down
--
Jim Cone
Portland, Oregon USA
( Review of Special Sort add-in: http://www.contextures.com/excel-sort-addin.html )




"mimi"
wrote in message
I am trying to fill in an amortization years column. The first 12 rows are
"1", the next 12 rows are "2", the next twelve rows are "3" and so on. I've
got 360 rows to fill. Any suggestions?
  #3  
Old June 5th, 2010, 01:42 AM posted to microsoft.public.excel.worksheet.functions
David Biddulph
external usenet poster
 
Posts: 8,714
Default Fill in Column with a series of repeating numbers

=int((row()+11)/12)
--
David Biddulph


"mimi" wrote in message
...
I am trying to fill in an amortization years column. The first 12 rows are
"1", the next 12 rows are "2", the next twelve rows are "3" and so on.
I've
got 360 rows to fill. Any suggestions?



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 10:43 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.