I need to filter column A to see which cells end with values like .com/,.org/,.co.uk/, etc
Instead of filtering by "text ends with" dozens or hundreds of times, is there a way to combine all of these into one custom formula?
try this custom formula for:
=REGEXMATCH(A1, ".com/$|.org/$|.co.uk/$")