Forum Discussion
darrenwis5
Oct 25, 2021Copper Contributor
Calculate a sum excluding hidden columns, how?
Hi, I’m trying to calculate a total at the end of a row and I have hidden columns. How do I exclude those hidden columns? I’ve tried doing =subtotal and =aggregate but this didn’t work as I’m tryin...
Rsartori76
Jul 20, 2022Brass Contributor
If you don't have too many columns and you don't plan to add any new ones, you can always do a simple SUM(range1,range2,range3,...,rangeN).