how do I display an instruction in a cell?

M

matty

I want to display a command or instruction in a cell. for example: in the
cell user sees "enter age" the user clicks on the cell and enters thier age.
 
J

Jim Thomlinson

Two possibilites. One is easy. The other wone takes a bit more work but is
more in line with your exact description. I would go with the easy option.

Easy... You can use data validation. Select the cell in question. Select
Data -> Validation -> Input Message tab. Add your message. When the cell is
selected the message is displayed. The cell must be selected for this to
work.

Harder... Check out this link...
http://spreadsheetpage.com/index.php/oddity/the_camera_tool/
 
G

Gord Dibben

You could add a cell Comment that would flyout when the user hovers over the
cell.

You could color the cell for user's attention using Conditional Formatting
so when blank it would be colored and after typing the age, it would lose
the color.


Gord Dibben MS Excel MVP
 

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