Fantrasp12
New Member
- Joined
- Jan 14, 2023
- Messages
- 8
- Office Version
- 365
- 2021
- Platform
- Windows
Hi, so I'm having a relaly hard time here. I'm building a cap table (shares vesting) but based on different scenarios. For example, 4 years with 1 year cliff (and no cliff), 3 years with 1 year cliff, and so on. I have all the different formulas working independently, but i don't want people in my company to have to choose and manually copy/paste a formula each time (will confuse people and prone to error). Ideally i can just have a code in a cell that represents what formula to use. For example, you can see in the exhibit below, The formulas work in column N, example =IF(DATEDIF(E2,F2,"D")<365,0,MIN(DATEDIF(E2,F2,"M")/48*H2,H2)), but this is based only on a 48 month vesting schedule with no cliff. I did try to make 2 arguments with 36 and 48 month vesting with an IF using the code in column L to read from (see formula exhibited below which represents O2, But, it doesnt work. I either get "FALSE" if i use "IFS", i get invalid if i use "IF", and i've tried so many combinations of parenthesis that won't make it work. I've also tried "CHOOSE function, to no avail. I suspect its the nested arguments within one another that need more nuance.
FYI, so it will be a pretty long formula given the scenarios i have to cover. For example:
FYI, so it will be a pretty long formula given the scenarios i have to cover. For example: