From: mimi on 4 Jun 2010 18:53 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?
From: Jim Cone on 4 Jun 2010 19:48 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" <mimi(a)discussions.microsoft.com> 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?
From: "David Biddulph" groups [at] on 4 Jun 2010 20:42 =int((row()+11)/12) -- David Biddulph "mimi" <mimi(a)discussions.microsoft.com> wrote in message news:EFF95BF8-7EE6-4C8B-B97B-071400D901DC(a)microsoft.com... > 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?
|
Pages: 1 Prev: Data Labels in Excel Pie Charts Next: Weibull function in Excel |