Is this lookup possible?....

  • Thread starter Thread starter Dan B
  • Start date Start date
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
 
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)
 
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

Similar Threads

Lookup references 3
Help needed 0
Scrabble Value calculation for Welsh words 0
is this possible 3
OFFICE 7 3
Sort Question 1
Lookup returning wrong results 0
using the =page! feature to transpose a row to column 0

Back
Top