How can I attach an explanatory note to a data cell?

G

Grant

So, I have data cells in an Excel spreadsheet. The row has a heading, like
"misc house expenses", but I want to be able to know specifically why I had a
$100 item in column 26, like "new garden hose". How do I do that? Thanks.
 
L

L. Howard Kittle

How about Insert > Comment and enter the item description in the comment.
Mouse over the cell to see the reason for the expenditure.

HTH
Regrds,
Howard
 
G

Gord Dibben

=100+N("new garden hose")

100 will be displayed but in formula bar you will see the full text.


Gord Dibben MS Excel MVP
 
D

Dave Peterson

And to piggyback on Gord's response...

If you had a formula that returned text, you could use:

="Due date: " & text(a1,"mm/dd/yyyy") & text("a note goes here",";;;")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top