Thread: Transform.
View Single Post
  #10   Report Post  
Posted to microsoft.public.excel.programming
RJ KElly RJ KElly is offline
external usenet poster
 
Posts: 3
Default Transform.

HI you can try the following formula Iam sure it will work
you can substitute the RowColumn info for a variable it
will work the same, keep in mind those parenthesis are very
tricky PAY STRICT attention to them

=(TRUNC(C12)&(RIGHT((TRIM(C12)),(LEN(TRIM(C12))- FIND(".",
(TRIM(C12)))))))
-----Original Message-----
How can I transform this:

myVar = " 7.200" 'spaces are there

to

myNewVar = "7200"

Thanks
Tom


.