is this formula will work in smartSHEET?
=SUMIFS([Percentage RFQ]@row, name:name, "Michal Seelbach") / COUNTIFS(name:name, "Michal Seelbach")
hello, is this formula will work in smartsheet? Please help as soon as possible. Thanks
Answers
-
Try removing the @row from the first argument in your SUMIF and putting
=SUMIFS([Percentage RFQ]:[Percentage RFQ],name:name, "Michal Seelbach")
This will sum all the values from the Percentage RFQ column where the name is Michal Seelbach
=COUNTIFS(name:name, "Michal Seelbach")
This will count how many rows have Michal Seelbach in the name column
=SUMIFS([Percentage RFQ]:[Percentage RFQ],name:name, "Michal Seelbach")/COUNTIFS(name:name, "Michal Seelbach")
This will divide the answer from the Sumif function by the answer to the countif column.
See here for example
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!