My question is how many parts havinig end with C?Also arrange these parts in ascending order in a new column.
Please refer to the attached file and expected result also.
Regards
Pradeep Kumar Gupta
My question is how many parts havinig end with C?Also arrange these parts in ascending order in a new column.
Please refer to the attached file and expected result also.
Regards
Pradeep Kumar Gupta
Last edited by PRADEEPB270; 03-04-2010 at 06:15 AM. Reason: Some text were missing.
Here is a solution that requires two manual steps which you will perform every time you need to refresh the list. I have added a row that includes the criterion you are looking for. From there you need to use Advanced Filter. As your List Range, select your part numbers, including the header. As your Criteria Range, select the line I added (=*C) plus the header above. Check Copy to another location and select the desired location for output. To sort them, select the results and then use Sort.
If you want this to automatically keep your list up to date every time you make a change, you will need a VBA solution.
Jeff
| | |·| |·| |·| |·| | |:| | |·| |·|
Read the rules
Use code tags to [code]enclose your code![/code]
Hi Pradeep,
Alternatively you can use the following formula in E5 : =IF(RIGHT(C5,1)="C",C5,"") and then drag it down to the end,
Then you can sort the data in another column
Regards
here's another way
btw @
6StringJazzer
i think youve posted the wrong workbook!
Last edited by martindwilson; 02-20-2010 at 05:54 AM.
"Unless otherwise stated all my comments are directed at OP"
Mojito connoisseur and now happily retired
where does code go ?
look here
how to insert code
how to enter array formula
why use -- in sumproduct
recommended reading
wiki Mojito
how to say no convincingly
most important thing you need
Martin Wilson: SPV
and RSMBC
my apologies i didnt see the advanced filter criteria at the top ! and just assumed it was the original and used it myself
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks