• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Forecasting (IF Function) ....Help

politicalangel

New Member
Hi,
Does anyone have an idea how I could go about the below scenerio

i have an assumption page.. of which I want to be able to input a predicted termination/closure .. by doing so ( entering the year, month and employee #).. a formula that I can use in all my data tables ( be it sales, commission, SGA, Tax etc) and locate the terminated employee based on what I entered in my assumption tab, and zero out any amounts forecasted going forward as of the terminated month.
Attached is an example of what am trying to get to.. The numbers of the data are hard coded, however in reality are formulas based, so I would be adding onto these formulas that make up the amounts on this example.

Thanks...
 

Attachments

  • Term_toogle.xlsx
    17.8 KB · Views: 12
Hi politicalangel,

See the attached file (output Section).

Changes made, for the assumption tab the Month I had entered as date say for CY14 -Apr, I had inserted 1/4/2014 and custom format it as mmm (month) the same is done for Row 42.

Regards,
 

Attachments

  • Term_toogle.xlsx
    20.8 KB · Views: 11
With your example, put this formula in G24:
=IF(OR(SUMPRODUCT(($B$6:$B$11=G$22)*($C$6:$C$11=G$23)*($D$6:$D$11=$F24))>0,F24="-"),"-",G6)

Copy to all the other output cells.
 
Back
Top