+ Reply to Thread
Results 1 to 3 of 3

Place Year 1, Year 2, etc. of revenue in proper date column on cash flow forecast

  1. #1
    Registered User
    Join Date
    11-04-2009
    Location
    Maine, USA
    MS-Off Ver
    Excel 2013
    Posts
    11

    Place Year 1, Year 2, etc. of revenue in proper date column on cash flow forecast

    This is a tough one to give a proper title and to describe, but I'm going to take a stab.

    Essentially I am ultimately trying to put together a cash flow forecast. On the 1st tab, I have an input field for launch date. On the 2nd tab I have my revenue assumptions by year 1 through year 5 and then peak. I've linked the date above year1 to the input launch date and then calculated based on that the associated year for year 2 through 5. Note that these years are based upon June 30 fiscal year. And on the last tab (cash flow), I've currently manually linked the revenue into the proper columns based on the launch columns. The 1st columns have zeros typed in and starting with year 6 and after the revenue is based upon peak revenue.

    I'd like to be able to change the input launch date field and have the revenue shift appropriately on the cash flow tab. I think I could accomplish this with a bunch of embedded IF statements, but I hoping there might be a more efficient way.

    I've attached a sample file to help illustrate what I'm trying to accomplish.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,215

    Re: Place Year 1, Year 2, etc. of revenue in proper date column on cash flow forecast

    In "Cash Flow"

    B3

    =IFERROR(IF(B$1 < Input!$B$3,0,INDEX(Revenue!$B$3:$G$3,,MATCH('Cash Flow'!B$1,Revenue!$B$1:$F$1,0))),A$3)

    copy across

    in Revenue

    in C1

    =EOMONTH(B1,12)

    Copy across
    Last edited by JohnTopley; 07-31-2017 at 01:27 PM.

  3. #3
    Registered User
    Join Date
    11-04-2009
    Location
    Maine, USA
    MS-Off Ver
    Excel 2013
    Posts
    11

    Re: Place Year 1, Year 2, etc. of revenue in proper date column on cash flow forecast

    John,

    You are a life saver! This worked perfectly. So much more simple than I was thinking.

    Really appreciate the help!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Cash Flow Forecast
    By Gerhard_Botha1986 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-01-2015, 03:44 PM
  2. Replies: 0
    Last Post: 07-08-2014, 12:36 PM
  3. Replies: 0
    Last Post: 05-16-2013, 05:45 PM
  4. Replies: 0
    Last Post: 11-18-2010, 04:36 AM
  5. 5 yr cash flow forecast.
    By markmash in forum Excel General
    Replies: 3
    Last Post: 04-06-2009, 08:37 AM
  6. Template for 40-year quarterly cash flow mixed with some monthly flows
    By janderson in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-03-2005, 06:45 AM
  7. [SOLVED] How can I Lookup and sum payments for cash flow forecast?
    By Aaron in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-28-2005, 03:05 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1