I have an Excel file with hundreds of cells that use the Hyperlink formula =HYPERLINK( . I need to extract the plain te
Here is an Excel formula that can extract URL from a hyperlink used into cell.
A1= Excel Cell where you want to extract URL.
=MID(FORMULATEXT(A1),FIND(CHAR(34),FORMULATEXT(A1))+1,FIND(CHAR(34),FORMULATEXT(A1),FIND(CHAR(34),FORMULATEXT(A1))+1)-1-FIND(CHAR(34),FORMULATEXT(A1)))
Excel Formula to get URL from excel hyperlink [Image]