How to add up rows


So I have an idea of how to use the roll-up function but I want the total to go inline below the revenue column. Is there a way to get my total in line and get rid of the repeating total column?

Add an IF column. If it’s the total line, then return total, else return revenue. Then use the IF result in your app.

1 Like


I am still a little confused about where to place my inputs for this if column.

  • If Month is Total, then Rollup Column
3 Likes