Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1
Default EXCEL ANSWER TO FORMULA DOES NOT SHOW UP

I set up a formula adding a set of numbers in a column, e.g.=sum(c1:c34).
The formula is correct but I got a zero as an answer. I set up the same
formula in another column and it gives me the correct answer, e.g. $2,500. I
tried copying this formula to the first one on the same row. And it returns
$2,500.

What is going on?
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 5,651
Default EXCEL ANSWER TO FORMULA DOES NOT SHOW UP

On Sat, 8 Nov 2008 05:54:01 -0800, LionR
wrote:

I set up a formula adding a set of numbers in a column, e.g.=sum(c1:c34).
The formula is correct but I got a zero as an answer. I set up the same
formula in another column and it gives me the correct answer, e.g. $2,500. I
tried copying this formula to the first one on the same row. And it returns
$2,500.

What is going on?


Possibly your "numbers" in c1:c34 are text.

What do you get if, in some cell, you type: =istext(c1)

How are the data entered in column C?
--ron
  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 37
Default EXCEL ANSWER TO FORMULA DOES NOT SHOW UP

I'll give a practical advise (One of those clerical problems)

go to cell C1

hit "F2" key and then followed by "Enter" Key

cell c1 is converted to number.


the selection will go to cell c2

Do the above activity 33 more time and you are done
--
Kind Regards,
Satti Charvak
Only an Excel Enthusiast
Noida, India


"Ron Rosenfeld" wrote:

On Sat, 8 Nov 2008 05:54:01 -0800, LionR
wrote:

I set up a formula adding a set of numbers in a column, e.g.=sum(c1:c34).
The formula is correct but I got a zero as an answer. I set up the same
formula in another column and it gives me the correct answer, e.g. $2,500. I
tried copying this formula to the first one on the same row. And it returns
$2,500.

What is going on?


Possibly your "numbers" in c1:c34 are text.

What do you get if, in some cell, you type: =istext(c1)

How are the data entered in column C?
--ron

  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2,344
Default EXCEL ANSWER TO FORMULA DOES NOT SHOW UP

Hi,

Problem:
When numbers are enter as text they may not calculate within formulas as
they should. A few formulas will work fine despite the numbers being entered
as text. Numbers can be stored as text by 1. preformatting the cell to Text
and entering the number, 2. Typing an apostrophy in front of the number '123,
3. Because the data was downloaded from a soure inwhich it was stored as a
number, 4. Because you used the Text to Columns command and converted it to
text., and....

There is no sure indicator that a number is stored as text, although numbers
are usually right aligned and text left aligned, this may not be the case.
If you are using a later version of Excel, Error Checking green triangles may
appear at the top left corner of these cell, but this feature may be off or
the version of Excel may not support it. (2000 and earlier).

You can find out what data type the entries are by using the =ISTEXT(A1) or
=ISNUMBER(A1) functions. You can not tell by checking the Format. If a
number was entered in a cell preformatted as General or as a number, then it
will be a number, even if it's current format is Text. Likewise a number
entered in a cell preformatted as Text will be text even if it's current
format is Number, General, Date, Currency and the like.

Solution:
1. Change the format to one that is numeric and then reenter the numbers
(too slow and error prone.)
2. Select the cells and open the Error Checking options and choose Convert
to Numbers.
3. Select an empty cell and copy it. Select the text number cell and choose
Edit, Paste Special, Add (or Subtract). This method is ~100 times faster
than #2.

Dates are numbers, and if they are stored as text, you will not get an Error
Checking triangle, so method #3 is obligatory if there is a substantial
number of dates to convert.

If this information is helpful, please click the Yes button.
--
Thanks,
Shane Devenshire


"LionR" wrote:

I set up a formula adding a set of numbers in a column, e.g.=sum(c1:c34).
The formula is correct but I got a zero as an answer. I set up the same
formula in another column and it gives me the correct answer, e.g. $2,500. I
tried copying this formula to the first one on the same row. And it returns
$2,500.

What is going on?

  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1,358
Default EXCEL ANSWER TO FORMULA DOES NOT SHOW UP

In your 'practical advice', you forgot to ensure that the cell is NOT
formatted as text. Because if the cell is formatted as text (C1:C34), then
editing the cell by F2 & Enter isn't practical at all.
Practical advice would be to highlight the cells C1:C34, ensure formatted as
general (or if preferred, as number). Type a 0 into an empty cell. Copy that
cell, then select your range C1:C34, Paste Special -- select Add and OK out.
--
** John C **

"Satti Charvak" wrote:

I'll give a practical advise (One of those clerical problems)

go to cell C1

hit "F2" key and then followed by "Enter" Key

cell c1 is converted to number.


the selection will go to cell c2

Do the above activity 33 more time and you are done
--
Kind Regards,
Satti Charvak
Only an Excel Enthusiast
Noida, India


"Ron Rosenfeld" wrote:

On Sat, 8 Nov 2008 05:54:01 -0800, LionR
wrote:

I set up a formula adding a set of numbers in a column, e.g.=sum(c1:c34).
The formula is correct but I got a zero as an answer. I set up the same
formula in another column and it gives me the correct answer, e.g. $2,500. I
tried copying this formula to the first one on the same row. And it returns
$2,500.

What is going on?


Possibly your "numbers" in c1:c34 are text.

What do you get if, in some cell, you type: =istext(c1)

How are the data entered in column C?
--ron



  #6   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 964
Default EXCEL ANSWER TO FORMULA DOES NOT SHOW UP

No need to type 0 into the cell, copy an empty cell is enough

--


Regards,


Peo Sjoblom

"John C" <johnc@stateofdenial wrote in message
...
In your 'practical advice', you forgot to ensure that the cell is NOT
formatted as text. Because if the cell is formatted as text (C1:C34), then
editing the cell by F2 & Enter isn't practical at all.
Practical advice would be to highlight the cells C1:C34, ensure formatted
as
general (or if preferred, as number). Type a 0 into an empty cell. Copy
that
cell, then select your range C1:C34, Paste Special -- select Add and OK
out.
--
** John C **

"Satti Charvak" wrote:

I'll give a practical advise (One of those clerical problems)

go to cell C1

hit "F2" key and then followed by "Enter" Key

cell c1 is converted to number.


the selection will go to cell c2

Do the above activity 33 more time and you are done
--
Kind Regards,
Satti Charvak
Only an Excel Enthusiast
Noida, India


"Ron Rosenfeld" wrote:

On Sat, 8 Nov 2008 05:54:01 -0800, LionR

wrote:

I set up a formula adding a set of numbers in a column,
e.g.=sum(c1:c34).
The formula is correct but I got a zero as an answer. I set up the
same
formula in another column and it gives me the correct answer, e.g.
$2,500. I
tried copying this formula to the first one on the same row. And it
returns
$2,500.

What is going on?

Possibly your "numbers" in c1:c34 are text.

What do you get if, in some cell, you type: =istext(c1)

How are the data entered in column C?
--ron



  #7   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1,358
Default EXCEL ANSWER TO FORMULA DOES NOT SHOW UP

I said type a 0 in an empty cell, as is a double check that they aren't
adding hidden characters that may be a random blank cell they copy.
--
** John C **


"Peo Sjoblom" wrote:

No need to type 0 into the cell, copy an empty cell is enough

--


Regards,


Peo Sjoblom

"John C" <johnc@stateofdenial wrote in message
...
In your 'practical advice', you forgot to ensure that the cell is NOT
formatted as text. Because if the cell is formatted as text (C1:C34), then
editing the cell by F2 & Enter isn't practical at all.
Practical advice would be to highlight the cells C1:C34, ensure formatted
as
general (or if preferred, as number). Type a 0 into an empty cell. Copy
that
cell, then select your range C1:C34, Paste Special -- select Add and OK
out.
--
** John C **

"Satti Charvak" wrote:

I'll give a practical advise (One of those clerical problems)

go to cell C1

hit "F2" key and then followed by "Enter" Key

cell c1 is converted to number.


the selection will go to cell c2

Do the above activity 33 more time and you are done
--
Kind Regards,
Satti Charvak
Only an Excel Enthusiast
Noida, India


"Ron Rosenfeld" wrote:

On Sat, 8 Nov 2008 05:54:01 -0800, LionR

wrote:

I set up a formula adding a set of numbers in a column,
e.g.=sum(c1:c34).
The formula is correct but I got a zero as an answer. I set up the
same
formula in another column and it gives me the correct answer, e.g.
$2,500. I
tried copying this formula to the first one on the same row. And it
returns
$2,500.

What is going on?

Possibly your "numbers" in c1:c34 are text.

What do you get if, in some cell, you type: =istext(c1)

How are the data entered in column C?
--ron




  #8   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 964
Default EXCEL ANSWER TO FORMULA DOES NOT SHOW UP

Well if you are unsure if the cell contains hidden characters then you
should be unsure that the cell is formatted as text as well so the zero
wouldn't help much in that case. The fastest way otherwise would be to make
sure the numbers seen as text are formatted as general or numbers then do
datatext to columns and click finish

--


Regards,


Peo Sjoblom

"John C" <johnc@stateofdenial wrote in message
...
I said type a 0 in an empty cell, as is a double check that they aren't
adding hidden characters that may be a random blank cell they copy.
--
** John C **


"Peo Sjoblom" wrote:

No need to type 0 into the cell, copy an empty cell is enough

--


Regards,


Peo Sjoblom

"John C" <johnc@stateofdenial wrote in message
...
In your 'practical advice', you forgot to ensure that the cell is NOT
formatted as text. Because if the cell is formatted as text (C1:C34),
then
editing the cell by F2 & Enter isn't practical at all.
Practical advice would be to highlight the cells C1:C34, ensure
formatted
as
general (or if preferred, as number). Type a 0 into an empty cell. Copy
that
cell, then select your range C1:C34, Paste Special -- select Add and
OK
out.
--
** John C **

"Satti Charvak" wrote:

I'll give a practical advise (One of those clerical problems)

go to cell C1

hit "F2" key and then followed by "Enter" Key

cell c1 is converted to number.


the selection will go to cell c2

Do the above activity 33 more time and you are done
--
Kind Regards,
Satti Charvak
Only an Excel Enthusiast
Noida, India


"Ron Rosenfeld" wrote:

On Sat, 8 Nov 2008 05:54:01 -0800, LionR

wrote:

I set up a formula adding a set of numbers in a column,
e.g.=sum(c1:c34).
The formula is correct but I got a zero as an answer. I set up the
same
formula in another column and it gives me the correct answer, e.g.
$2,500. I
tried copying this formula to the first one on the same row. And
it
returns
$2,500.

What is going on?

Possibly your "numbers" in c1:c34 are text.

What do you get if, in some cell, you type: =istext(c1)

How are the data entered in column C?
--ron






  #9   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1,358
Default EXCEL ANSWER TO FORMULA DOES NOT SHOW UP

Type ="" into a cell, then, copy that cell, and paste special with your
range, doesn't work.
--
** John C **

"Peo Sjoblom" wrote:

Well if you are unsure if the cell contains hidden characters then you
should be unsure that the cell is formatted as text as well so the zero
wouldn't help much in that case. The fastest way otherwise would be to make
sure the numbers seen as text are formatted as general or numbers then do
datatext to columns and click finish

--


Regards,


Peo Sjoblom

"John C" <johnc@stateofdenial wrote in message
...
I said type a 0 in an empty cell, as is a double check that they aren't
adding hidden characters that may be a random blank cell they copy.
--
** John C **


"Peo Sjoblom" wrote:

No need to type 0 into the cell, copy an empty cell is enough

--


Regards,


Peo Sjoblom

"John C" <johnc@stateofdenial wrote in message
...
In your 'practical advice', you forgot to ensure that the cell is NOT
formatted as text. Because if the cell is formatted as text (C1:C34),
then
editing the cell by F2 & Enter isn't practical at all.
Practical advice would be to highlight the cells C1:C34, ensure
formatted
as
general (or if preferred, as number). Type a 0 into an empty cell. Copy
that
cell, then select your range C1:C34, Paste Special -- select Add and
OK
out.
--
** John C **

"Satti Charvak" wrote:

I'll give a practical advise (One of those clerical problems)

go to cell C1

hit "F2" key and then followed by "Enter" Key

cell c1 is converted to number.


the selection will go to cell c2

Do the above activity 33 more time and you are done
--
Kind Regards,
Satti Charvak
Only an Excel Enthusiast
Noida, India


"Ron Rosenfeld" wrote:

On Sat, 8 Nov 2008 05:54:01 -0800, LionR

wrote:

I set up a formula adding a set of numbers in a column,
e.g.=sum(c1:c34).
The formula is correct but I got a zero as an answer. I set up the
same
formula in another column and it gives me the correct answer, e.g.
$2,500. I
tried copying this formula to the first one on the same row. And
it
returns
$2,500.

What is going on?

Possibly your "numbers" in c1:c34 are text.

What do you get if, in some cell, you type: =istext(c1)

How are the data entered in column C?
--ron







  #10   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 964
Default EXCEL ANSWER TO FORMULA DOES NOT SHOW UP

But then it is not empty, I said empty cells, cells with formulas are not
empty

--


Regards,


Peo Sjoblom

"John C" <johnc@stateofdenial wrote in message
...
Type ="" into a cell, then, copy that cell, and paste special with your
range, doesn't work.
--
** John C **

"Peo Sjoblom" wrote:

Well if you are unsure if the cell contains hidden characters then you
should be unsure that the cell is formatted as text as well so the zero
wouldn't help much in that case. The fastest way otherwise would be to
make
sure the numbers seen as text are formatted as general or numbers then do
datatext to columns and click finish

--


Regards,


Peo Sjoblom

"John C" <johnc@stateofdenial wrote in message
...
I said type a 0 in an empty cell, as is a double check that they aren't
adding hidden characters that may be a random blank cell they copy.
--
** John C **


"Peo Sjoblom" wrote:

No need to type 0 into the cell, copy an empty cell is enough

--


Regards,


Peo Sjoblom

"John C" <johnc@stateofdenial wrote in message
...
In your 'practical advice', you forgot to ensure that the cell is
NOT
formatted as text. Because if the cell is formatted as text
(C1:C34),
then
editing the cell by F2 & Enter isn't practical at all.
Practical advice would be to highlight the cells C1:C34, ensure
formatted
as
general (or if preferred, as number). Type a 0 into an empty cell.
Copy
that
cell, then select your range C1:C34, Paste Special -- select Add
and
OK
out.
--
** John C **

"Satti Charvak" wrote:

I'll give a practical advise (One of those clerical problems)

go to cell C1

hit "F2" key and then followed by "Enter" Key

cell c1 is converted to number.


the selection will go to cell c2

Do the above activity 33 more time and you are done
--
Kind Regards,
Satti Charvak
Only an Excel Enthusiast
Noida, India


"Ron Rosenfeld" wrote:

On Sat, 8 Nov 2008 05:54:01 -0800, LionR

wrote:

I set up a formula adding a set of numbers in a column,
e.g.=sum(c1:c34).
The formula is correct but I got a zero as an answer. I set up
the
same
formula in another column and it gives me the correct answer,
e.g.
$2,500. I
tried copying this formula to the first one on the same row.
And
it
returns
$2,500.

What is going on?

Possibly your "numbers" in c1:c34 are text.

What do you get if, in some cell, you type: =istext(c1)

How are the data entered in column C?
--ron











  #11   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1,358
Default EXCEL ANSWER TO FORMULA DOES NOT SHOW UP

And all new users know the difference between empty cell and a cell that
looks empty. Yep, you bet.
--
** John C **

"Peo Sjoblom" wrote:

But then it is not empty, I said empty cells, cells with formulas are not
empty

--


Regards,


Peo Sjoblom

"John C" <johnc@stateofdenial wrote in message
...
Type ="" into a cell, then, copy that cell, and paste special with your
range, doesn't work.
--
** John C **

"Peo Sjoblom" wrote:

Well if you are unsure if the cell contains hidden characters then you
should be unsure that the cell is formatted as text as well so the zero
wouldn't help much in that case. The fastest way otherwise would be to
make
sure the numbers seen as text are formatted as general or numbers then do
datatext to columns and click finish

--


Regards,


Peo Sjoblom

"John C" <johnc@stateofdenial wrote in message
...
I said type a 0 in an empty cell, as is a double check that they aren't
adding hidden characters that may be a random blank cell they copy.
--
** John C **


"Peo Sjoblom" wrote:

No need to type 0 into the cell, copy an empty cell is enough

--


Regards,


Peo Sjoblom

"John C" <johnc@stateofdenial wrote in message
...
In your 'practical advice', you forgot to ensure that the cell is
NOT
formatted as text. Because if the cell is formatted as text
(C1:C34),
then
editing the cell by F2 & Enter isn't practical at all.
Practical advice would be to highlight the cells C1:C34, ensure
formatted
as
general (or if preferred, as number). Type a 0 into an empty cell.
Copy
that
cell, then select your range C1:C34, Paste Special -- select Add
and
OK
out.
--
** John C **

"Satti Charvak" wrote:

I'll give a practical advise (One of those clerical problems)

go to cell C1

hit "F2" key and then followed by "Enter" Key

cell c1 is converted to number.


the selection will go to cell c2

Do the above activity 33 more time and you are done
--
Kind Regards,
Satti Charvak
Only an Excel Enthusiast
Noida, India


"Ron Rosenfeld" wrote:

On Sat, 8 Nov 2008 05:54:01 -0800, LionR

wrote:

I set up a formula adding a set of numbers in a column,
e.g.=sum(c1:c34).
The formula is correct but I got a zero as an answer. I set up
the
same
formula in another column and it gives me the correct answer,
e.g.
$2,500. I
tried copying this formula to the first one on the same row.
And
it
returns
$2,500.

What is going on?

Possibly your "numbers" in c1:c34 are text.

What do you get if, in some cell, you type: =istext(c1)

How are the data entered in column C?
--ron










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
How do I show complete answer column Susu Excel Discussion (Misc queries) 0 August 8th 06 04:50 PM
can excel show only the answer to a formula in the cell pmms Excel Discussion (Misc queries) 3 August 3rd 06 04:01 PM
Need a formula to calculate greater than & show answer as a % dnice66 Excel Worksheet Functions 2 June 28th 06 07:07 AM
multiply two numbers and show the answer in a textbox gem Excel Discussion (Misc queries) 5 June 14th 06 12:07 AM
How to show the formula and the answer? Susan Excel Discussion (Misc queries) 3 March 30th 06 10:38 PM


All times are GMT +1. The time now is 04:46 PM.

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

About Us

"It's about Microsoft Excel"