Thanks a million, Don! That's exactly what I was hoping for. Is there a formula to go thru the numbers in A and list the unique ones in B?
Bob
If you don't mind me jumping in:
In B1 enter,
=A1
In B2, enter this *array* formula:
=IF(ISERR(MATCH(0,COUNTIF(B$1:B1,$A$1:$A$200&""),0)),"",INDEX(IF(ISBLANK($A$
1:$A$200),"",$A$1:$A$200),MATCH(0,COUNTIF(B$1:B1,$A$1:$A$200&""),0)))

Signature
Array formulas must be entered with CSE, <Ctrl> <Shift > <Enter>, instead of
the regular <Enter>, which will *automatically* enclose the formula in curly
brackets, which *cannot* be done manually.
You *must also* use CSE when revising the formula.
*After* the CSE entry, copy down until you get #N/A errors.
This tells you that you have exhausted the unique numbers in Column A.
I have sized the formula to A200.
You can revise that as necessary.
As you add additional values to Column A, those errors will change to
display additional uniques.
--
HTH,
RD
---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
Thanks a million, Don! That's exactly what I was hoping for. Is there a
formula to go thru the numbers in A and list the unique ones in B?
Bob
> in c2=countif(a2:a15,b2) copied down with the fill handle
> 1 1 3
[quoted text clipped - 43 lines]
> news:uS7tsX15HHA.1484@TK2MSFTNGP06.phx.gbl...
> > Have a look in the help index for COUNTIF
Mail Man Bob - 26 Aug 2007 18:18 GMT
Thanks, RD! Exactly what I needed. An example is the best thing for me. I can use that now and learn the COUNTIF, etc.
Can you recommend a good study book or online 'course' where I can learn these type of operations?
Thanks again to all of you!
Bob
> If you don't mind me jumping in:
>
[quoted text clipped - 76 lines]
> > >
> > > Thanks!
Ragdyer - 26 Aug 2007 18:47 GMT
Appreciate the feed-back.
As for your other question, check this link:
http://tinyurl.com/2bah9v

Signature
Regards,
RD
---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
Thanks, RD! Exactly what I needed. An example is the best thing for me. I
can use that now and learn the COUNTIF, etc.
Can you recommend a good study book or online 'course' where I can learn
these type of operations?
Thanks again to all of you!
Bob
> If you don't mind me jumping in:
>
> In B1 enter,
> =A1
>
> In B2, enter this *array* formula:
=IF(ISERR(MATCH(0,COUNTIF(B$1:B1,$A$1:$A$200&""),0)),"",INDEX(IF(ISBLANK($A$
> 1:$A$200),"",$A$1:$A$200),MATCH(0,COUNTIF(B$1:B1,$A$1:$A$200&""),0)))
>
[quoted text clipped - 67 lines]
> > >
> > > Thanks!