Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
r
 
Posts: n/a
Default Adding cells proplem

i had a cell (C1) called "total" that displays the sum of two other cells..
i.e. the total cell got the formula "=sum(A1+B1)" ..

I then typed a value in cell (D1). Then I tried to add C1 to D1 in the cell
E1. I used segma sign to add the two cells(C1+D1)
or I typed the formula "=sum(C1+D1)" in the cell E1. However, the cell E1
gave a "Value!" error.

I don't know why..

when I tried the same in another computer, it worked well

I wonder if there is options to make the cell E1 show the result.

  #2   Report Post  
Posted to microsoft.public.excel.newusers
Peo Sjoblom
 
Posts: n/a
Default Adding cells proplem

Is there any reason you are using

=SUM(C1+D1)

and not

=SUM(C1:D1)

?

Regardless the value error happens because you use an operand ( + in this
case) and at least one of the values are text, if you use the latter formula
you won't get an error since sum ignores text but you won't get the correct
result either

Make sure both values are number by making sure both cells are formatted as
general or number and typing in the values to test.

--

Regards,

Peo Sjoblom

Northwest Excel Solutions

www.nwexcelsolutions.com

(remove ^^ from email address)

Portland, Oregon




"r" wrote in message
...
i had a cell (C1) called "total" that displays the sum of two other cells..
i.e. the total cell got the formula "=sum(A1+B1)" ..

I then typed a value in cell (D1). Then I tried to add C1 to D1 in the
cell
E1. I used segma sign to add the two cells(C1+D1)
or I typed the formula "=sum(C1+D1)" in the cell E1. However, the cell E1
gave a "Value!" error.

I don't know why..

when I tried the same in another computer, it worked well

I wonder if there is options to make the cell E1 show the result.


  #3   Report Post  
Posted to microsoft.public.excel.newusers
r
 
Posts: n/a
Default Adding cells proplem

sorry. That was a typo in the messege. I ment to type "=sum(C1:D1)"

Any way, you are right.. I have to make both cells formatted as general or
number.
That was the problem.

Thank you

"Peo Sjoblom" wrote:

Is there any reason you are using

=SUM(C1+D1)

and not

=SUM(C1:D1)

?

Regardless the value error happens because you use an operand ( + in this
case) and at least one of the values are text, if you use the latter formula
you won't get an error since sum ignores text but you won't get the correct
result either

Make sure both values are number by making sure both cells are formatted as
general or number and typing in the values to test.

--

Regards,

Peo Sjoblom

Northwest Excel Solutions

www.nwexcelsolutions.com

(remove ^^ from email address)

Portland, Oregon




"r" wrote in message
...
i had a cell (C1) called "total" that displays the sum of two other cells..
i.e. the total cell got the formula "=sum(A1+B1)" ..

I then typed a value in cell (D1). Then I tried to add C1 to D1 in the
cell
E1. I used segma sign to add the two cells(C1+D1)
or I typed the formula "=sum(C1+D1)" in the cell E1. However, the cell E1
gave a "Value!" error.

I don't know why..

when I tried the same in another computer, it worked well

I wonder if there is options to make the cell E1 show the result.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
adding specific cells Shooter Excel Worksheet Functions 1 January 23rd 06 04:42 PM
adding cells after stripping numbers out of text fields Alan Excel Discussion (Misc queries) 1 August 24th 05 08:22 PM
Adding contents of cells by clicking in Excel 2002 Kevin Gordon Excel Discussion (Misc queries) 7 January 11th 05 04:49 PM
Adding formatted cells to an outline ? Glenn Excel Discussion (Misc queries) 4 January 11th 05 04:10 PM
ADDING CELLS WHICH ARE <> THAN OTHER CELLS boogie Excel Worksheet Functions 2 November 25th 04 02:41 PM


All times are GMT +1. The time now is 10:55 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"