SirGruffles
New Member
- Joined
- Jul 23, 2018
- Messages
- 26
Hello,
I have a list of account numbers in the format of "XXXX-YYY-ZZZ- -" in column A, specifically A6-A684.
Is there a function in excel, similar to Vlookup, that would pull out any and all account numbers that match a certain criteria?
For instance, ideally, I would want to pull out any and all account numbers that end in "100-100- -", and I figured that (including the extra dashes), would require the use of Right(data,10) as the matching criteria. Or something with an If statement to have that match the 100-100- -? Blargh, brain hurt.
But after that, I get completely stumped as to how I can make it scroll through the entire list and give me ALL the matching accounts, and not simply the first one it finds in the list.
Thank you very much for any and all help on this.
(I'm at a new job and would like to look knowledgeable >.>)
Thanks!
I have a list of account numbers in the format of "XXXX-YYY-ZZZ- -" in column A, specifically A6-A684.
Is there a function in excel, similar to Vlookup, that would pull out any and all account numbers that match a certain criteria?
For instance, ideally, I would want to pull out any and all account numbers that end in "100-100- -", and I figured that (including the extra dashes), would require the use of Right(data,10) as the matching criteria. Or something with an If statement to have that match the 100-100- -? Blargh, brain hurt.
But after that, I get completely stumped as to how I can make it scroll through the entire list and give me ALL the matching accounts, and not simply the first one it finds in the list.
Thank you very much for any and all help on this.
(I'm at a new job and would like to look knowledgeable >.>)
Thanks!