Hi Community
I created a new column to calculate the planned percentage in my project; however, in the father rows is not calculating correctly, even if I tied the percentage between complete and Planned, the percentage is not the same.
I am using the following formula
=IFERROR(IF(Finalizar@row = Inicio@row , IF(TODAY() >= Inicio@row , 100, 0), ROUND(MAX(0, MIN(1, (TODAY() - Inicio@row ) / (Finalizar@row - Inicio@row ))) * 100, 0) + "%"), "")
Thanks for any comments or support.