View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bill Sharpe Bill Sharpe is offline
external usenet poster
 
Posts: 348
Default Asterisk pointing to a footnote

Ace wrote:
I have a formula that contains a cell with a number that has an asterisk at
the end which refers the reader to a footnote at the end of the spreadsheet.
Excel is trying to use the asterisk in the equation. Is their a way to tell
Excel that the asterisk is not part of the formula? e.g.,
a1=100
a2=100
a3=100*
a4=100
a5=100
Total=#VALUE!
when what I really want is just =500

Any help will be appreciated.

Thank you.


Put the asterisk in a comment. Better yet, put the footnote in the
comment. If you don't want to use comments, insert a column after column
A, reduce its width to one character and put the asterisk there.

Bill