+ Reply to Thread
Results 1 to 9 of 9

numbers not recognised as values

  1. #1
    Forum Contributor
    Join Date
    06-30-2008
    Location
    london
    Posts
    108

    numbers not recognised as values

    Hi all,

    I downloaded my bank statement into excel and the numbers are recognised as values. i.e: if i try and sum a column it comes up as zero???

    i have attached a snapshot as an example...

    any ideas?
    Attached Files Attached Files

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: numbers not recognised as values

    My advice would be to use adjacent column(s) to clean up the data on a transaction by transaction basis, eg:

    I3: =0+SUBSTITUTE(E3,CHAR(160),"")

    You could if preferred do the aggregation using SUMPRODUCT but obviously you still don't have the numerics at transaction level eg:

    E16: =SUMPRODUCT(--(SUBSTITUTE(E3:E14,CHAR(160),"")))

  3. #3
    Forum Expert sweep's Avatar
    Join Date
    04-03-2007
    Location
    Great Sankey, Warrington, UK
    MS-Off Ver
    2003 / 2007 / 2010 / 2016 / 365
    Posts
    3,444

    Re: numbers not recognised as values

    Hi, you can use this formula,

    =VALUE(LEFT(E3,LEN(E3)-1))

    there is a character at the end of the cell preventing excel reading it as a number.
    Rule 1: Never merge cells
    Rule 2: See rule 1

    "Tomorrow I'm going to be famous. All I need is a tennis racket and a hat".

  4. #4
    Forum Expert
    Join Date
    08-27-2008
    Location
    England
    MS-Off Ver
    2010
    Posts
    2,561

    Re: numbers not recognised as values

    Err...
    Your download has come with non-breaking spaces after the numbers (to maintain the layout I suppose).
    Select a cell with a number in
    Select the last character (i.e. the space after the number)
    Copy it (Ctrl+C)
    open find & replace dialogue (Ctrl+H)
    put cursor in "find" field
    paste (Ctrl+V)
    make sure "replace with" is blank
    replace All

    HTH

  5. #5
    Forum Contributor
    Join Date
    06-30-2008
    Location
    london
    Posts
    108

    Re: numbers not recognised as values

    copy and replace all - worked a dream!

    many thanks

  6. #6
    Forum Contributor
    Join Date
    11-24-2008
    Location
    Delhi
    Posts
    104

    Re: numbers not recognised as values

    Quote Originally Posted by nicko54 View Post
    copy and replace all - worked a dream!

    many thanks
    The Last Character is Char 0160

    Find what: ALT+0160
    Replace With: <Blank>

    Replace All

    Ok


    Note: While Entering 0160 in Find What HOLD the ALT Key

  7. #7
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: numbers not recognised as values

    hardeep.kanwar, CC has already provided a solution here - note also that the ALT+0160 technique will only work on keyboards with a dedicated numeric keypad, CC's approach will work for all.

  8. #8
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: numbers not recognised as values

    well you should be able to
    Hold FN+ALT on most laptops without number pad and use the blue numbers on the letter keys on the keyboard
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  9. #9
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: numbers not recognised as values

    I stand well & truly corrected - thanks Martin that's great !

+ 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.6.0 RC 1