I already posted a reply Option Explicit Sub getmiddleSAS() Dim c As Range Dim fs As Long Dim ls As Long For Each c In Range("a2:a10") c = Application.Trim(c) fs = InStr(c, " ") ls = InStrRev(c, " ") c.Offset(, 1) = Mid(c, fs, ls - fs) Next c Columns("b").AutoFit End Sub
Don Guillett Microsoft MVP Excel SalesAid Software dguille...@gmail.com From: NRao Mynampati Sent: Thursday, March 22, 2012 12:22 AM To: excel-macros@googlegroups.com Subject: $$Excel-Macros$$ words split from a cell - with formulas only Not for VBA code Please find the attachment of my criteria. Please refer column "A" and i want result in Column "'B" what I need like that. Thanks in advance Simha 970-309-1552 -- FORUM RULES (986+ members already BANNED for violation) 1) Use concise, accurate thread titles. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get quick attention or may not be answered. 2) Don't post a question in the thread of another member. 3) Don't post questions regarding breaking or bypassing any security measure. 4) Acknowledge the responses you receive, good or bad. 5) Cross-promotion of, or links to, forums competitive to this forum in signatures are prohibited. NOTE : Don't ever post personal or confidential data in a workbook. Forum owners and members are not responsible for any loss. ------------------------------------------------------------------------------------------------------ To post to this group, send email to excel-macros@googlegroups.com -- FORUM RULES (986+ members already BANNED for violation) 1) Use concise, accurate thread titles. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get quick attention or may not be answered. 2) Don't post a question in the thread of another member. 3) Don't post questions regarding breaking or bypassing any security measure. 4) Acknowledge the responses you receive, good or bad. 5) Cross-promotion of, or links to, forums competitive to this forum in signatures are prohibited. NOTE : Don't ever post personal or confidential data in a workbook. Forum owners and members are not responsible for any loss. ------------------------------------------------------------------------------------------------------ To post to this group, send email to excel-macros@googlegroups.com