Is this lookup possible?....

D

Dan B

I have a list of numbers, all are 5 digits long. Some end with a 1 and some
with a 0. Is there a way to have Excel look at that last digit only, and if
it's a 1, copy that cell to another column?

Thanks!

Dan
 
F

Frank Kabel

Hi
one non-VBA solution:
- add a helper column with the formula
=RIGHT(A1,1)
- copy this down for all rows

Now use a filter ('Data - Filter') to get the desired rows and copy
these rows (or use an advanced filter for this)
 
D

Dan B

That will work for me.
Thanks.


Frank Kabel said:
Hi
one non-VBA solution:
- add a helper column with the formula
=RIGHT(A1,1)
- copy this down for all rows

Now use a filter ('Data - Filter') to get the desired rows and copy
these rows (or use an advanced filter for this)
 

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