excel_user2001
New Member
- Joined
- Dec 21, 2022
- Messages
- 2
- Office Version
- 365
- Platform
- MacOS
I think using the analogy of a gym will make my problem the easiest to understand. Say we own 2 gyms. At these gyms we provide personal training (PT) only in bundles of 5 sessions. These are booked online, and can be redeemed at either site.
My problem is that I want to account for the cash inflow as soon as someone makes an online booking BUT I do not know which site the sessions will be redeemed at. Therefore, I want to split revenue equally amongst the sites UNTIL a PT session is used up. At this point I know which site to attribute 1/5th (since we have a bundle of 5) of the revenue to, and the other 4/5ths can be split equally. This is then repeated until all of the sessions have been redeemed and revenue is apportioned accurately.
I have decent knowledge of excel but do not even know where to start with this. Would something like this even be possible on excel?
The only think i could think of which would be incredibly beefy, would be something along the lines of:
IFS( redeemed = 0, split rev. equally between sites, redeemed = 1, apportion 1/5th revenue to site which redeemed and the rest equally, ......)
If this is something that is possible I can provide sample data to make my question more clear, but didn't want to waste my time in case this is something out of Excels' abilities.
Thank you for any help!
My problem is that I want to account for the cash inflow as soon as someone makes an online booking BUT I do not know which site the sessions will be redeemed at. Therefore, I want to split revenue equally amongst the sites UNTIL a PT session is used up. At this point I know which site to attribute 1/5th (since we have a bundle of 5) of the revenue to, and the other 4/5ths can be split equally. This is then repeated until all of the sessions have been redeemed and revenue is apportioned accurately.
I have decent knowledge of excel but do not even know where to start with this. Would something like this even be possible on excel?
The only think i could think of which would be incredibly beefy, would be something along the lines of:
IFS( redeemed = 0, split rev. equally between sites, redeemed = 1, apportion 1/5th revenue to site which redeemed and the rest equally, ......)
If this is something that is possible I can provide sample data to make my question more clear, but didn't want to waste my time in case this is something out of Excels' abilities.
Thank you for any help!