I want to know if there is a way to incorporate IF THEN ELSE in advanced formula field in Asana. Here is my current setup:
Right now in my formula, if the date of start is before what it is today, it gives me %Complete negative number. So i wanted this formula : IF StartDate=Today then 100 - ( [[$DUE_DATE]] - [[$TODAY]] ) * 100 / ( [[$DUE_DATE]] - [[$STARTED_AT]] ); ELSE (0). But it can not read it
Hi @Jonathan_W , instead of a formula you may want to try using a rule instead, by leveraging the new number comparison condition which can then populate your number fields, just like a formula (or any other action, as you please)
Note: Not a solution but marked as such to elevate a key reply
Unfortunately no, this is not currently possible. But you can use Rules that if a single-select / multi-select field is changed, it could change the any number fields, which would in turn affect a formula field (if those numbers were included in that formula).