Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding calculated value to previous cell | Excel Discussion (Misc queries) | |||
My formula's answer is calculated, but disappears | Excel Worksheet Functions | |||
Pivottable adding calculated field? | Charts and Charting in Excel | |||
Adding Formula's | Excel Programming | |||
Adding leading zeros to a calculated value | Excel Programming |