Multiply Part of an Equation
Hi there,
I have this formula (below) which works but I would like to multiply only the reoccurring hours of work to complete by 3 (second half of the formula). When I try to do it I get invalid operation. Any help would be greatly appreciated :).
=SUMIF([Due in 3 Months]:[Due in 3 Months], 1, [Hours of Work To Complete]:[Hours of Work To Complete]) + SUMIF([Reoccurring]:[Reoccurring] 1, [Hours of Work To Complete]:[Hours of Work To Complete])
Thanks!!
Mahshad
Best Answer
-
To start, you are missing a comma in the second SUMIFS
=SUMIF([Due in 3 Months]:[Due in 3 Months], 1, [Hours of Work To Complete]:[Hours of Work To Complete]) + SUMIF([Reoccurring]:[Reoccurring], 1, [Hours of Work To Complete]:[Hours of Work To Complete])
Now that that is taken care of, you should be able to use something along the lines of...
=SUMIF([Due in 3 Months]:[Due in 3 Months], 1, [Hours of Work To Complete]:[Hours of Work To Complete]) + SUMIF([Reoccurring]:[Reoccurring], 1, [Hours of Work To Complete]:[Hours of Work To Complete]) * 3
Answers
-
To start, you are missing a comma in the second SUMIFS
=SUMIF([Due in 3 Months]:[Due in 3 Months], 1, [Hours of Work To Complete]:[Hours of Work To Complete]) + SUMIF([Reoccurring]:[Reoccurring], 1, [Hours of Work To Complete]:[Hours of Work To Complete])
Now that that is taken care of, you should be able to use something along the lines of...
=SUMIF([Due in 3 Months]:[Due in 3 Months], 1, [Hours of Work To Complete]:[Hours of Work To Complete]) + SUMIF([Reoccurring]:[Reoccurring], 1, [Hours of Work To Complete]:[Hours of Work To Complete]) * 3
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!