Jagdev Singh
Active Member
I am ever of VBA code
Function REVERSE(Str As String) As String
REVERSE = StrReverse(Trim(Str))
End Function
Say for Jaggi –
I have an excel formula – Left(Right(A1,1),1)&Left(Right(A1,2),1)…. Till 5, but I have to keep on changing it depend upon the length of the string. Is there any other easy formula in excel for this.
Regards,
JD
Function REVERSE(Str As String) As String
REVERSE = StrReverse(Trim(Str))
End Function
Say for Jaggi –
I have an excel formula – Left(Right(A1,1),1)&Left(Right(A1,2),1)…. Till 5, but I have to keep on changing it depend upon the length of the string. Is there any other easy formula in excel for this.
Regards,
JD