Hello. I am very new to Power Query.
I have a formula I use in a normal excel worksheet:
=LEFT((MID(A1,SEARCH("( ",A1)+3,200)), (SEARCH(", S",(MID(A1,SEARCH(" (",A1)+3,200)))-1))
It takes the following string in cell A1:
DV1511H, Episode Name ( Show Name, SeriesNumber)
...and displays "Show Name" i.e. I'm trying to extract the Show Name from the above string
Is there a way to create a similar formula in Power Query ?
Many thanks
Thomas
I have a formula I use in a normal excel worksheet:
=LEFT((MID(A1,SEARCH("( ",A1)+3,200)), (SEARCH(", S",(MID(A1,SEARCH(" (",A1)+3,200)))-1))
It takes the following string in cell A1:
DV1511H, Episode Name ( Show Name, SeriesNumber)
...and displays "Show Name" i.e. I'm trying to extract the Show Name from the above string
DV1511H, Episode Name ( Show Name, SeriesNumber) | =LEFT((MID(A1,SEARCH(" ( ",A1)+3,200)), (SEARCH(", S",(MID(A1,SEARCH(" ( ",A1)+3,200)))-1)) |
DV1511H, Episode Name ( Show Name, SeriesNumber) | Show Name |
Is there a way to create a similar formula in Power Query ?
Many thanks
Thomas