I have been copying reports from a web page. When I paste into excel, every field ends with a space. (ex "19.99 "
This is preventing me from formatting the cells as numbers or currency. I have tried Ctrl + H and it will not recognize the end space. I have also tried the trim function, which does not remove the space.
The best solution I have so far is to create a reference to the column using this String Function:
=VALUE((MID(F3,1,5)))
However, this only works for fixed length fields. Any suggestions?
Thanks,
Leroy
The best solution I have so far is to create a reference to the column using this String Function:
=VALUE((MID(F3,1,5)))
However, this only works for fixed length fields. Any suggestions?
Thanks,
Leroy