Formula problem
Hi! Before I start, I want to say that I'm still fairly new with formulas, so it's very very possible that this error just might need a slight fix, but I need a bit more assistance with what I'm specifically doing wrong here to get a better grasp of formulas.
I'm trying to get a sum of how many tasks my vendor has completed, and it's under the column 'Project Risk', and it's a traffic light symbol system. I would like my final answer to populate in a previous column named: 'Formula' and for it to only show in the 49th row of this column. My arguement is as this:
=SUMIF([Project at Risk]1:[Project at Risk]49, "Green", Formula49)
I keep getting an 'INCORRECT ARGUEMENT' and I'm not sure what I'm doing wrong. Does anyone mind assisting?
Best Answer
-
Awesome! Happy this worked for you.
If you could mark me as the best answer I can get more kudos :-)https://www.linkedin.com/in/zchrispalmer/
Answers
-
@eatonbp I think you're close. Remove the Formula49 part at the end. Also usually your range isn't just limited to row 1 through row 49 but maybe?
One of these two should work:
=SUMIF([Project at Risk]1:[Project at Risk]49, "Green")=SUMIF([Project at Risk]:[Project at Risk], "Green")
Certified Platinum Partner
-
Hello @eatonbp
Consider trying something like this:
=COUNTIF([Project Risk]1:[Project Risk]48, "Green")
If the formula is in row 49, I put 48 to eliminate the overlap.
Let me know if that works for you, if you're still having issues screen shots would be most helpful to get a visual of what you're looking at.https://www.linkedin.com/in/zchrispalmer/
-
Thank you so much! So, this worked, however, I'm getting a 0 when I have around 30 green lights. How should I proceed?
-
PERFECT! This worked, thank you!
-
Awesome! Happy this worked for you.
If you could mark me as the best answer I can get more kudos :-)https://www.linkedin.com/in/zchrispalmer/
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives