-
Re: Discussions - Allow html and embedded images
Good suggestion! I will add your vote for this request and it will be considered for future development.1 · -
Re: Update a Status Column when % Complete
Try this: =IF([% Complete]6 = 0, "Not Started", IF(AND([% Complete]6 > 0, [% Complete]6 < 1), "In Progress", IF([% Complete]6 = 1, "Completed")))1 · -
Re: Using SUMIF when column is not blank
You wont be able to say "not blank" in a SUMIF but you can SUMIF it is blank, then subtrack that from the total SUM. Try this: =SUM(CHILDREN(Amount25)) - SUMIF(CHILDREN([Date Paid]25), &quo…1 · -
Re: Hours NOT adding up to correct number of days
Hi Cris, parent row duration is not a SUM of child row durations, but rather the duration between the parent row Start and End date which are taken from child row dates/durations. It looks like these…1 · -
Re: Status Symbols (traffic lights)
Hi Grace - good suggestion, I will submit this to the product team! One option is to use conditional formatting to color the RYGB box if your task has not started. This means you could have a rule th…1 ·