I'm trying to create a trend indicator (Down, Sideways, Up) from a sheet, which has columns - Created Date "Tasks", "Expected % Complete"," Complete %", and a helper column "% Complete %/Expected % Complete" ratio.
What formula to use, to compare values " Complete %/Expected % Complete" ratio, for the last and penultimate entries based on the Created Date Columns.
Example : if the last entry of the task "REDUCE DEFICIENCIES AT COMPLETION BY 25% BY FYE" has a higher "Complete %/Expected % Complete" ratio, than the penultimate entry, return "Up".
if the last entry of the task "REDUCE DEFICIENCIES AT COMPLETION BY 25% BY FYE" has the same "Complete %/Expected % Complete" ratio, than the penultimate entry, return "Sideways".
if the last entry of the task "REDUCE DEFICIENCIES AT COMPLETION BY 25% BY FYE" has a lower "Complete %/Expected % Complete" ratio, than the penultimate entry, return "Down".
This formula is to be shown in the sheet summary.