Good people, I have been trying to retrace this thread for a long time, but I thougt I had conducted it in email. I am glad to relocate it.
Now on the same question, my data does vary in length and decimal places, and I need to read the number precisely as included in the dataset. How would you modify the code
=VALUE(MID(A1,SEARCH(" ",A1,SEARCH(" ",A1,SEARCH(" ",A1,1)+1)+1)+1,SEARCH(".",A1,1)-(SEARCH(" ",A1,SEARCH(" ",A1,SEARCH(" ",A1,1)+1)+1)+1)))
so that you read the number precisely, including the decimals, noting that some could be just one decimal places, others could be as long as 4 decimals? As the code is currently it returns 2 zeros for decimal places. Which entry of the code dictates how many places the code reads after the period? I am having difficulties catching up to the logic of programing in exel and the programs I am familiar with are currently unreachable - so I have to learn.
I will appreciate your help.
Bookmarks