Share via

show a formula while hovering over cell

Anonymous
2018-03-22T21:19:30+00:00

I thought I used to hover over a cell and it would show me the formula in that cell, but now it's not doing it.  How do I get that back? Thank you

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Anonymous
    2018-03-22T21:53:10+00:00

    Perhaps you did it with VBA

    Adds a Comment showing formula in cell

    Sub comment_cellformula()

    'single cell formula into a Comment

    Selection.AddComment (Left(Selection.Formula, Len(Selection)))

    End Sub

    Gord

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2018-03-22T21:33:01+00:00

    OK, maybe I'm recalling incorrectly (it has been a long day)  :) 

    Thank you for your reply.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2018-03-22T21:28:59+00:00

    I have never seen that in Excel. Perhaps you had a custom add-in that you used for that.

    Was this answer helpful?

    0 comments No comments