Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1
Default IF formula statement that would spread an annual budget over 12months

I'd like to create an IF type formula that will take an annual budget
keyed into say cell A1 and spread it over 12 months based on options
numbers say 1-10

For example, selecting option number 1 would allocate the annual
budget evenly over 12 months, option number 2 would allocated the
annual budget over four quarters, option number 3 would allocate the
budget over the first two months and last two months of the year and
so one. Each option number would be based on a percentage weighting
laid out on another worksheet within that same workbook.

Is something like this possible?

Any help is greatly appreciated.

Robert
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 837
Default IF formula statement that would spread an annual budget over 12 mo

A cell formula can only act on the cell that contains it.

You could write (possibly nested) IF formulas in each cell, but your post
provided too little information about the sheet layout for specifics. As a
starting point, a monthly cell might contain something like
=IF(optioncell=1,A1/12,"")

Instead of writing formulas in each cell, another approach would write a VBA
macro that would populate the relevant cells, but that is a more advanced
topic than is likely wanted in a newusers' post.

Jerry

" wrote:

I'd like to create an IF type formula that will take an annual budget
keyed into say cell A1 and spread it over 12 months based on options
numbers say 1-10

For example, selecting option number 1 would allocate the annual
budget evenly over 12 months, option number 2 would allocated the
annual budget over four quarters, option number 3 would allocate the
budget over the first two months and last two months of the year and
so one. Each option number would be based on a percentage weighting
laid out on another worksheet within that same workbook.

Is something like this possible?

Any help is greatly appreciated.

Robert

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
Budget Spread methods Doug Excel Worksheet Functions 0 October 17th 07 12:42 AM
How can the last 12months on the x-axis auto update each month? Faisal78 Charts and Charting in Excel 1 May 18th 07 01:51 PM
delete entirerow if date more than 12months old flow23 Excel Discussion (Misc queries) 1 May 25th 06 03:32 PM
Formulas calculate specified percentage of annual budget in Excel KC Excel Worksheet Functions 1 May 8th 06 05:36 AM
How do you calc half day annual leave on a xls spread sheet using. RGayle_Imperial Excel Worksheet Functions 5 March 8th 05 08:34 PM


All times are GMT +1. The time now is 02:44 AM.

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

About Us

"It's about Microsoft Excel"