Formula to Track Consultant Hours per Month
Hello,
I have a sheet used to enter consultant time and I'm trying to develop a metric to track the info. I''m struggling with a formula that will add the hours for a specific individual per month. Here is a snippet of the sheet:
My metric looks like the snippet below:
My formula is not working: =SUMIFS({Staffing Calendar Range 3}, {Staffing Calendar Range 8}, =Bill M}, =Primary1)
I have this formula references two different ranges - Range 3 is the Hour column on the sheet, and Range 8 is the Assigned column. The Month column on the sheet picks up the Date in the far left column of the sheet.. I've tried adding another range for the Month, but I think what I need is to tell Range 3 what to add - for instance =hours@row whatever. Nothing I've tried works. Any help will be greatly appreciated. Thank you!
Comments
-
You are going to want to use something along the lines of...
=SUMIFS({Range to Sum}, {Name Column}, "Bill M", {Month Column}, M@row)
-
That worked! Thank you so much. Formulas are tricky, but luckily I'm able to recycle some of them.
-
Happy to help! 👍️
Please don't forget to mark the most appropriate response(s) as "helpful so that others searching for a similar solution can know that one may be found here.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.4K Get Help
- 424 Global Discussions
- 221 Industry Talk
- 462 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 59 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!