SUM of Hours column

Hello, I have four columns:
Task | Hours | Assigned to | Total hours
The 'hours' column is how much time (hours) it will take to do the task, the 'assigned to' you can assign the task for more than one person.
Now I need the 'total hours' column to show me how much time it will take for a task (example: Task1 takes 1 hour but it is assigned to three people, so it need to be counted as 3 hours, 1 hours for each person). And in the end, a total sum of all the time of all tasks.
Can someone help me, please?
Thank you!
Best Answers
-
You would use something along the lines of...
=COUNTM([Assigned To]@row) * Hours@row
-
Answers
-
You would use something along the lines of...
=COUNTM([Assigned To]@row) * Hours@row
-
Thank you very much, it worked just as I needed!!
-
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 448 Global Discussions
- 154 Industry Talk
- 503 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 512 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!