Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Example;
I can place the same value in lets say a1 and b1 and have it fill in that row with that value as far as I want. I want this budget to look like this : 4/1/2009 4/15/2009 4/29/2009 Rent $300.00 $0.00 $300.00 However I do not want to type this in for 26 pay periods, how do I do this? If it was the same number, no problem. Any advice would be helpful. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=300*(MOD(COLUMN(),2))
-- David Biddulph "BillyBob" wrote in message ... Example; I can place the same value in lets say a1 and b1 and have it fill in that row with that value as far as I want. I want this budget to look like this : 4/1/2009 4/15/2009 4/29/2009 Rent $300.00 $0.00 $300.00 However I do not want to type this in for 26 pay periods, how do I do this? If it was the same number, no problem. Any advice would be helpful. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Chart displaying weekly data group in months without weekly labels | Charts and Charting in Excel | |||
Weekly Budget Template | Excel Discussion (Misc queries) | |||
Excel 2007 "Personal Budget" template to 2003? | Excel Discussion (Misc queries) | |||
Divide Monthly Sales Budget to Day Budget | Excel Worksheet Functions | |||
Bi-Weekly Personal Budget Template | Excel Discussion (Misc queries) |