Whole Dollar Function

A

Adam

I have a download of data with varying amounts (ex. 20.00, 15.67, 20.15) and
I need to pull out all the amounts that are whole dollar amounts (integers).
What is the best way to approach this ?

Thank you for your help!
 
J

JE McGimpsey

Not sure what you mean by "pull out", so I don't know about "best", but
if you used a helper column, e.g.:

J1: =A1=INT(A1)

you could then Auto or Advanced filter on the TRUE/FALSEs in the helper
column.
 
A

Adam

That worked perfectly!

JE McGimpsey said:
Not sure what you mean by "pull out", so I don't know about "best", but
if you used a helper column, e.g.:

J1: =A1=INT(A1)

you could then Auto or Advanced filter on the TRUE/FALSEs in the helper
column.
 

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

Top