You may want to try:
=IF(LEN(H2)=1,RIGHT(H2+5,1),IF(RIGHT(LEFT(H2,1)+5,1)="0","",RIGHT(LEFT(H2,1)+5,1))&RIGHT(RIGHT(H2,1)+5,1))
which removes the leading zeroes
Do you mind explaining to me how this code works? I mean I m trying to figure out how to write some of this stuff and it doesn't make sense how this works lol. How does =IF (LEN(H2)=1 and so on change a 0 to a 5? And so on .... I hope my question makes sense. If there is a learning tutorial that explains it better that's cool I just can't grasp things that don't make sense lol