Hello All!
I am looking to write a formula to calculate % complete based on the following conditions.
I have tried to write it myself as well as use Chat GPT and we haven’t been able to get anything to take, constantly getting syntax errors.
It’s a bit complicated, hoping someone can help me.
In English, this is what I’m looking to do
Hello @Alexandria _Lexi_ Codd
You can try something like this:
if resolution: concat(100,"%") else
if originalestimate and remainingestimate: concat(remainingestimate/originalestimate*100,"%") else
"Unable to calculate"
The formula will first process all issues that have a resolution. Then it will process issues that have both original & Remaining Estimate in them; and it will return the 'Unable to calculate' for all issues that don't have either or both in them.
I hope this helps. If you have more questions about Structure, please reach out to us directly at our support portal.
Best regards,
Stepan
Tempo (the Structure app vendor)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.