Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.
Sum of hrs utilized per client
Hi Smarties,
I created a time tracker with each column with drop down list for different clients.
1. I want to sum all the hours used per client and to appear in one cell per client, so I can link the cell to auto populate.
I am familiar with step 2( cell linking). Can someone suggest how to run the report on a sheet with many columns with drop down list?
Thanks
Ponni Anand
Comments
-
I would add a row for each client at the top, and then in the hours column add the following formula:
=SUMIF([Client Column Name]:[Client Column Name], "Client Name", [Hours column name]:[Hours Column Name])
Use that for each client and you will have a nice summary at the top of your sheet.
-
Hi Mike,
Thank you.
The formula that finally worked was very similar to the one you gave but with no" [ ]" for hours column. Don't know why but it worked.
Ponni
-
Glad it worked. You only have to add the brackets if there is a space in the column name. I should have mentioned that.
-
Hi Smarties,
This time around I want to sum Hours spent on a project for month of June. So I am using SUMIFs function. The criterias being choose client "abcd" from client column, hours from hours column and month of June from date column.
=SUMIFS([Client Name:Client Name],"abcd",Hours:Hours,AND(Date:Date),(month@cell=06))
The response is #UNPARSEABLE.
What is wrong with this formula?
Also, any section in the tutorial just for formulas?
Thanks
Ponni
-
Thank You
-
From the looks of your formula, you are trying to use an AND statement when it is unnecessary in the sumifs function. You should the month@cell=06 part is actually at hours:hours: and Date:Date then you should just recreate that after hours:hours and Date:Date. You have some issues with the sumifs formula.
See https://help.smartsheet.com/articles/775363-using-formulas#sumifs for more information on Sum ifs.
I also keep the following bookmarks handy when creating formulas for Smartsheets:
- https://help.smartsheet.com/articles/775363-using-formulas
- https://help.smartsheet.com/articles/2476176-formula-error-messages
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives