2 data sets in one cell

G

Guest

Hi All,

I've copy and pasted some data into excel for exchange rates over the past
years. The format that the data is in has the US$ - CDN$ and the CDN$ - US$
rate in the same cell. It looks like "1.53948182 [ 0.64956922 ]". I want to
automatically put the exchange rate that is in brackets into the column next
to it while keeping the other one in its current cell. Is there anyway to do
this automatically?

Thanks!
 
D

Dave Peterson

So you're going to put each figure it its own cell.

I'd select the column
edit|replace
what: [
with: _ (spacebar)
replace all
(and once more)
edit|replace
what: ]
with: _ (spacebar)
replace all

Then your figures will be separated/surrounded by spaces.

Then with that column still selected
data|text to columns|delimited|by space
and check that "treat consecutive delimiters as one"

And finish up.

Hi All,

I've copy and pasted some data into excel for exchange rates over the past
years. The format that the data is in has the US$ - CDN$ and the CDN$ - US$
rate in the same cell. It looks like "1.53948182 [ 0.64956922 ]". I want to
automatically put the exchange rate that is in brackets into the column next
to it while keeping the other one in its current cell. Is there anyway to do
this automatically?

Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top