Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Banu,
conditions like: should read: Criteria like: --- Regards, Norman "Norman Jones" wrote in message ... Hi Baru, Extract even and odd IP addresses using the Advanced filter with conditions like: :=MOD(RIGHT(A2,1),2)=0 (Even) =MOD(RIGHT(A2,1),2)=1 (Odd) If you are not familiar with the advanced filter feature, see Debra Dalgleish's tutorial at: http://www.contextures.com/xladvfilter01.html --- Regards, Norman |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Write Macro to Fix Data Alignment (Data dump from Crystal to Excel | Excel Discussion (Misc queries) | |||
create numbered sortable numbered list in excel | Excel Discussion (Misc queries) | |||
write a macro to input data | Excel Discussion (Misc queries) | |||
write macro to input data | New Users to Excel | |||
is it possible to execute write to the fields in another .xsl form a macro in another .xsl? e.g. some way to load another .xsl into an .xsl macro and write to its data? | Excel Worksheet Functions |