![]() |
#1
|
|||
|
|||
![]()
How can I remove the space at the end of the cell value? I am not able to calculate values because of this.
Please find attached the Excel File as an example. |
#2
|
||||
|
||||
![]()
Something like =SUMPRODUCT(--TRIM(CLEAN(SUBSTITUTE(D3:d21,CHAR(160)," ")))+0) for col D ?
(CHAR(160) is the non breaking character space, not the usual space whiich is CHAR(32)
__________________
Using O365 v2503 - Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post |
#3
|
|||
|
|||
![]()
Thank a lot for your support. It's working quite fine.
|
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
jeffreybrown | Word VBA | 8 | 02-15-2017 05:39 AM |
![]() |
jeffreybrown | Word | 2 | 12-14-2016 03:36 PM |
![]() |
otuatail | Excel | 1 | 08-12-2016 05:25 AM |
Copying text range of cells to different cells adds an extra line | jpb103 | Word VBA | 2 | 07-23-2014 12:22 PM |
editing text and remove spaces | romanticbiro | Word VBA | 5 | 07-04-2014 07:42 PM |