
How to extract after a specific character "RIGHT function and FIND function" Excel (Excel)
As shown in the figure below, when the data to be extracted is contained after a string and the number of characters of the data to be extracted is not constant, the RIGHT function alone cannot be used to extract the data. Function to extract the data after the "¥" mark in cell "A2" = RIGHT(A2,LEN(A2)-FIN...)