excelgeeks
New Member
- Joined
- Jun 2, 2023
- Messages
- 3
- Office Version
- 365
Basically as the title says:
1. Vesting Begins 1/1/22
2. 30% vests on 1-year anniversary
3. 1/48 vest monthly thereafter (total 5 year vesting period)
5. Total of 40,000 options
6. Need to calculate vested options as of 6/19/22
7. Make calculation dynamic so that the Beginning of the vesting period can be changed by the user
Generally speaking, I have something like this - IF(DATE(YEAR(C20)+1,MONTH(C20),DAY(C20))<TODAY(),C19*C21,0) which gives me the 1 year vesting amount, but not 100% sure how to add the monthly vesting thereafter. The above - C20=Vesting date. C19=# of options. C21=1 year vest %.
Thanks in advance!
1. Vesting Begins 1/1/22
2. 30% vests on 1-year anniversary
3. 1/48 vest monthly thereafter (total 5 year vesting period)
5. Total of 40,000 options
6. Need to calculate vested options as of 6/19/22
7. Make calculation dynamic so that the Beginning of the vesting period can be changed by the user
Generally speaking, I have something like this - IF(DATE(YEAR(C20)+1,MONTH(C20),DAY(C20))<TODAY(),C19*C21,0) which gives me the 1 year vesting amount, but not 100% sure how to add the monthly vesting thereafter. The above - C20=Vesting date. C19=# of options. C21=1 year vest %.
Thanks in advance!