I really need help on this. So the idea is that I'm running a calculation of top-ups to an eWallet, so I have
a. Average top up amount ($47.50, b7)
b. Average top up frequency (once every X months, b8)
c. Number of new users (varies each month, row19)
d. Attrition rate (varies each month)
e. Month of running operations (starts with zero, row13)
So I have new users that come in and top up, and old users that might leave, or top up when the two months are over.
So to calculate my new money in, I'm using
=G19*$B$7+IF(G13>=$B$8,$B$7*SUMPRODUCT(--(MOD(COLUMN($B$19:F19)-2,$B$8)=MOD(G13,$B$8)),$B$19:F19,$C$21:G21),0)
My logic was that okay, so new users top up + old users is it now the alternate month for you to top up? If yes, then new users from alternate month multiplied by the cumulative attrition (even on months when you don't have to top up)
Hope that someone will be able to help me! Do return if you need more information from me. I've been working on this for two days and it refuses to tally with my manual calculation!
a. Average top up amount ($47.50, b7)
b. Average top up frequency (once every X months, b8)
c. Number of new users (varies each month, row19)
d. Attrition rate (varies each month)
e. Month of running operations (starts with zero, row13)
So I have new users that come in and top up, and old users that might leave, or top up when the two months are over.
So to calculate my new money in, I'm using
=G19*$B$7+IF(G13>=$B$8,$B$7*SUMPRODUCT(--(MOD(COLUMN($B$19:F19)-2,$B$8)=MOD(G13,$B$8)),$B$19:F19,$C$21:G21),0)
My logic was that okay, so new users top up + old users is it now the alternate month for you to top up? If yes, then new users from alternate month multiplied by the cumulative attrition (even on months when you don't have to top up)
Hope that someone will be able to help me! Do return if you need more information from me. I've been working on this for two days and it refuses to tally with my manual calculation!