Average if - to be correct if one of the cells is blank
I am trying to average, correctly, 3 separate cells across a row. If one or more of the cells is blank, it is not averaging correctly.
I know I need to somehow include if it's greater than 0, but can't seem to work it out.
Always tweaking things at the beginning of the year :) Thanks!!
Best Answer
-
=([car scores]@row+[quality alerts % on time]@row+[action items % closed on time]@row)/(if(isblank([car scores]@row),0,1)+if(isblank([quality alerts % on time]@row),0,1)+if(isblank([action items % closed on time]@row))
Answers
-
=([car scores]@row+[quality alerts % on time]@row+[action items % closed on time]@row)/(if(isblank([car scores]@row),0,1)+if(isblank([quality alerts % on time]@row),0,1)+if(isblank([action items % closed on time]@row))
-
thank you!!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.3K Get Help
- 446 Global Discussions
- 144 Industry Talk
- 477 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 151 Just for fun
- 72 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!