Hidden data in cells ... where to put it

  • Thread starter Thread starter Tim Smet
  • Start date Start date
T

Tim Smet

Hi,

I need to put some hidden data that needs to be linked to a cell so that it
moves with the cell and even copies with it. I have thought about putting it
in the comment but that would not allow the user to use any other comments
in the same worksheet. Any ideas ???

Kind Regards

Tim Smet
 
Hi
IMHO comments are the only way to go. don't see another
chance to store values with a cell
 
You can use the N function to add text that is visible in the formula
bar only. For example:
=95+N("This is my hidden comment")
or
=SUM(B1:B16)+N("This is another hidden 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