Formulas
I have a sheet created in which specific employees are awarded bonuses on. Those marked as completed would receive a bonus. So I need the formula for Status, assigned, Job # and address
Best Answers
-
It sounds like a report would be more appropriate to your use case than adding formulas to your sheet. You can set up a report referencing this sheet, filter it to only include completed jobs, and then group it by either address or person depending on how you want to use the data.
-
If you needed to chart it based on that particular breakdown (name and location), you would need to use a COUNTIFS in a sheet. Report groupings can't be used for stacked column charts.
=COUNTIFS({Location}, @cell = Location@row, {Name}, @cell = Name@row, {Date}, AND(IFERROR(MONTH(@cell), 0) = MONTH(TODAY()), IFERROR(YEAR(@cell), 0) = YEAR(TODAY())))
Answers
-
Can you provide more detail on what you would like the formula to do?
-
thanks for the reply Im ultimately wanting to know which employees are due bonus's based off the status of being marked completed for the job's that they worked at. So if the status shows as completed the person assigned to the job address would be awarded a bonus.
-
It sounds like what you are looking for is maybe a way to be notified when a job is marked as complete?
Also, you have marked your question as "Answered" already. If you are able to remove the answered tag, you will probably have more people looking at your post.
-
Are you able to provide a screenshot with sample data entered that shows what you are wanting to accomplish?
-
this is just sample data my original list being much longer, Im wanting to know how many jobs each person completed in each given month.
-
the completion needs to correspond to the address in which they completed it at
-
So, do you mean that one person could complete multiple jobs at the same address in a month? Are you looking for information kind of like this?
Month of May
John Smith - 123 Main Street - 2 Jobs
John Smith - 987 Vine Street - 1 Job
John Smith - 456 Walnut Street - 5 Jobs
Jane Smith - 321 Main Street - 1 Job
Jane Smith - 789 Vine Street - 2 Jobs
-
-
-
It sounds like a report would be more appropriate to your use case than adding formulas to your sheet. You can set up a report referencing this sheet, filter it to only include completed jobs, and then group it by either address or person depending on how you want to use the data.
-
If you needed to chart it based on that particular breakdown (name and location), you would need to use a COUNTIFS in a sheet. Report groupings can't be used for stacked column charts.
=COUNTIFS({Location}, @cell = Location@row, {Name}, @cell = Name@row, {Date}, AND(IFERROR(MONTH(@cell), 0) = MONTH(TODAY()), IFERROR(YEAR(@cell), 0) = YEAR(TODAY())))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.7K Get Help
- 406 Global Discussions
- 218 Industry Talk
- 457 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!