Structure Formamula Syntax for Conditional Progress Column

Alexandria _Lexi_ Codd February 24, 2025

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

  • If resolution date IS NOT EMPTY : 100%
    • else
      • If original estimate IS NOT EMPTY and remaining estimate IS NOT EMPTY : remaining estimate/ original estimate (show as a %)
    • else
      • if original estimate OR remaining estimate is EMPTY : “Unable to calculate”

1 answer

Suggest an answer

Log in or Sign up to answer
0 votes
Stepan Kholodov _Tempo_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 25, 2025

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)

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events