Thats just an sample output. I need the solution for excel itself, but maybe I ve to go into an excel forum for this. :-DL1 50 100
L2 75 150
L3 125 250
remove T25 chips
L4 200 400
L5 300 600
L6 500 1000
L7 800 1600
L9 1200 2400
remove T100/T500 chips
L10 2000 4000
L11 3000 6000
L12 5000 10000
What's the fun in that?So what we're saying is: Probably makes sense just to do it manually.
Adding another reply, because for some reason I like looking up excel documentation...
If you have Office 2019 or newer, they added an IFS function that's simpler than nesting ifs. It evaluates the first true condition, and returns the corresponding value. The order matters, so if we're evaluating by greater than we should start with the largest level, and if we're evaluating by less than we should start by the smallest value.
=IFS(Condition1,Return1,Condition2,Return2,Condition3,Return3,...)
In our case:
=IFS(LEVEL>Z,MROUND(VAL,1000),LEVEL>Y,MROUND(VAL,100),LEVEL>X,MROUND(VAL,50),TRUE,MROUND(VAL,25))
If LEVEL <= Z & LEVEL <= Y & LEVEL <= X we'll hit the default condition (TRUE) and round to 25.
check this out, thats what I call an masterpiece ;-) -You can't paint a masterpiece with Excel, either. It's just a tool, with limitations.
Nahh, that's just for me - I like to do stuff myself.There's template and great tested blind structure out there to follow and use.
I don't see the extra step needed of getting the formula of the blind, it is not like your group will question how the F do you get this blind structure, what is your formula and basic for calculation.
Like @Anthony Martino.It's just a tool, with limitations.
Except that it really doesn't work, in terms of creating a balanced blind structure.
Yeah, but i'm one step further. Now I have to reset the Levels, where we remove the T25/T100/T500 chips (maybe works then only for my T5K start, but we dont use others anyway).Except that it really doesn't work, in terms of creating a balanced blind structure.
Add another column displaying the percentage increase per level. It varies way too much.