Mar 01 2023 03:47 AM
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
Mar 01 2023 04:00 AM
Mar 01 2023 04:21 AM
A non-volatile formula that requires Excel 365
= SUM(TAKE(data, N))
where 'data' is $B$1:$B$15 and 'N' is $J$1.
Mar 01 2023 04:38 AM
Mar 01 2023 05:08 AM
SolutionMar 01 2023 07:00 AM