Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 29
Default Simple formula question

I'm trying to add up numbers in a column. It should be very simple, but I
keep getting a zero result. The formula is =sum(J5:J113). I thought that
the problem was maybe in the formatting of the numbers in column J since they
were exported from another program, so I went into the Format menu and made
sure they were formatted as currency. I'm still getting a zero result. Any
other suggestions?

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 461
Default Simple formula question

Just a random question, when you highlight one of the cells does a clipboard
pop up? Most of the time when I import data if a number is showing up as text
you'll be able to change it by highlighting the data and clicking the
clipboard and changing the value to a number.

"kleivakat" wrote:

I'm trying to add up numbers in a column. It should be very simple, but I
keep getting a zero result. The formula is =sum(J5:J113). I thought that
the problem was maybe in the formatting of the numbers in column J since they
were exported from another program, so I went into the Format menu and made
sure they were formatted as currency. I'm still getting a zero result. Any
other suggestions?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 29
Default Simple formula question

No, no clipboard shows up. But I did change the entire J column to currency
in the Format menu. I do think it has something to do with formatting....
I just can't figure out what!


"akphidelt" wrote:

Just a random question, when you highlight one of the cells does a clipboard
pop up? Most of the time when I import data if a number is showing up as text
you'll be able to change it by highlighting the data and clicking the
clipboard and changing the value to a number.

"kleivakat" wrote:

I'm trying to add up numbers in a column. It should be very simple, but I
keep getting a zero result. The formula is =sum(J5:J113). I thought that
the problem was maybe in the formatting of the numbers in column J since they
were exported from another program, so I went into the Format menu and made
sure they were formatted as currency. I'm still getting a zero result. Any
other suggestions?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 29
Default Simple formula question

One more very strange thing. I just re-entered a couple of numbers exactly
as they show up in the cell, and the numbers that I re-entered are calculated
in the formula, just not the other numbers that were imported. I've tried
copying and paste special (values), and that doesn't help. It's a fairly
long sheet, so I really don't want to retype the numbers if I don't have to.

"akphidelt" wrote:

Just a random question, when you highlight one of the cells does a clipboard
pop up? Most of the time when I import data if a number is showing up as text
you'll be able to change it by highlighting the data and clicking the
clipboard and changing the value to a number.

"kleivakat" wrote:

I'm trying to add up numbers in a column. It should be very simple, but I
keep getting a zero result. The formula is =sum(J5:J113). I thought that
the problem was maybe in the formatting of the numbers in column J since they
were exported from another program, so I went into the Format menu and made
sure they were formatted as currency. I'm still getting a zero result. Any
other suggestions?

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 29
Default Simple formula question

I just figured it out. The numbers imported with a dollar sign, which must
continue to be read as something other than a number. Since I have the
column formatted as currency and to show the dollar sign, I didn't see that
they were entered differently. I'll just eliminate the dollar signs and that
seems to take care of it. You learn something new every day.

"akphidelt" wrote:

Just a random question, when you highlight one of the cells does a clipboard
pop up? Most of the time when I import data if a number is showing up as text
you'll be able to change it by highlighting the data and clicking the
clipboard and changing the value to a number.

"kleivakat" wrote:

I'm trying to add up numbers in a column. It should be very simple, but I
keep getting a zero result. The formula is =sum(J5:J113). I thought that
the problem was maybe in the formatting of the numbers in column J since they
were exported from another program, so I went into the Format menu and made
sure they were formatted as currency. I'm still getting a zero result. Any
other suggestions?



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 168
Default Simple formula question

go way off to the right in a blank area of your worksheet and copy any blank
cell
Next, highlight the data giving you trouble (J5:J113) and click on Paste
Special, "Add"
This will convert the column to proper numbers.
--
Please remember to indicate when the post is answered so others can benefit
from it later.


"kleivakat" wrote:

One more very strange thing. I just re-entered a couple of numbers exactly
as they show up in the cell, and the numbers that I re-entered are calculated
in the formula, just not the other numbers that were imported. I've tried
copying and paste special (values), and that doesn't help. It's a fairly
long sheet, so I really don't want to retype the numbers if I don't have to.

"akphidelt" wrote:

Just a random question, when you highlight one of the cells does a clipboard
pop up? Most of the time when I import data if a number is showing up as text
you'll be able to change it by highlighting the data and clicking the
clipboard and changing the value to a number.

"kleivakat" wrote:

I'm trying to add up numbers in a column. It should be very simple, but I
keep getting a zero result. The formula is =sum(J5:J113). I thought that
the problem was maybe in the formatting of the numbers in column J since they
were exported from another program, so I went into the Format menu and made
sure they were formatted as currency. I'm still getting a zero result. Any
other suggestions?

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Simple formula question

What do you get from
=ISNUMBER(J5) ?
=ISTEXT(J5) ?
Have you checked whether are spaces or non-printing characters in the cells
in question, either before or after your "numbers"?
--
David Biddulph

"kleivakat" wrote in message
...
No, no clipboard shows up. But I did change the entire J column to
currency
in the Format menu. I do think it has something to do with formatting....
I just can't figure out what!


"akphidelt" wrote:

Just a random question, when you highlight one of the cells does a
clipboard
pop up? Most of the time when I import data if a number is showing up as
text
you'll be able to change it by highlighting the data and clicking the
clipboard and changing the value to a number.

"kleivakat" wrote:

I'm trying to add up numbers in a column. It should be very simple,
but I
keep getting a zero result. The formula is =sum(J5:J113). I thought
that
the problem was maybe in the formatting of the numbers in column J
since they
were exported from another program, so I went into the Format menu and
made
sure they were formatted as currency. I'm still getting a zero result.
Any
other suggestions?



  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 461
Default Simple formula question

wow, that actually taught me something too.

Glad you figured it out!

"kleivakat" wrote:

I just figured it out. The numbers imported with a dollar sign, which must
continue to be read as something other than a number. Since I have the
column formatted as currency and to show the dollar sign, I didn't see that
they were entered differently. I'll just eliminate the dollar signs and that
seems to take care of it. You learn something new every day.

"akphidelt" wrote:

Just a random question, when you highlight one of the cells does a clipboard
pop up? Most of the time when I import data if a number is showing up as text
you'll be able to change it by highlighting the data and clicking the
clipboard and changing the value to a number.

"kleivakat" wrote:

I'm trying to add up numbers in a column. It should be very simple, but I
keep getting a zero result. The formula is =sum(J5:J113). I thought that
the problem was maybe in the formatting of the numbers in column J since they
were exported from another program, so I went into the Format menu and made
sure they were formatted as currency. I'm still getting a zero result. Any
other suggestions?

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
Formula question -simple for those who know Diane New Users to Excel 5 March 14th 08 06:07 PM
Simple Formula Question Dax Arroway Excel Discussion (Misc queries) 4 February 5th 08 09:43 PM
IF formula-simple question; simple operator Rich D Excel Discussion (Misc queries) 4 December 6th 07 03:36 PM
Simple Formula Question chip_pyp Excel Discussion (Misc queries) 1 December 8th 05 07:01 PM
Very simple, but difficult formula question pugsly8422 Excel Worksheet Functions 4 July 7th 05 03:14 PM


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