Skip to Content
Menu
This question has been flagged
2 Replies
1226 Zobrazenia

How can you remove extra space characters in range of cells?

  1. By using the 'Delete' function/option
  2. By using the 'Trim' function/option
  3. Both of them
Avatar
Zrušiť
Best Answer

There is no "Delete" Function in Odoo.
Only TRIM Function available.
Maybe option 2 is the correct answer

Avatar
Zrušiť
Best Answer

"Trim" is the best solution, except you want to do "REPLACE" formula.

You can either achieve through

  1. Interface
    1. Select the range of cells
    2. Click "Data" > "Data cleanup" > "Trim whitespace"
  2. Formula
    1. =TRIM(<here goes your range>)
Avatar
Zrušiť
Related Posts Replies Zobrazenia Aktivita
1
júl 25
1762
2
sep 25
190
1
jún 25
1481
1
jún 25
1239
1
jún 25
2507