S
sk81222
Hey everyone,
I have a long list of these. what I need to do is rearrange the order.
this is what i need each one to look like.
12M to be M12
18M to be M18
1M = M1
2Y = 2Y
3M = M3
3Y = 3Y
4Y = 4Y
6M = M6
9M = M9
this is the formula i tries to work out but to no avail.
=IF(RIGHT(2Y,1)=Y,CONCATENATE(RIGHT(2Y,1),LEFT(2Y,2)))
the problem is the the forumla doesnt even read the =Y and it doesn
account for the difference between 1M and 18M. but i think that can b
solved by =concatenate(left(2Y,1),0,right(2Y,1)) or something lik
that. im just having trouble incorporating it into the already plague
formula.
I would aprpeciate all the help I can get.
thank you
S
I have a long list of these. what I need to do is rearrange the order.
this is what i need each one to look like.
12M to be M12
18M to be M18
1M = M1
2Y = 2Y
3M = M3
3Y = 3Y
4Y = 4Y
6M = M6
9M = M9
this is the formula i tries to work out but to no avail.
=IF(RIGHT(2Y,1)=Y,CONCATENATE(RIGHT(2Y,1),LEFT(2Y,2)))
the problem is the the forumla doesnt even read the =Y and it doesn
account for the difference between 1M and 18M. but i think that can b
solved by =concatenate(left(2Y,1),0,right(2Y,1)) or something lik
that. im just having trouble incorporating it into the already plague
formula.
I would aprpeciate all the help I can get.
thank you
S