Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
bpeltzer
 
Posts: n/a
Default Excel question for financial model

In your expenditures row, you can combine a couple of IFs with an OFFSET.
Something like:
=if(and(this_month=acquisition_month,this_month<a cquisition_month +
12),offset(acquisition_expense_first_month,0,this_ month -
acquisition_month),0)
That is, if this month is either before the acquisition of a year of more
after, acquisition expenses are 0. Otherwise, use the number of months since
the acquisition to determine the current month's expenses
("acquisition_expense_first_month" would be a cell reference in which you'd
have the expenses incurred in the month of the acquisition; subsequent cells
in the same row would have subsequent monthly expenses).
HTH. --Bruce

"kidflip" wrote:


Hi Everyone:

I have a monthly financial projection model and I am trying to build
the following functionality.

One assumption is that there will be an acquisition in any given month.
For this I have set it up so when a person enters the month on the
assumptions chart there is an if statement in the projections sheet
that enters the amount in the proper month. However as soon as the
acquisition takes place I have a series of 12 (one each month) capital
expenditures that take place below in the expenditures row. How do I
build the functionality so that as soon as the acquisition date is
entered in the capital expenditures line there is a series of 12
payments immediately following the month of the acquisition. Is there
some if statement function or date function mixed with a count function
etc. that would be able to do this (or perhaps an easy solution that I
am totally missing)?


Thanks very much in advance for your help on this and HAPPY NEW
YEAR!!!!


--
kidflip
------------------------------------------------------------------------
kidflip's Profile: http://www.excelforum.com/member.php...o&userid=30033
View this thread: http://www.excelforum.com/showthread...hreadid=497194


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
TRYING TO SET UP EXCEL SPREADSHEET ON MY COMPUTER MEGTOM New Users to Excel 5 October 27th 05 03:06 AM
When Excel workbook starts I want to ask a question first Steve Excel Discussion (Misc queries) 5 October 4th 05 02:52 AM
Excel Range Value issue (Excel 97 Vs Excel 2003) Keeno Excel Discussion (Misc queries) 2 June 13th 05 02:01 PM
eXceL 2003 - list or combo box question David Gerstman Excel Discussion (Misc queries) 2 May 23rd 05 03:58 PM
Question about XML functionality (add-ons?) in Excel 2000 & 2002 aeg42 Excel Discussion (Misc queries) 0 May 19th 05 02:13 PM


All times are GMT +1. The time now is 05:06 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"