A SumIf() function!

I suggest to implement the following feature:

A SumIf() function.

A typical use case might be:

I have had multiple reports where I would like to be more flexible and streamline my tables, without having to do things like table in table. A SumIf() function would really help with this, similar to the CountIf() function.

James,

Welcome to the community and thanks for sharing :slight_smile:! Sounds like this could make perfect sense. You’re probably aware you can get the same result by using something like Sum(If([Condition], [FieldToSum], 0))? However, this is admittedly not as slick as just using a “SumIf”.

Are you developing your own app? Or are you using an app that comes with List & Label?

I did not know about using Sum(If()) like that. Now that it has been pointed out to me it feels obvious, I will definitely try it. I am using Cartegraph Asset Management Software, which uses List and Label as its reporting function.

1 Like