Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Adding cells that are calculated with formula's

I have calculated (using formula's) several numbers and I
can't seem to add them together.
I have tried changing the format of the cell to be
recognized as a number but still when I try to add the
number excel thinks they are text and will not add them.

Help!!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 576
Default Adding cells that are calculated with formula's

Chris,

Need more input from you.

Are you calculating in code or on the worksheet?
If you are using code - what does it look like?

Repost with a copy of your code (in the post).

--
sb
"Chris" wrote in message
...
I have calculated (using formula's) several numbers and I
can't seem to add them together.
I have tried changing the format of the cell to be
recognized as a number but still when I try to add the
number excel thinks they are text and will not add them.

Help!!



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 837
Default Adding cells that are calculated with formula's

Format changes the display, not the value itself. If the "numbers" you
are trying to add are text, they will remain text regardless of format.
Binary operators like +-*/ will coerce text into numbers where
possible, but functions like SUM() will not. Alternately, you can copy
a numeric zero, select the cells containing text "numbers" and
Edit|Paste Special|Add to convert to numbers.

Beyond these generalities, we will need more information from you before
we can provide specific answers.

Jerry

Chris wrote:

I have calculated (using formula's) several numbers and I
can't seem to add them together.
I have tried changing the format of the cell to be
recognized as a number but still when I try to add the
number excel thinks they are text and will not add them.

Help!!


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 calculated value to previous cell electricbluelady Excel Discussion (Misc queries) 3 June 26th 08 08:06 PM
My formula's answer is calculated, but disappears Niki Excel Worksheet Functions 4 September 11th 06 11:25 PM
Pivottable adding calculated field? Acro Charts and Charting in Excel 0 June 15th 06 05:11 PM
Adding Formula's Dan[_18_] Excel Programming 0 July 29th 03 11:13 PM
Adding leading zeros to a calculated value John Johndon Excel Programming 2 July 12th 03 06:25 PM


All times are GMT +1. The time now is 01:47 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"