Excel TEXTSPLIT function

Video thumbnail for Excel TEXTSPLIT function
In this video, we introduce the TEXTSPLIT function, which is designed to split text into separate cells using a given delimiter. The video shows how to use TEXTSPLIT in three different ways: (1) to split email addresses into two parts, (2) to split comma-separated text into five columns, and (3) to...

TEXTAFTER with TEXTBEFORE

Video thumbnail for TEXTAFTER with TEXTBEFORE
You can't always get what you want with the TEXTAFTER function or the TEXTBEFORE function alone. This video walks through two examples that explain how to combine the TEXTAFTER with TEXTBEFORE in a single formula. This might seem like a strange thing to do, but it's a handy trick when you...

Sort by substring

We have a list of 12 codes in Column B. Each code consists of a prefix (two letters), a color (variable), and a 4-digit number, all separated by hyphens (e.g., AX-Red-6387). The goal is to sort this list based on the color substring so that all codes with the same color are grouped together in...Read more

Pages