Trying to create a Projections sheet and need some suggestions please!

Melissa Boehl
Melissa Boehl ✭✭✭✭✭✭
edited 11/17/20 in Formulas and Functions

Hello everyone. I am hoping someone may be able to give me an idea on how to create a projections sheet for our engineering projects. I would like to build it out so I can spread the total hours per staff type over the duration of the project. I have tried a few different ways and cannot seem to figure out how to create it without always needing to manually input the hours and calculate the dollars per month. I would be incredibly grateful for any suggestions. Here are the main data points I am working with:

  1. Project Name
  2. Project Number
  3. Project Manager Name
  4. Start Date
  5. End Date
  6. Duration in Months (calculated using Start and End Date- need a formula to calculate this)
  7. 3 different staff types each with a different billing rate (PM $1000, Staff Professional $500, CAD Designer $250)
  8. Inputs for total number of hours for each staff type
  9. Then I need to take those hours and spread them evenly into monthly columns starting at the column matching the Start Date and ending in the column listed as the end date.
  10. I then need to calculate dollars per month by multiplying the hours that month by that staff types billing rate.


I have included an example spreadsheet I created in excel.


The goal of this sheet:

  1. See how many hours we have planned per staff type per month in order to determine if we need to hire or look for more work for the team
  2. See if the planned dollars over the next year are meeting our set budget.

I hope I have been able to properly convey exactly what I am attempting to do but please feel free to ask questions!!

Melissa Boehl

Smartsheet Architect | TurningPoint Energy

Best Answers

  • Dale Murphy
    Dale Murphy ✭✭✭✭✭✭
    edited 11/17/20 Answer ✓

    Melissa;

    Building this kind of capability will probably take a while, or involve use of resource management capability.

    Try this to start, for Duration in months:

    =((MONTH([End Date]@row)) - (MONTH([Start Date]@row)) + 1) + (((YEAR([End Date]@row)) - (YEAR([Start Date]@row))) * 12)

  • Melissa Boehl
    Melissa Boehl ✭✭✭✭✭✭
    Answer ✓

    Thank you for that. That did replace the 3 columns I had created to make that calculation one step at a time. I edited the original post and included a sample I created in excel. The next step will be to take that duration and spread it evenly over 22 months and have it start in the appropriate column. I am not even sure that can be done. Maybe this would be better created with a couple different sheets feeding into a report. I am not sure though. I am quite new to Smartsheet! Thanks so much for that formula. It was very helpful!

    Melissa Boehl

    Smartsheet Architect | TurningPoint Energy

Answers

  • Dale Murphy
    Dale Murphy ✭✭✭✭✭✭
    edited 11/17/20 Answer ✓

    Melissa;

    Building this kind of capability will probably take a while, or involve use of resource management capability.

    Try this to start, for Duration in months:

    =((MONTH([End Date]@row)) - (MONTH([Start Date]@row)) + 1) + (((YEAR([End Date]@row)) - (YEAR([Start Date]@row))) * 12)

  • Melissa Boehl
    Melissa Boehl ✭✭✭✭✭✭
    Answer ✓

    Thank you for that. That did replace the 3 columns I had created to make that calculation one step at a time. I edited the original post and included a sample I created in excel. The next step will be to take that duration and spread it evenly over 22 months and have it start in the appropriate column. I am not even sure that can be done. Maybe this would be better created with a couple different sheets feeding into a report. I am not sure though. I am quite new to Smartsheet! Thanks so much for that formula. It was very helpful!

    Melissa Boehl

    Smartsheet Architect | TurningPoint Energy

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!