format cells

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

Guest

I'm trying to format a cell in a spreadsheet that was sent to my office. When I click on "format cells...", nothing happens. I've never had this problem before. What gives?
 
It sounds like the worksheet may be protected. I'm guessing "Cells" under "Format" is dimmed, meaning it is unavailable.
Try: Tools > Protection
If the choices include "Unprotect Sheet...", then it was protected, in which case, clicking on "Unprotect Sheet..." will disable the protection and you should be able to format to your heart's content.

Regards,
 
Hi Tom,
What kind of format. If colors then it would probably be the cell protection
already mentioned.

Are you trying to format them as numbers, possibly they are not numbers.
Since you did not mention grayed out options, I will assume that you are
probably trying to format text as if it was a number.

Try one of these formulas
=ISTEXT(A1)
=ISNUMBER(A1)

Also see if the length is what you think you see
=LEN(A1)

If you have spaces or Char(160) which is the required blank character
you might trim them out with a macro see
TRIMALL macro in Rearranging Data in Columns
http://www.mvps.org/dmcritchie/excel/join.htm#trimall


Tom X said:
I'm trying to format a cell in a spreadsheet that was sent to my office. When I click on "format cells...", nothing happens. I've
never had this problem before. What gives?
 

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