• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

4 year + 10 months

What are the EXACT contents of the cell whose value you wish to convert?

Maybe this:

=(TRIM(LEFT(A1,2))*12)+TRIM(MID(A1,FIND("m",A1)-3,3))
 
OK - assuming TY is in A and TM is in B:

=(A2*12)+B2

This is pretty simple, so I hope I haven't missed something ... ;)
 
Back
Top