Greetings,
I would like to separate values held in a cell. The cell content is produced from a web query and is of the format below:
"11.00+1.00 (+10.00%)"
I would like to use the leftmost '.' (period) as a reference point if necessary. I would like to set as a variable value any numbers to the left of the left most period, the period, and the two digits to the right of the left most period. Essentiallly I would like to take the stock value from the entire cell contents. Any ideas on how best to do this?
I would like to separate values held in a cell. The cell content is produced from a web query and is of the format below:
"11.00+1.00 (+10.00%)"
I would like to use the leftmost '.' (period) as a reference point if necessary. I would like to set as a variable value any numbers to the left of the left most period, the period, and the two digits to the right of the left most period. Essentiallly I would like to take the stock value from the entire cell contents. Any ideas on how best to do this?