Forum Discussion
Tom67K
Mar 01, 2023Copper Contributor
How to count
Hi, need some help with below topic :
- in the template, the range B1:B12 - have some numbers
- want to summary on those columns , which are define by number , which is indeecated separatly
eg. B1- 2;B2-1;B3-5 ; in the other cell (eg.J1)have a formula's result eg.2 , so want to count only 2 cells - b1&b2; result in J1 can change to eg3 - so I want to calculate than all3 numbers from range B1:B3.
How to do that? Need help 🙂
- PeterBartholomew1Silver Contributor
A non-volatile formula that requires Excel 365
= SUM(TAKE(data, N))
where 'data' is $B$1:$B$15 and 'N' is $J$1.
- OliverScheurichGold Contributor
- Tom67KCopper Contributor
- PeterBartholomew1Silver Contributor