sum values #2-23 in a row help needed

lost_in_the_sauce

Board Regular
Joined
Jan 18, 2021
Messages
128
Office Version
  1. 365
Platform
  1. Windows
Pulled this from another thread and it works - =SUM(!Y7:INDEX(Y7:EZ7,SMALL(IF(Y7:EZ7<>0,COLUMN(Y7:EZ7)-COLUMN(Y7)+1),12)))
which gets me the sum of the first 12 numbers once a non-zero shows up.

However, I'm looking at growth rates so I want to include the first value, I'd like 2-13, and 14-25, etc.

Other issue is that if a series of numbers has blanks to the right side of it, it gives me an error that I could ignore with an IFERROR but I'd rather sum what was there
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
Can you please provide an example to illustrate? It's not at all clear what the question is, when you variously describe your requirements as:

sum values #2-23 in a row​

I want to include the first value
I'd like 2-13, and 14-25, etc.
I'd rather sum what was there
 
Upvote 0

Forum statistics

Threads
1,214,589
Messages
6,120,415
Members
448,960
Latest member
AKSMITH

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top