forked from x/ContextOS
10 lines
131 B
Plaintext
10 lines
131 B
Plaintext
IF(E4 > 3000,
|
|
IF(E4 > 10000,
|
|
IF(E4 > 50000,
|
|
IF(E4 > 100000,
|
|
IF(E4 > 500000,
|
|
200,
|
|
100+E4-100000,
|
|
)
|
|
)
|