Forum Discussion
Cheryl
Jul 21, 2022Copper Contributor
How to extract the bigger number from the first bracket?
Hi! May I ask if it's possible to get the expected result below? Unsure if I should use regexextract. I can get a number but not the expected one. Here's the screenshot Here's the link...
- Jul 22, 2022
=IFERROR(TRIM(MID(A2,SEARCH("[0-",A2)+3,FIND(" Booking]",A2,SEARCH("[0-",A2)+3)-(SEARCH("[0-",A2)+3)-5)),0)Maybe with this formula.
Martin_Weiss
Jul 22, 2022Bronze Contributor
Hi Cheryl
I would use Power Query for this task. Load the source table in PQ and get the results in a separate table. Attached please find an example. You just need to right click in the green result table and choose "Refresh", if you have added more records in your source table.
- CherylJul 22, 2022Copper ContributorThank you!! I've never used PQ and will explore more about it. Interesting to know!