Thread
:
wrap text
View Single Post
#
1
Posted to microsoft.public.excel.programming
Don Guillett
external usenet poster
Posts: 10,124
wrap text
In a helper column
=IF(ISNUMBER(C2),C2,LEFT(C2,FIND(" ",C2)-2)+RIGHT(C2,LEN(C2)-FIND(" ",C2)))
--
Don Guillett
SalesAid Software
"bijan" wrote in message
...
I have a huge data that some of them contain wrap text cells with number
value,
how I can sum this example correctly with macro?
A B
1 10
20
2 54
3 3365
18
4 524
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett