can I put a note in an excel formula

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'd like to put a few notes in my excel formulas to refer to later when I
forgot where I may have gotten a number I used. Something like <=c3*b4*20"the
number of work days in May"
Is this possible? Basically I'd like to add text in formulas that is ignored
by excel
 
Try something like in say, D3:
=C3*B4*20 +N("20 = the number of work days in May")
 
With the cell in question selected, press Shift-F2. This will pop up a
comment box into which you can type your note to yourself. Click outside the
note to move on.

That note will then appear if you hover the mouse for a second or so over
the subject cell
 
And if you want a comment in a cell that returns text:

=a1&" "&text(b1,"$0.00") & text("this is a comment",";;;")
 

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

Back
Top