logo elektroda
logo elektroda
X
logo elektroda

Excel: Remove Unrecognized Spaces in Amounts Column for Accurate Data Processing

raker 42478 6
ADVERTISEMENT
Treść została przetłumaczona polish » english Zobacz oryginalną wersję tematu
  • #1 5093004
    raker
    Level 17  
    Hello,
    I have a question - in general, I don't know how to deal with it. I have an excel file with data at work (most likely dumped from some other system). In the column with amounts (thousands are as if manually separated by a space), however, excel does not really see this space. Using ctrl + h (find: spaces, replace with: 'nothing') excel says there are no spaces in the selected data.
    Does anyone know any other way to automatically bring this data back to working condition?
  • ADVERTISEMENT
  • #2 5093055
    kranzio
    Level 26  
    There are no spaces in this sheet, after all, for example in A1 there is the number 813.26 separated by a comma and everywhere. They are also right-aligned.
  • ADVERTISEMENT
  • #3 5093079
    raker
    Level 17  
    Hello,
    And can you see up to cell A5, A10, A11, A12 etc ... (thousands are separated by a space, and excel does not see it, you have to manually delete the space).
  • ADVERTISEMENT
  • #4 5093117
    spinnaker
    Level 32  
    You mean "Use a separator".

    Excel: Remove Unrecognized Spaces in Amounts Column for Accurate Data Processing
  • #5 5093120
    jdjan1
    Level 26  
    Hello!

    Select the unwanted character by "jumping" the cursor on the formula bar and copy it to the clipboard.
    Then, in the free cell, enter the formula:
    = CODE ("V"), where V - pressing CTRL + V (pasting the character).
    Excel will return the ASCII code of the character, 160 in this case.
    Then in the window, while holding down ALT, tap from the NUMERIC KEYPAD and not from the line above the letters 0160. Your character "like a space" will appear in the window, and replace it with "nothing" in the window.

    best regards

    Jan
  • #6 5093149
    Anonymous
    Level 1  
  • ADVERTISEMENT
  • #7 5093156
    raker
    Level 17  
    Jan, thanks a lot. Unfortunately, my knowledge of Excel did not know this number.
    ps. where could some strange 'sign' have sneaked in from there? Is the system from which the data was dumped not compatible with Excel reading data?

Topic summary

The discussion revolves around an Excel user facing issues with unrecognized spaces in an amounts column, likely due to data imported from another system. The user attempts to remove these spaces using the find and replace function but is unsuccessful. Responses suggest that the spaces may be non-breaking spaces (ASCII code 160) and recommend using a formula to identify and replace these characters. One user mentions the possibility of incompatibility with data from Office-like packages, suggesting a macro as a potential solution for bulk processing.
Summary generated by the language model.
ADVERTISEMENT