#1   Report Post  
vishu
 
Posts: n/a
Default Filter for decimals

Hi,
I have a list of number in one column.
I want to see the number which has decimals
Eg: 23.96
23.00
22.17
24.00
When I put filter for the above number the result should be 23.96 and 22.17
Can you please tell what the condition I need give in filter option?

  #2   Report Post  
Marco
 
Posts: n/a
Default Filter for decimals

Hi,
I don't know how to define that condition in the filter but you can easily
work it around with an extra column where you test if it's a number with
decimals. If your number to test is in column A2, input :
=IF(INT(A2)<A2,"decimal","integer")

Bye

"vishu" wrote:

Hi,
I have a list of number in one column.
I want to see the number which has decimals
Eg: 23.96
23.00
22.17
24.00
When I put filter for the above number the result should be 23.96 and 22.17
Can you please tell what the condition I need give in filter option?

  #3   Report Post  
vishu
 
Posts: n/a
Default Filter for decimals

Hi Marco...thanks a lot

"Marco" wrote:

Hi,
I don't know how to define that condition in the filter but you can easily
work it around with an extra column where you test if it's a number with
decimals. If your number to test is in column A2, input :
=IF(INT(A2)<A2,"decimal","integer")

Bye

"vishu" wrote:

Hi,
I have a list of number in one column.
I want to see the number which has decimals
Eg: 23.96
23.00
22.17
24.00
When I put filter for the above number the result should be 23.96 and 22.17
Can you please tell what the condition I need give in filter option?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Macro for Filter Switches ... Maybe??? Ken Excel Discussion (Misc queries) 4 February 25th 05 05:30 PM
Filter Switches vs Macro? Ken Excel Discussion (Misc queries) 3 February 24th 05 10:31 PM
Pivot table and filter Bruce Roberson New Users to Excel 1 January 25th 05 04:00 AM
advanced filter won't allow me to filter on bracketed text (-456.2 LucianoG Excel Discussion (Misc queries) 1 December 6th 04 08:38 PM
The Auto Filter button lost the column specified option. D Excel Worksheet Functions 1 November 4th 04 11:47 PM


All times are GMT +1. The time now is 06:52 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"