Pulling text from a cell
- From: "jnasr" <nasr.joseph@xxxxxxxxx>
- Date: 9 Nov 2006 07:35:58 -0800
I copied some data down to excel from the internet (no .xls or .csv
download available, just a straight copy and paste, unfortunately).
The data is in the format below:
5,503,522 7,268,551
There is a space between the numbers. I have used right, left, find
and len formulas in the past to separate text like this, but I'm having
trouble with this one.
Assuming the above data was in cell A1, I initially tried using the
formula
=RIGHT(A1,FIND(" ",A1))
However, this returns 551. I checked this and running FIND(" ",A1)
returns a value of 3. This doesn't make sense to me either, but if
anyone could explain a solution or why the FIND formula I was using was
returning that particular value, I would appreciate it.
Thanks.
.
- Follow-Ups:
- Re: Pulling text from a cell
- From: David Biddulph
- Re: Pulling text from a cell
- From: Domenic
- Re: Pulling text from a cell
- From: Saruman
- Re: Pulling text from a cell
- Prev by Date: Re: Need help implementing EPA rounding method
- Next by Date: Re: Interaction of form controls and pictures in Excel 2007
- Previous by thread: Re: Using =TRIM()
- Next by thread: Re: Pulling text from a cell
- Index(es):
Relevant Pages
|