Thread: HELP!
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JulieD JulieD is offline
external usenet poster
 
Posts: 4
Default HELP!

the things in a1:d1 aren't numbers - maybe they're formatted as text even if
they look like numbers

to "fix" this - type the number 1 somewhere else and after pressing enter
make sure that it is right-aligned - if its not (don't change it - it means
that cell is also formatted as text, so try typing 1 into a new workbook)
click on the 1 that you typed and copy it
then select cells a1 to d1 and from the menu choose
edit / paste special,

click the radio button next to multiply
then click OK

should work now ... let us know if it doesn't

Cheers
Julie


"Evan" wrote in message
...
My formulas don't seem to be automatically filling in.
For example if I type =SUM(A1:D1) in cell F1, it won't
fill in F1 with the total for A1:D1. Any suggestions?

Evan