View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Biddulph[_2_] David Biddulph[_2_] is offline
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?