M
martinjf
How can I get the numeric value from the cell: " $4.57 dividend"
martinjf said:How can I get the numeric value from the cell: " $4.57 dividend"
=LEFT(A1,FIND(\" \",A1)-1)
How can I get the numeric value from the cell: " $4.57 dividend"