209194/how-to-split-text-values-by-a-delimiter
I must examine a database. I want to use the delimiter @ to merge all of the necessary cells together. I now want to use the @ delimiter to divide the string value on a different sheet (see the screenshot). It must be carried out using a formula.
The Split function is what you are looking for:
=Split(A1, "@")
Example of Split used to split text by delimiter
Hi@akhtar, In your TextField, you can call one ...READ MORE
i wanted to link a website to ...READ MORE
You can accomplish that using code rather ...READ MORE
Try looking for javascript solutions to use ...READ MORE
To match an eight-digit number, you may ...READ MORE
ISNUMBER(SEARCH("Maria,",SUBSTITUTE(A1:A4,"]",","))) shows TRUE if Maria is found and false if it would ...READ MORE
You are describing how manually entered data ...READ MORE
The Excel manual method: choose Text to Column ...READ MORE
Multiple ways, one is to use FILTERXML(): Formula in B2: =TRANSPOSE(FILTERXML("<t><s>"&SUBSTITUTE(A2," ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.