LewdSardin
Appreciator of the female form, large and smoll
Registered
Lewd
Prestige 1
Prestige 4
Prestige 5
1/3
1 Year of Service
Seems you didn't just copy/paste my code? You made the same mistake I spent 10 min on fixing: the last bit, ",0", needs to be ";0" (all parameters need to be separated by ";", not ","). Though that would prevent me from even entering the formula and could not produce this errorTy, that seems handy!
I'm clearly an amateur though and got this error:
You must be registered to see attachments
Mind giving me a hint as to what I'm doing wrong here?![]()
Maybe, just thinking logically here, if your program accepts a comma as argument separator the "LOG10(1+0,2)" would read as 2 parameters: "1+0" and "2" (btw: it needs to be 0.02!). If you use a dot as decimal separator try "0.02" (we use a comma).
TLDR:
=NOW() + ROUNDUP((LOG10(34000/A1))/(LOG10(1+0.02)),0)