Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

Formula help

I have a formula that works very well but I need to not include any number that is 0.00. Here is the code

average(
select(main[TGPA], ([School name] = [_thisrow].[school]))
)

Where would I add the part of code that excludes 0.00 and what would that code be?

0 6 158
6 REPLIES 6
Top Labels in this Space