Skip to main content

Questions tagged [regex]

regex stands for "regular expressions". They are used to define a string search pattern that could be used in some web applications like Google editors to do input validation, search and replace among other similar tasks.

2 votes
1 answer
63 views

My data durations formatted like 5 days 12 hours 49 mins. What is the easiest way to transform these strings into numeric durations, and extract the number of days, hours and minutes? Bear in mind ...
MymsMan's user avatar
  • 125
1 vote
1 answer
73 views

From similar problems I found online, I've tried a number of regexmatch and combined it with indirect but nothing seems to work. Here's a sample of my sheet: https://docs.google.com/spreadsheets/d/...
Jessica Gutowski's user avatar
2 votes
1 answer
160 views

I'm really tired and can't remember how to make this work so would appreciate any pointers on where I'm going wrong. I'm trying to do the following: Get cell K2 to provide a specified text value ...
irny's user avatar
  • 31
2 votes
2 answers
2k views

I am currently using =regexmatch(A1,"(?i)N02|N22|J25") in column A to highlight the cells that contain these terms. But I don't want to hardcode it as the search terms keep changing. The ...
Genny's user avatar
  • 383
0 votes
3 answers
208 views

=sort( filter( { Bryson!A4:S502; David!A4:S502; Justin!A4:S502; Michael!A4:S502; Manny!A4:S502; ScottC!A4:S502; ScottD!A4:S502; Zhenqian!A4:S502; Visitors!A4:S502 }, regexmatch({ Bryson!Q4:...
Bryson Williams's user avatar
4 votes
1 answer
1k views

Any expert on Google Sheets Regular expressions? I am trying to extract all the text after the last two dots symbol found : Example on the text= Roger : Blue Large : pack : high brand the word that I ...
Gilbert's user avatar
  • 49
2 votes
1 answer
178 views

I need to bulk check the number of Google Search results count for given keywords by using Google Sheets For example, ocean is About 2,960,000,000 results
Tasha Williams's user avatar
2 votes
1 answer
544 views

About a year ago, I started getting emails form very random email addresses that are just extremely obvious to be spam. However, just blocking one single user account doesn't do the trick because the ...
LewlSauce's user avatar
  • 141

15 30 50 per page
1
2 3 4 5
12