Can anyone know how to solve my Google Sheet Problem? I have a cell with a text, some word in text are bold, i want to extract only bold words from text, how can i do that?
Text in Cell:
I want to register for a course?
Expected Output:
register, course
Thanks