I’m not sure when I’d use this, but another great video. Can you please explain the 2 Text.remove statements?
@basensei86997 ай бұрын
Hey Ron! yes indeed so with a Reference like ABC1234567. The first remove statement takes the first 3 characters "ABC" and it removes charcters that are in "A" to "Z" in this case all three are in the range so the result = "" (blank). TRUE. If we put JaMeS into it it would have returned "a" and that would be "" so false.
@basensei86997 ай бұрын
so it returns a TRUE of the characters match. if it doesnt match then it returns FALSE and it's not part of the pattern.
@rangs19667 ай бұрын
Super
@seninallou23883 ай бұрын
👏
@williamarthur48017 ай бұрын
Ok, I may have only been following along, and just about understand the logic, but oh, the sense of amazement when I clicked ok and it worked. 😊😊
@basensei86997 ай бұрын
Glorious!
@boissierepascal57557 ай бұрын
Great !
@seninallou23883 ай бұрын
how do you extract a a number pattern with "/" and number (eg. 1234554/1, 1334535/2) using your example?
@williamarthur48017 ай бұрын
BTW , how about a follow up on the nested custom functions, there's not much out there, also i must get Ricks and what's her names book. I think you and he should to a video together, it would be an interesting contrast in style. 😋😋
@basensei86997 ай бұрын
Ye that would be great idea - that book is next level. They really went all out with that one. Might be a good collab! and thanks for that content idea on nested custom functions! was wondering what to do next :)
@corradoagnoletto9056 ай бұрын
It is easier and faster with REGEXEXTRACT function in excel using the pattern "[A-Z]{3}[0-9]{7}"