Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Smith
 
Posts: n/a
Default Suggestions on formula to track powerball numbers?

Hi folks,

As a hobby, I've been tracking PB numbers picked over the past couple of
years. I have the numbers listed in each cell in three columns in this
format.
10 25 35 38 41 PB 23 (last night's pick). Am trying to pick out each
separate number with this formula, for each number between 1-55. To find 01
=
=COUNTA($B$1:$B$63,$F$1:$F$63,$J$1:$J$63,1)-11-21-31-41-51. This excludes
all other numbers ending with a 1, except for 01.

Only problem is that I can't separate out the PB number pick if that number
is one Tried numerous variations of formulas, changing how the PB number
shows ect. I realize I should have dedicated a separate column for the PB #,
but it's too late now, with over 160 sets of numbers already typed in.

Any ideas on how to complete this formula? Or, is there a better argument to
use?

TIA,

Bob


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JE McGimpsey
 
Posts: n/a
Default Suggestions on formula to track powerball numbers?

One suggestion would be to use Data/Text to Columns to separate the
numbers (choose Delimited/Space)

OTOH, why bother?

In article . net,
"Bob Smith" wrote:

Only problem is that I can't separate out the PB number pick if that number
is one Tried numerous variations of formulas, changing how the PB number
shows ect. I realize I should have dedicated a separate column for the PB #,
but it's too late now, with over 160 sets of numbers already typed in.

Any ideas on how to complete this formula? Or, is there a better argument to
use?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Smith
 
Posts: n/a
Default Suggestions on formula to track powerball numbers?

Thanks for the suggestion. As for why bother, like I said, it's just a
hobby. Am just curious which numbers come up the most, that's all ...

Bob

"JE McGimpsey" wrote in message
...
One suggestion would be to use Data/Text to Columns to separate the
numbers (choose Delimited/Space)

OTOH, why bother?

In article . net,
"Bob Smith" wrote:

Only problem is that I can't separate out the PB number pick if that
number
is one Tried numerous variations of formulas, changing how the PB number
shows ect. I realize I should have dedicated a separate column for the PB
#,
but it's too late now, with over 160 sets of numbers already typed in.

Any ideas on how to complete this formula? Or, is there a better argument
to
use?



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Smith
 
Posts: n/a
Default Suggestions on formula to track powerball numbers?


"JE McGimpsey" wrote in message
...
One suggestion would be to use Data/Text to Columns to separate the
numbers (choose Delimited/Space)

OTOH, why bother?


By the by, that suggestion doesn't work, as it only picks up the first 3
sets of numbers, whether I use delimited or fixed.

Bob


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Biff
 
Posts: n/a
Default Suggestions on formula to track powerball numbers?

Hi!

That's not a good way to enter your data. You should put one number in one
cell.

If one cell contains this string:

10 25 35 38 41 PB 23

And the format is consistent throughout such that single digit numbers are
padded with a leading zero:

01 09 35 38 41 PB 23

To count the number of occurences of the regular numbers, 25 for example:

=SUMPRODUCT(--ISNUMBER(FIND("25",LEFT(A1:A100,14))))

To count the number of occurences of the power ball, 01 for example:

=SUMPRODUCT(--ISNUMBER(FIND("01",RIGHT(A1:A100,2))))

Biff

"Bob Smith" wrote in message
ink.net...
Hi folks,

As a hobby, I've been tracking PB numbers picked over the past couple of
years. I have the numbers listed in each cell in three columns in this
format.
10 25 35 38 41 PB 23 (last night's pick). Am trying to pick out each
separate number with this formula, for each number between 1-55. To find
01 =
=COUNTA($B$1:$B$63,$F$1:$F$63,$J$1:$J$63,1)-11-21-31-41-51. This excludes
all other numbers ending with a 1, except for 01.

Only problem is that I can't separate out the PB number pick if that
number is one Tried numerous variations of formulas, changing how the PB
number shows ect. I realize I should have dedicated a separate column for
the PB #, but it's too late now, with over 160 sets of numbers already
typed in.

Any ideas on how to complete this formula? Or, is there a better argument
to use?

TIA,

Bob





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help! How do you get excel to find the x(changes daily, marked in a cell from another formula) highest numbers in a group of numbers and sum them up? C-Man23 Excel Worksheet Functions 3 January 19th 06 09:52 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
I PUT A FORMULA IN A CELL BUT I DON'T GET NUMBERS BUT THE FORMULA lady one Excel Worksheet Functions 3 September 24th 05 01:46 PM
Match Last Occurrence of two numbers and Count to Previous Occurence Sam via OfficeKB.com Excel Worksheet Functions 33 April 4th 05 02:17 PM
Displaying numbers used in formula SeeFar Excel Discussion (Misc queries) 2 December 28th 04 07:05 PM


All times are GMT +1. The time now is 08:42 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"