+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 15 of 21

Thread: column won't sum

  1. #1
    Harlan Grove
    Guest

    column won't sum

    CK wrote...
    >I was trying to figure out why my phone bill tripled this month so I copied
    >and pasted the list of my alleged calls int an excel spreadsheet. when I
    >tried to sum the column with the per call charges in it it is always zero.
    >
    >ie. in cell h235 I enter "=sum(h4:h234)" without quotes. The result is
    >always zero. It doesn't matter whether I keep the source formatting or match
    >destination formatting or change the formatting to number under "format
    >cells." None of the paste special options are useful either. Also if I set
    >the formula to say "=h34" it will correctly show the value from that cell.
    >I'm at a loss.


    Excel thinks your per call charges are all text. Try the following
    formula.

    =SUMPRODUCT(--SUBSTITUTE(H4:H234,CHAR(160),""))


  2. #2
    CLR
    Guest

    Re: column won't sum

    It appears that your data is still text, even tho you've tired to re-format
    it..........this is a difficulty much experienced with imported
    data............even when you do =H34, you're probably still getting a TEXT
    value.

    Try using Data > TextToColumns > delimited > use NO delimiter (uncheck
    everything) and choose {NONE} as the text qualifier..........hopefully this
    will convert your TEXT numbers back to number-numbers.........

    Vaya con Dios,
    Chuck, CABGx3


    "CK" <CK@discussions.microsoft.com> wrote in message
    news:5B5C64B1-86D9-42EC-962E-F8B50C1BE701@microsoft.com...
    > I was trying to figure out why my phone bill tripled this month so I

    copied
    > and pasted the list of my alleged calls int an excel spreadsheet. when I
    > tried to sum the column with the per call charges in it it is always zero.
    >
    > ie. in cell h235 I enter "=sum(h4:h234)" without quotes. The result is
    > always zero. It doesn't matter whether I keep the source formatting or

    match
    > destination formatting or change the formatting to number under "format
    > cells." None of the paste special options are useful either. Also if I

    set
    > the formula to say "=h34" it will correctly show the value from that cell.
    > I'm at a loss.




  3. #3
    CK
    Guest

    Re: column won't sum

    That worked, I'm not sure what it is but it worked
    Thanks

    "Harlan Grove" wrote:

    > CK wrote...
    > >I was trying to figure out why my phone bill tripled this month so I copied
    > >and pasted the list of my alleged calls int an excel spreadsheet. when I
    > >tried to sum the column with the per call charges in it it is always zero.
    > >
    > >ie. in cell h235 I enter "=sum(h4:h234)" without quotes. The result is
    > >always zero. It doesn't matter whether I keep the source formatting or match
    > >destination formatting or change the formatting to number under "format
    > >cells." None of the paste special options are useful either. Also if I set
    > >the formula to say "=h34" it will correctly show the value from that cell.
    > >I'm at a loss.

    >
    > Excel thinks your per call charges are all text. Try the following
    > formula.
    >
    > =SUMPRODUCT(--SUBSTITUTE(H4:H234,CHAR(160),""))
    >
    >


  4. #4
    CK
    Guest

    Re: column won't sum

    Your solution almost worked too but i needed to paste into a *.txt first and
    import that and select space delimited. After that it worked like butter.

    "CLR" wrote:

    > It appears that your data is still text, even tho you've tired to re-format
    > it..........this is a difficulty much experienced with imported
    > data............even when you do =H34, you're probably still getting a TEXT
    > value.
    >
    > Try using Data > TextToColumns > delimited > use NO delimiter (uncheck
    > everything) and choose {NONE} as the text qualifier..........hopefully this
    > will convert your TEXT numbers back to number-numbers.........
    >
    > Vaya con Dios,
    > Chuck, CABGx3
    >
    >
    > "CK" <CK@discussions.microsoft.com> wrote in message
    > news:5B5C64B1-86D9-42EC-962E-F8B50C1BE701@microsoft.com...
    > > I was trying to figure out why my phone bill tripled this month so I

    > copied
    > > and pasted the list of my alleged calls int an excel spreadsheet. when I
    > > tried to sum the column with the per call charges in it it is always zero.
    > >
    > > ie. in cell h235 I enter "=sum(h4:h234)" without quotes. The result is
    > > always zero. It doesn't matter whether I keep the source formatting or

    > match
    > > destination formatting or change the formatting to number under "format
    > > cells." None of the paste special options are useful either. Also if I

    > set
    > > the formula to say "=h34" it will correctly show the value from that cell.
    > > I'm at a loss.

    >
    >
    >


  5. #5
    Harlan Grove
    Guest

    Re: column won't sum

    CK wrote...
    >I was trying to figure out why my phone bill tripled this month so I copied
    >and pasted the list of my alleged calls int an excel spreadsheet. when I
    >tried to sum the column with the per call charges in it it is always zero.
    >
    >ie. in cell h235 I enter "=sum(h4:h234)" without quotes. The result is
    >always zero. It doesn't matter whether I keep the source formatting or match
    >destination formatting or change the formatting to number under "format
    >cells." None of the paste special options are useful either. Also if I set
    >the formula to say "=h34" it will correctly show the value from that cell.
    >I'm at a loss.


    Excel thinks your per call charges are all text. Try the following
    formula.

    =SUMPRODUCT(--SUBSTITUTE(H4:H234,CHAR(160),""))


  6. #6
    CLR
    Guest

    Re: column won't sum

    It appears that your data is still text, even tho you've tired to re-format
    it..........this is a difficulty much experienced with imported
    data............even when you do =H34, you're probably still getting a TEXT
    value.

    Try using Data > TextToColumns > delimited > use NO delimiter (uncheck
    everything) and choose {NONE} as the text qualifier..........hopefully this
    will convert your TEXT numbers back to number-numbers.........

    Vaya con Dios,
    Chuck, CABGx3


    "CK" <CK@discussions.microsoft.com> wrote in message
    news:5B5C64B1-86D9-42EC-962E-F8B50C1BE701@microsoft.com...
    > I was trying to figure out why my phone bill tripled this month so I

    copied
    > and pasted the list of my alleged calls int an excel spreadsheet. when I
    > tried to sum the column with the per call charges in it it is always zero.
    >
    > ie. in cell h235 I enter "=sum(h4:h234)" without quotes. The result is
    > always zero. It doesn't matter whether I keep the source formatting or

    match
    > destination formatting or change the formatting to number under "format
    > cells." None of the paste special options are useful either. Also if I

    set
    > the formula to say "=h34" it will correctly show the value from that cell.
    > I'm at a loss.




  7. #7
    CK
    Guest

    Re: column won't sum

    That worked, I'm not sure what it is but it worked
    Thanks

    "Harlan Grove" wrote:

    > CK wrote...
    > >I was trying to figure out why my phone bill tripled this month so I copied
    > >and pasted the list of my alleged calls int an excel spreadsheet. when I
    > >tried to sum the column with the per call charges in it it is always zero.
    > >
    > >ie. in cell h235 I enter "=sum(h4:h234)" without quotes. The result is
    > >always zero. It doesn't matter whether I keep the source formatting or match
    > >destination formatting or change the formatting to number under "format
    > >cells." None of the paste special options are useful either. Also if I set
    > >the formula to say "=h34" it will correctly show the value from that cell.
    > >I'm at a loss.

    >
    > Excel thinks your per call charges are all text. Try the following
    > formula.
    >
    > =SUMPRODUCT(--SUBSTITUTE(H4:H234,CHAR(160),""))
    >
    >


  8. #8
    CK
    Guest

    Re: column won't sum

    Your solution almost worked too but i needed to paste into a *.txt first and
    import that and select space delimited. After that it worked like butter.

    "CLR" wrote:

    > It appears that your data is still text, even tho you've tired to re-format
    > it..........this is a difficulty much experienced with imported
    > data............even when you do =H34, you're probably still getting a TEXT
    > value.
    >
    > Try using Data > TextToColumns > delimited > use NO delimiter (uncheck
    > everything) and choose {NONE} as the text qualifier..........hopefully this
    > will convert your TEXT numbers back to number-numbers.........
    >
    > Vaya con Dios,
    > Chuck, CABGx3
    >
    >
    > "CK" <CK@discussions.microsoft.com> wrote in message
    > news:5B5C64B1-86D9-42EC-962E-F8B50C1BE701@microsoft.com...
    > > I was trying to figure out why my phone bill tripled this month so I

    > copied
    > > and pasted the list of my alleged calls int an excel spreadsheet. when I
    > > tried to sum the column with the per call charges in it it is always zero.
    > >
    > > ie. in cell h235 I enter "=sum(h4:h234)" without quotes. The result is
    > > always zero. It doesn't matter whether I keep the source formatting or

    > match
    > > destination formatting or change the formatting to number under "format
    > > cells." None of the paste special options are useful either. Also if I

    > set
    > > the formula to say "=h34" it will correctly show the value from that cell.
    > > I'm at a loss.

    >
    >
    >


  9. #9
    Harlan Grove
    Guest

    Re: column won't sum

    CK wrote...
    >I was trying to figure out why my phone bill tripled this month so I copied
    >and pasted the list of my alleged calls int an excel spreadsheet. when I
    >tried to sum the column with the per call charges in it it is always zero.
    >
    >ie. in cell h235 I enter "=sum(h4:h234)" without quotes. The result is
    >always zero. It doesn't matter whether I keep the source formatting or match
    >destination formatting or change the formatting to number under "format
    >cells." None of the paste special options are useful either. Also if I set
    >the formula to say "=h34" it will correctly show the value from that cell.
    >I'm at a loss.


    Excel thinks your per call charges are all text. Try the following
    formula.

    =SUMPRODUCT(--SUBSTITUTE(H4:H234,CHAR(160),""))


  10. #10
    CLR
    Guest

    Re: column won't sum

    It appears that your data is still text, even tho you've tired to re-format
    it..........this is a difficulty much experienced with imported
    data............even when you do =H34, you're probably still getting a TEXT
    value.

    Try using Data > TextToColumns > delimited > use NO delimiter (uncheck
    everything) and choose {NONE} as the text qualifier..........hopefully this
    will convert your TEXT numbers back to number-numbers.........

    Vaya con Dios,
    Chuck, CABGx3


    "CK" <CK@discussions.microsoft.com> wrote in message
    news:5B5C64B1-86D9-42EC-962E-F8B50C1BE701@microsoft.com...
    > I was trying to figure out why my phone bill tripled this month so I

    copied
    > and pasted the list of my alleged calls int an excel spreadsheet. when I
    > tried to sum the column with the per call charges in it it is always zero.
    >
    > ie. in cell h235 I enter "=sum(h4:h234)" without quotes. The result is
    > always zero. It doesn't matter whether I keep the source formatting or

    match
    > destination formatting or change the formatting to number under "format
    > cells." None of the paste special options are useful either. Also if I

    set
    > the formula to say "=h34" it will correctly show the value from that cell.
    > I'm at a loss.




  11. #11
    CK
    Guest

    Re: column won't sum

    That worked, I'm not sure what it is but it worked
    Thanks

    "Harlan Grove" wrote:

    > CK wrote...
    > >I was trying to figure out why my phone bill tripled this month so I copied
    > >and pasted the list of my alleged calls int an excel spreadsheet. when I
    > >tried to sum the column with the per call charges in it it is always zero.
    > >
    > >ie. in cell h235 I enter "=sum(h4:h234)" without quotes. The result is
    > >always zero. It doesn't matter whether I keep the source formatting or match
    > >destination formatting or change the formatting to number under "format
    > >cells." None of the paste special options are useful either. Also if I set
    > >the formula to say "=h34" it will correctly show the value from that cell.
    > >I'm at a loss.

    >
    > Excel thinks your per call charges are all text. Try the following
    > formula.
    >
    > =SUMPRODUCT(--SUBSTITUTE(H4:H234,CHAR(160),""))
    >
    >


  12. #12
    CK
    Guest

    Re: column won't sum

    Your solution almost worked too but i needed to paste into a *.txt first and
    import that and select space delimited. After that it worked like butter.

    "CLR" wrote:

    > It appears that your data is still text, even tho you've tired to re-format
    > it..........this is a difficulty much experienced with imported
    > data............even when you do =H34, you're probably still getting a TEXT
    > value.
    >
    > Try using Data > TextToColumns > delimited > use NO delimiter (uncheck
    > everything) and choose {NONE} as the text qualifier..........hopefully this
    > will convert your TEXT numbers back to number-numbers.........
    >
    > Vaya con Dios,
    > Chuck, CABGx3
    >
    >
    > "CK" <CK@discussions.microsoft.com> wrote in message
    > news:5B5C64B1-86D9-42EC-962E-F8B50C1BE701@microsoft.com...
    > > I was trying to figure out why my phone bill tripled this month so I

    > copied
    > > and pasted the list of my alleged calls int an excel spreadsheet. when I
    > > tried to sum the column with the per call charges in it it is always zero.
    > >
    > > ie. in cell h235 I enter "=sum(h4:h234)" without quotes. The result is
    > > always zero. It doesn't matter whether I keep the source formatting or

    > match
    > > destination formatting or change the formatting to number under "format
    > > cells." None of the paste special options are useful either. Also if I

    > set
    > > the formula to say "=h34" it will correctly show the value from that cell.
    > > I'm at a loss.

    >
    >
    >


  13. #13
    Harlan Grove
    Guest

    Re: column won't sum

    CK wrote...
    >I was trying to figure out why my phone bill tripled this month so I copied
    >and pasted the list of my alleged calls int an excel spreadsheet. when I
    >tried to sum the column with the per call charges in it it is always zero.
    >
    >ie. in cell h235 I enter "=sum(h4:h234)" without quotes. The result is
    >always zero. It doesn't matter whether I keep the source formatting or match
    >destination formatting or change the formatting to number under "format
    >cells." None of the paste special options are useful either. Also if I set
    >the formula to say "=h34" it will correctly show the value from that cell.
    >I'm at a loss.


    Excel thinks your per call charges are all text. Try the following
    formula.

    =SUMPRODUCT(--SUBSTITUTE(H4:H234,CHAR(160),""))


  14. #14
    CLR
    Guest

    Re: column won't sum

    It appears that your data is still text, even tho you've tired to re-format
    it..........this is a difficulty much experienced with imported
    data............even when you do =H34, you're probably still getting a TEXT
    value.

    Try using Data > TextToColumns > delimited > use NO delimiter (uncheck
    everything) and choose {NONE} as the text qualifier..........hopefully this
    will convert your TEXT numbers back to number-numbers.........

    Vaya con Dios,
    Chuck, CABGx3


    "CK" <CK@discussions.microsoft.com> wrote in message
    news:5B5C64B1-86D9-42EC-962E-F8B50C1BE701@microsoft.com...
    > I was trying to figure out why my phone bill tripled this month so I

    copied
    > and pasted the list of my alleged calls int an excel spreadsheet. when I
    > tried to sum the column with the per call charges in it it is always zero.
    >
    > ie. in cell h235 I enter "=sum(h4:h234)" without quotes. The result is
    > always zero. It doesn't matter whether I keep the source formatting or

    match
    > destination formatting or change the formatting to number under "format
    > cells." None of the paste special options are useful either. Also if I

    set
    > the formula to say "=h34" it will correctly show the value from that cell.
    > I'm at a loss.




  15. #15
    CK
    Guest

    Re: column won't sum

    That worked, I'm not sure what it is but it worked
    Thanks

    "Harlan Grove" wrote:

    > CK wrote...
    > >I was trying to figure out why my phone bill tripled this month so I copied
    > >and pasted the list of my alleged calls int an excel spreadsheet. when I
    > >tried to sum the column with the per call charges in it it is always zero.
    > >
    > >ie. in cell h235 I enter "=sum(h4:h234)" without quotes. The result is
    > >always zero. It doesn't matter whether I keep the source formatting or match
    > >destination formatting or change the formatting to number under "format
    > >cells." None of the paste special options are useful either. Also if I set
    > >the formula to say "=h34" it will correctly show the value from that cell.
    > >I'm at a loss.

    >
    > Excel thinks your per call charges are all text. Try the following
    > formula.
    >
    > =SUMPRODUCT(--SUBSTITUTE(H4:H234,CHAR(160),""))
    >
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.2.0