Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
This answer was the easiest and most helpful. The MOD answer worked, but
this is the easiest to remember. I added this to a macro, so I can use it whenever I am filtering data by serial number. "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. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Appreciate the feed-back.
-- Regards, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "Kittysaid" wrote in message ... This answer was the easiest and most helpful. The MOD answer worked, but this is the easiest to remember. I added this to a macro, so I can use it whenever I am filtering data by serial number. "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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I'm trying to determine how a series of dropdown lists were creat. | Excel Discussion (Misc queries) | |||
How to find missing numbers in series | Excel Worksheet Functions | |||
duplicate numbers in column a and diferent values in b | Excel Worksheet Functions | |||
multiple series of values graphed with indep. x values -possible? | Charts and Charting in Excel | |||
Combo Box Values not Numbers | Excel Worksheet Functions |