Negative (backward) count offset for a sumproduct

Avit

Board Regular
Joined
Jan 9, 2013
Messages
80
Platform
  1. MacOS
I am trying to determine churn of a given amount of people, based on a norm. dist.
I created the norm.dist

So, the idea for me would be to do something like sumproduct (number of people joining per month) (offset, a, b, c, 1) and then continue that 1 to all eternity (or 4 years or 60 months, whatever)

The problem is that what I really need is to get that (offset a,b,c,1) to be something like (offset a, b, c, -1) because what I really want is to count the norm.dist backward in order to sumproduct with the new people that are coming in the platform.

How do I do that??

Thanks!
 
Thanks! not sure what you did there, but while it's not correct, it's close.
So, I took the long route and built a cohort (in the second tab) here to calculate what I couldn't calculate with offset. See the cohort in the second tab and line 28 in the original tab
I am sorry this is Google Sheet, but it's harder for me to share two tabs on an excel, and I think the calculation should end up the same anyway.
So, these are the correct numbers, in a "dubmer" solution than an offset, but I am really wondering if you could get the same results with an offset.


Google SheetThanks again!!
 
Upvote 0

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
1698206603589.png
 
Upvote 0
My formula in #10, with add D26

D28, drag accross
Excel Formula:
=D26+SUMPRODUCT(($C26:C26)*SUBTOTAL(9,OFFSET($B$20,,MAX($C$17:C$17)-$C$17:C$17+1,1)))
 
Upvote 0
Hey, sorry for not answering earlier
I really appreciate your help but unfortunately the solution was not correct. I reverted to my longer manual one. Thanks!!
 
Upvote 0
I really appreciate your help but unfortunately the solution was not correct. I reverted to my longer manual one. Thanks!!
Why not?
Row 29 is my formula, vs row 28 is your expected output.

Capture.JPG
 
Upvote 0

Forum statistics

Threads
1,215,143
Messages
6,123,274
Members
449,093
Latest member
Vincent Khandagale

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