If i have a string like abc_xyz, i can use =REGEXEXTRACT(B2, "(.*)_") to extract abc from it. But if i have a string like abc_xyz_qwe, the function will return abc_xyz.
So can you help me figure out how to get the formula to return only abc if there are multiple values separated by underscores in the string.