+ Reply to Thread
Results 1 to 8 of 8

headcount growth maybe nested if funtion??

  1. #1
    Registered User
    Join Date
    10-25-2013
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    4

    headcount growth maybe nested if funtion??

    I want to create a formula where headcount increases based on a given month of increase and rate of increase but also that the growth would happen again in a certain number of months. For example headcount increases by 1 in month 4 and the by 1 every six months thereafter.
    Attached Files Attached Files
    Last edited by taxcrazy99; 10-26-2013 at 03:46 PM. Reason: added sample

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: headcount growth maybe nested if funtion??

    Hi and welcome to the forum

    I would suggest you upload a sample work book, (all sensitive data removed), showing what data you are working with, a few examples of what your expected outcome is, and how you arrived at that
    To attach a file to your post,
    click advanced (next to quick post),
    scroll down until you see "manage file",
    click that and select "add files" (top right corner).
    click "select files" find your file, click "open" click "upload" click 'done" bottom right. click "submit reply"

    Once the upload is completed the file name will appear below the input boxes in this window.
    You can then close the window to return to the new post screen.
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    10-25-2013
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: headcount growth maybe nested if funtion??

    Thanks! Sample added.

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: headcount growth maybe nested if funtion??

    Try this (so far) for month 2, copied across...
    =IF(MOD(F4,$D$5)=0,F5+1,E5)

    Explain to me again how the "4 mths" comes in please?

  5. #5
    Registered User
    Join Date
    10-25-2013
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: headcount growth maybe nested if funtion??

    the 4 is the first month that the increase would occur (4th momth). so staff would go from 1 in month 1 to 2 in month 4 to 3 in month 10 to 4 in month 16 etc.

  6. #6
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: headcount growth maybe nested if funtion??

    OK try this...
    =IF(F4<$B$5,E5,E5+IF(MOD(F4-$B$5,$D$5)=0,1,0))

  7. #7
    Registered User
    Join Date
    10-25-2013
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: headcount growth maybe nested if funtion??

    perfect! Consider this solved!!

  8. #8
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: headcount growth maybe nested if funtion??

    you'r welcome. If this answered your question, please take a moment to mark the thread as "solved" - it helps keep things neat and tidy lol, and consider adding the reputation to those that helped (see points 2 & 3 below)

+ 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. Replies: 1
    Last Post: 07-17-2013, 11:34 AM
  2. Nested If Embedded Funtion in Time Sheet
    By Alexis02 in forum Excel General
    Replies: 3
    Last Post: 06-14-2012, 04:07 AM
  3. Headcount Within Month
    By som3on3_10 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 08-25-2009, 03:37 AM
  4. Nested If Funtion Question.
    By Gametest in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-30-2008, 02:41 PM
  5. nested DATEDIF funtion in IF function...
    By Excel_Gent in forum Excel General
    Replies: 3
    Last Post: 11-07-2007, 04:11 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