Dear Experts,
Please check i need to remove text like....
Remove
AVA
AVB
AVC
AWA
AWB
Please resolve this issue....
Dear Experts,
Please check i need to remove text like....
Remove
AVA
AVB
AVC
AWA
AWB
Please resolve this issue....
Last edited by Navi_G; 06-10-2018 at 09:06 AM.
Thanks & Regards,
Navi_G
Navi_G,
It's always a good idea to present us with what you want the results to look like...
For starters, try in C2 copied down =IFERROR(SUBSTITUTE(B2,$E$2:$E$6,""),B2)
Or to remove the double hyphen left by the above >> =IFERROR(SUBSTITUTE(B2,$E$2:$E$6&"-",""),B2)
Last edited by jeffreybrown; 06-10-2018 at 09:24 AM.
HTH
Regards, Jeff
Remove column just as example and it not for helper
Remove mean all text remove and 221-2018 shown as a result without remove column...
Try
=IF(ISNUMBER(LEFT(B2,3)+0),LEFT(B2,4)&RIGHT(B2,4),RIGHT(B2,4))
something like that?
Done with PowerQuery
B C 1Cust. Codes result 2221-AVA-2018 221-2018 3222-AVB-2018 222-2018 4223-AVC-2018 223-2018 5224-AWA-2017 224-2017 6225-AWB-2017 225-2017 7226-AWC-2017 226-2017 8AXA-2015 2015 9AXB-2015 2015 10AXC-2015 2015 11AYA-2015 2015 12227-AYB-2016 227-2016 13228-AYC-2016 228-2016 14229-AZA-2016 229-2016
Last edited by sandy666; 06-10-2018 at 11:16 AM.
Dear Sir,
what steps involve please inform me for as a student of power query...
Last edited by jeffreybrown; 06-10-2018 at 03:01 PM. Reason: Removed full quote!
1st. don't quote whole post
2nd. open PowerQuery Editor, on the right side you'll see the steps or from the menu open Advanced Editor with steps detailed.
For student:
Microsoft Power Query for Excel Help
Last edited by sandy666; 06-10-2018 at 12:27 PM.
Thanks i try and inform you to what happend
See attached
Hi,
JohnTopley's formula works for all your given samples and should Not produce a FALSE...
Here's another formula option for your given samples: =REPLACE(B2,SEARCH("A",B2),4,"")
Formula copied down.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks