looking for fractions

  • Thread starter Thread starter Rosa59
  • Start date Start date
R

Rosa59

I have a huge table in which I want to want to filter one of the columns
according values that are not an integer. (i.e. 3.7 boxes, 2.4 boxes, etc.)
What formula or function can I use? I DO NOT WANT TO CHANGE THE VALUE TO AN
INTEGER.
Thanks
Rosa
 
I don't fully understand what it is that you are trying to do but would a
'helper' column of =INT(A1) etc. then filter on that helper column do what
you want?

--
HTH

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

(e-mail address removed)
Replace @mailinator.com with @tiscali.co.uk
 
A helper column with the formula

=mod(a1,1)

dragged down

then filter this and your data column for >0

Mike
 
EXCELLENT! I had to look up the meaning of that function, but now I've got
it. Thanks so much.
Rosa
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top