cpmays
New Member
- Joined
- Apr 21, 2022
- Messages
- 14
- Office Version
- 365
- Platform
- Windows
I have a list of values from a lookup and I am trying to get the average across the row which is working fine. However, if someone doesn't rate any questions and they are all blanks, rather than the #DIV/0! I need it to be a zero due to Power BI tripping on this when refreshing. I can't remove the row as it's pulling from SharePoint and it'll just refresh the blanks.
The formula I am using is:
=AVERAGE(IF(ISERROR(A4:X4),"",A4:X4))
Any suggestions?
The formula I am using is:
=AVERAGE(IF(ISERROR(A4:X4),"",A4:X4))
Any suggestions?