I would like to display the most recent data from a cell in the metadata section of my Status Tracker sheet. Every week someone will manually update this information by adding a new date and then manually entering the percentage complete. All of the information at the to pulls in the most recent update in all of the cells on that sheet. When I pull in the percentage from within the sheet it displays as a decimal. I tried updating the cell type to percentage and it does not change.
Is there something I need to update in the formula to do that?
=IFERROR(INDEX(COLLECT([% Complete]:[% Complete], Summary:Summary, 0, [Last Status]:[Last Status], 1), 1), "No Status Updates Recorded") + ""