A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Not really. But you might do one of the following:
- Add a comment to the cell: Insert comments and notes in Excel for Android
- If your formula returns a number, you can use a trick with the N function:
=expression_that_returns_a_number+N("this is a comment inside the formula")
For example
=SUM(D2:D53)+N("We sum the weekly sales amounts")