Some of the tricks, which are usefull in tips, i will discuss in this post.
1) The following is one function usefull when we want to concate the value with any leading values.
=Right(Concatenate("00",A1),8)
=Right(Concatenate("xx",A1),8)
2) Replace is the one good function we can use as follows:
=REPLACE(A1,1,2,"A") i.e [Replace(OldValue,StartNumber,NumberOfCharecters,NewValue)]
