+ Reply to Thread
Results 1 to 10 of 10

recruitment forecasting

  1. #1
    Registered User
    Join Date
    02-26-2013
    Location
    london
    MS-Off Ver
    Excel 2007
    Posts
    19

    recruitment forecasting

    I’m trying to do a column (in column D) that forecasts actual recruitment based on weekly recruitment rate
    =IF(A13>TODAY(),$B$1+$C$1,NA())

    Where
    Column A contains week in date format
    e.g
    A4 13/03/17
    A5 20/03/17
    A6 27/03/17

    B1 = actual number of people recruited
    C1 = Current weekly recruitment rate

    Going back to the formula written above,
    If A13 is yesterday, it returns NA() which is good because I don’t need to forecast something that is in the past.
    If A13 is tomorrow, it calculates the forecast by adding the number recruited (B1) with the weekly recruitment rate (C1).
    This works for forecasting the very next week, however I can’t seem to figure out how to forecast 2 weeks’ time when its basically twice the weekly rate + actual recruited, and 3 weeks’ time which is three times the weekly rate + actual recruited…

    I am hoping to drag down the formula in the column D….. and build a chart on forecasted recruitment based on forecasted recruitment weekly!

    Can anyone help?

    Many thanks

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,036

    Re: recruitment forecasting

    Will you please attach a SMALL sample Excel workbook (10-20 rows of data is usually enough)? Please don't attach a picture of one (no-one will want to re-type all your stuff before starting).

    1. Make sure that your sample data are truly REPRESENTATIVE of your real data. The use of unrepresentative data is very frustrating and can lead to long delays in reaching a solution.

    2. Make sure that your desired solution is also shown (mock up the results manually).

    3. Make sure that all confidential information is removed first!!

    4. Try to avoid using merged cells. They cause lots of problems!

    Unfortunately the attachment icon doesn't work at the moment. So, to attach an Excel file you have to do the following: Just before posting, scroll down to Go Advanced and then scroll down to Manage Attachments. Now follow the instructions at the top of that screen.
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Registered User
    Join Date
    02-26-2013
    Location
    london
    MS-Off Ver
    Excel 2007
    Posts
    19

    Re: recruitment forecasting

    Ah thank you - attached!

    The cells box highlighted in pale orange are the problematic ones - they are not accumulating...

    Many thanks!
    Attached Files Attached Files
    Last edited by naf123; 05-18-2017 at 08:59 AM.

  4. #4
    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,193

    Re: recruitment forecasting

    Try

    in E3 and copy down

    =IF(A3>TODAY(),(ROWS($1:1)-MATCH(TODAY(),$A$3:$A$20,1))*$J$3+$L$3,NA())

  5. #5
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,036

    Re: recruitment forecasting

    I deleted the zeros from the future recruited numbers. I then used this in E3, copied down:

    =IF(C3<>"","",$L$2+$J$2*(COUNTIF($E$2:E2,">0")+1))

    I amde a few other changes (highlighted) to streamline things a bit.
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    02-26-2013
    Location
    london
    MS-Off Ver
    Excel 2007
    Posts
    19

    Re: recruitment forecasting

    Hi


    Both very good solutions, thank you so much!

  7. #7
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,036

    Re: recruitment forecasting

    You're welcome.



    If that takes care of your original question, please select "Thread Tools" from the menu link above and mark this thread as SOLVED.

    It'd also be appreciated if you were to click the Add Reputation button at the foot of any of the posts of all members who helped you reach a solution.

  8. #8
    Registered User
    Join Date
    02-26-2013
    Location
    london
    MS-Off Ver
    Excel 2007
    Posts
    19

    Re: recruitment forecasting

    To make it a bit more challenging, is there a way to preserve historical forecasted rates?

    e.g cell E13 is 10.5 today.

    Is there a way to keep that fixed after today has passed? I could keep this data in a new column? Just not sure how to preserve that data

    Many thanks!

    .

  9. #9
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,036

    Re: recruitment forecasting

    Check if this is mathematically accurate. I think it's OK... but.
    Attached Files Attached Files

  10. #10
    Registered User
    Join Date
    02-26-2013
    Location
    london
    MS-Off Ver
    Excel 2007
    Posts
    19

    Re: recruitment forecasting

    thanks this is brilliant! Really appreciate it!

+ 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. [SOLVED] please delete! mistake
    By naf123 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-19-2017, 12:09 AM
  2. Help with forecasting
    By rs1aj in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-08-2015, 04:03 PM
  3. Forecasting
    By rs1aj in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-24-2014, 02:27 PM
  4. Excel format for recruitment / hiring sheet
    By tpchadha in forum Excel General
    Replies: 0
    Last Post: 01-09-2014, 05:45 AM
  5. Forecasting
    By amartino44 in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 02-16-2013, 02:34 PM
  6. Forecasting
    By JR573PUTT in forum Excel General
    Replies: 6
    Last Post: 11-10-2006, 06:35 PM
  7. Forecasting
    By november678x in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 05-10-2006, 05:30 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