A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

filter for round numbers



 
 
Thread Tools Display Modes
  #1  
Old September 23rd, 2008, 02:38 PM posted to microsoft.public.excel.worksheet.functions
Julieeeee
external usenet poster
 
Posts: 10
Default filter for round numbers

Is there a way to filter or sort for only those values that have no cents? I
have a column of discount amounts, and I want to see only the flat rate
discounts and not the percentage discounts. The flat rate discounts would be
like 25.00 -- always without any cents. Percentage discounts would
virtually always be like 25.34 or something like that.
Thanks!
Julie
  #2  
Old September 23rd, 2008, 03:45 PM posted to microsoft.public.excel.worksheet.functions
Pete_UK
external usenet poster
 
Posts: 8,780
Default filter for round numbers

You can use a helper column with a formula like this:

=IF(INT(D2)=D2,"Flat-rate","%age")

and copy this down. Then you can apply autofilter to this column,
selecting "Flat-rate" from the filter pull-down.

Hope this helps.

Pete

On Sep 23, 2:38*pm, Julieeeee
wrote:
Is there a way to filter or sort for only those values that have no cents? *I
have a column of discount amounts, and I want to see only the flat rate
discounts and not the percentage discounts. *The flat rate discounts would be
like 25.00 -- always without any cents. *Percentage discounts would
virtually always be like 25.34 or something like that.
Thanks!
Julie


  #3  
Old September 23rd, 2008, 03:45 PM posted to microsoft.public.excel.worksheet.functions
Sandy Mann
external usenet poster
 
Posts: 2,264
Default filter for round numbers

Assuming that the 25 is 25 and not soemthing like 24.999999999994 as the
result of a calculation the use a helper column with the formula:

=E4=INT(E4)

or whatever the column/row is and copy down then filter of TRUE.

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk


"Julieeeee" wrote in message
...
Is there a way to filter or sort for only those values that have no cents?
I
have a column of discount amounts, and I want to see only the flat rate
discounts and not the percentage discounts. The flat rate discounts would
be
like 25.00 -- always without any cents. Percentage discounts would
virtually always be like 25.34 or something like that.
Thanks!
Julie



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 11:41 PM.


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