Novice user - I have found the formula below. is "Start Date Actual" the name of the column and is "row" something I need to change? Using 3 columns; Start Date, End Date and % Complete, what changes do I need to make on the formula below? I am also getting "Unparseable" and do not understand what to change. Thank you so much.
=IF([Start Date Actual]@row > TODAY(), 0, IF([End Date Actual]@row < TODAY(), 1, (NETWORKDAYS([Start Date Actual]@row, TODAY()) / NETWORKDAYS([Start Date Actual]@row, [End Date Actual]@row))))