Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
i need some help with my if statement how can i make it that it wil get my percentage range
Solved! Go to Solution.
you pretty much have it correct.
try following,
Kolom =
IF(
[% Uren begroot] > 0.8 && [% Uren begroot] <= 1,
"Operation Implementatie",
BLANK()
)
If suggestion works, please accept it as solution.
you pretty much have it correct.
try following,
Kolom =
IF(
[% Uren begroot] > 0.8 && [% Uren begroot] <= 1,
"Operation Implementatie",
BLANK()
)
If suggestion works, please accept it as solution.
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
8 | |
7 |