make 1 cell smaller than the column width

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

Guest

How do you automatically update a time or date on a spreadsheet that is not in the footer? And, is there a way to make 1 cell smaller than the column width?
 
update time:

=NOW()

formatted as time, will update whenever the worksheet is calculated.

There's no way to make a cell smaller than the column width. Width is a
property of the column, not cells. You can merge cells to make the
others wider (but I don't recommend it, it causes lots of problems in
sorting, selections, etc.)
 

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