Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 26
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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,549
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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
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?



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
Fill in a series of numbers Antonio Excel Discussion (Misc queries) 2 April 24th 09 12:17 AM
Fill repeating Numbers Ripper Excel Discussion (Misc queries) 8 May 29th 08 09:27 AM
How Do I change repeating numbers in a column Joel Excel Discussion (Misc queries) 7 May 20th 08 12:06 PM
Fill In a Series Letters and Numbers [email protected] Excel Discussion (Misc queries) 4 September 17th 07 07:04 PM
Repeating a sequence of numbers down a column Nexan Excel Discussion (Misc queries) 2 March 4th 05 05:39 PM


All times are GMT +1. The time now is 03:28 PM.

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"