Re: Breaking out data in a cell



The reason why you got zero from Omnicron's formula is that LEFT and MID
return text strings, so to convert to numbers you need to use a trick like
Teethless mama's +0 (or *1) or otherwise precede the LEFT or MID with a
double unary minus --LEFT(... or --MID(...
--
David Biddulph

"Robert Smith" <usirsclt_No_Spam_@xxxxxxxxxxxxx> wrote in message
news:13ebm1j4n7f5hb0@xxxxxxxxxxxxxxxxxxxxx
I'd like to thank everyone for their reply. I tried the first option by
Omnicron, which showed the numbers correctly, but when doing an average on
those numbers, brought up a big fat 0 for each column.

Teethless mama's formulas renders the correct number via an average
formula.

As always folks, thanks for the help.

Bob

"Teethless mama" <Teethlessmama@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in
message news:4840066E-7319-4A39-8323-0DFD53CDA008@xxxxxxxxxxxxxxxx
In B1: =LEFT(A1,FIND(" ",A1)-3)+0
In C1: =MID(A1,FIND("^",SUBSTITUTE(A1," ","^",2))+1,LEN(A1))+0

select B1 to C1 and copy down as far as needed


"Robert Smith" wrote:

Hi folks,

I download a lot of stats via web queries. One set of stats includes 100
or
so cells in a single column with random data like "74th of 9354" without
the
quotes. Can someone help me with a formula to break out the separate
numbers
74 & 9354 in the columns to the right, so that I can average those 100
or so
cells?

Thanks for any help you can provide.

Bob







.



Relevant Pages

  • Re: Breaking out data in a cell
    ... Omnicron, which showed the numbers correctly, but when doing an average on ... I download a lot of stats via web queries. ... so cells in a single column with random data like "74th of 9354" without ...
    (microsoft.public.excel.worksheet.functions)
  • Breaking out data in a cell
    ... I download a lot of stats via web queries. ... so cells in a single column with random data like "74th of 9354" without the ...
    (microsoft.public.excel.worksheet.functions)
  • Re: [SBL 06/07] - Statsnshit
    ... All my stats will be totally automated once I've built them, ... finished it said '101 cells sorted like how you just said' or somesuch. ... Sid realise he's displayed it all in his native oriental weirdshit ... is that I really need to change my weekly sheets now before I ...
    (uk.sport.football)
  • Re: Change Default Setting-Find & Replace-How?
    ... If all the occurrences are in a single row or a single column, ... Even find next has to look through the 100 cells. ... Excel tries to help by remembering the last settings you used--except ...
    (microsoft.public.excel.misc)
  • Re: Subtraction
    ... so I'm just going to use FOX for stats that I want to do calculations on. ... ISNUMBERfunction to check your cells; maybe you solved your problem in the first step! ... David McRitchie's TRIMALL() function to remove them. ... I just tried to copy/paste baseball stats from ...
    (microsoft.public.excel.worksheet.functions)

Loading