Hi,
despite what the title says, it isn't as easy as just that...
What I'm doing is tracking the number of times a number is skipped, incrementing 1 each skip, then when the number is drawn a "0" is entered into the string, and the process starts again. so it looks something like this:
12340123456780123456789101112130120.... each zero is when the number is drawn.. then the next drawn if the number isn't picked a 1 is entered, adding 1 for each time it is skipped. I have the numbers going down from B1 down to B262.
I have this formula copied down from B16 to B300:
IF('Number Counts'!A3="","",IF(COUNTIF('Number Counts'!B3,1),0,B13+1))
I would like to stream line the process, instead of having the long string of numbers from B16 down to B262, I would like to have the current skip count appearing in 1 Cell.
Also, I would like to add the last digit before the number hits.. In the below string string example:
12340123456780123456789101112130120, I would like to add the numbers 4, 8, 13, 2... there would be more numbers of course, this is shortened for simplicity.
Hope these make sense...
thanks
Dave
despite what the title says, it isn't as easy as just that...
What I'm doing is tracking the number of times a number is skipped, incrementing 1 each skip, then when the number is drawn a "0" is entered into the string, and the process starts again. so it looks something like this:
12340123456780123456789101112130120.... each zero is when the number is drawn.. then the next drawn if the number isn't picked a 1 is entered, adding 1 for each time it is skipped. I have the numbers going down from B1 down to B262.
I have this formula copied down from B16 to B300:
IF('Number Counts'!A3="","",IF(COUNTIF('Number Counts'!B3,1),0,B13+1))
I would like to stream line the process, instead of having the long string of numbers from B16 down to B262, I would like to have the current skip count appearing in 1 Cell.
Also, I would like to add the last digit before the number hits.. In the below string string example:
12340123456780123456789101112130120, I would like to add the numbers 4, 8, 13, 2... there would be more numbers of course, this is shortened for simplicity.
Hope these make sense...
thanks
Dave