Macro for Extracting Data
Closed
MHerren
Posts
1
Registration date
Tuesday March 24, 2015
Status
Member
Last seen
March 24, 2015
-
Mar 24, 2015 at 09:53 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen January 16, 2023 - Mar 24, 2015 at 12:40 PM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen January 16, 2023 - Mar 24, 2015 at 12:40 PM
Related:
- Macro for Extracting Data
- Transfer data from one excel worksheet to another automatically - Guide
- Spell number in excel without macro - Guide
- Tmobile data check - Guide
- Macro excel download - Download - Spreadsheets
- Run macro when cell value changes - Guide
1 response
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
January 16, 2023
549
Mar 24, 2015 at 12:40 PM
Mar 24, 2015 at 12:40 PM
Hi MHerren,
No need for macro here.
The following formula will locate both ":" and takes the value in between:
=MID(A1,SEARCH(":",A1)+1,SEARCH(":",A1,SEARCH(":",A1)+1)-(SEARCH(":",A1)+1))
Best regards,
Trowa
No need for macro here.
The following formula will locate both ":" and takes the value in between:
=MID(A1,SEARCH(":",A1)+1,SEARCH(":",A1,SEARCH(":",A1)+1)-(SEARCH(":",A1)+1))
Best regards,
Trowa