Possible to extract partial data in Excel?
Solved/Closed
Related:
- Possible to extract partial data in Excel?
- Transfer data from one excel worksheet to another automatically - Guide
- How to change date format in excel - Guide
- Number to words in excel - Guide
- Extract audio from video - Guide
- Digital data transmission - Guide
1 reply
venkat1926
Posts
1864
Registration date
Sunday June 14, 2009
Status
Contributor
Last seen
August 7, 2021
810
Jun 19, 2009 at 07:49 PM
Jun 19, 2009 at 07:49 PM
suppose the hyperlink is in A1 in c1 (or any other cell in row 1) type this formula
=RIGHT(A1,LEN(A1)-21)
suppose other hyperlinks are in A2 A3 etc copy C1 down
=RIGHT(A1,LEN(A1)-21)
suppose other hyperlinks are in A2 A3 etc copy C1 down
Jun 20, 2009 at 11:42 AM