How To Convert Data in Columns into Rows in Excel Document

How To Convert Data in Columns into Rows in Excel Document



Download Notepad file - Clickhere

Copy code here:

Function SplitCellToRows(CellValue As Range, Delimiter As String)

Dim SplitValues() As String

SplitValues=Split(CellValue.Value, Delimiter)

For i=LBound(SplitValues)To UBound(SplitValues)

SplitValues(i)=Trim(SplitValues(i))

Next i

SplitCellToRows=WorksheetFunction.Transpose(SplitValues)

End Function

Download Notepad file - Clickhere

कोई टिप्पणी नहीं

टिप्पणी: केवल इस ब्लॉग का सदस्य टिप्पणी भेज सकता है.

"Master REGEX in Excel | Boost Your Productivity with These Powerful Tips!"

 "Master REGEX in Excel | Boost Your Productivity with These Powerful Tips!" Regex (Regular expressions), is a tool that finds pat...

Blogger द्वारा संचालित.