View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
romelsb romelsb is offline
external usenet poster
 
Posts: 117
Default how to determine if a series of numbers contain odd or even va

Hi kitty you are quite tricky...the guys gave a lot but no reply...Guys,
look for help about meaning of "delete the rows that contain EVEN serial
numbers"...Type on cell A1:=row(a1)=1
A2:=ROW(a2)=2
how to delete a standard excel row???

"RagDyer" wrote:

With ATP installed:

=ISEVEN(A1)

And copy down.

Filter on and delete the "True" rows.

If serial numbers are alpha-numeric, try:

=ISEVEN(RIGHT(A1))

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------


"Kittysaid" wrote in message
...
I have lists of numbers that have a unique serial number. I would like to
delete the rows that contain EVEN serial numbers.