• 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.

issues with generating unique code in Excel -plz help

Mitesh Satasiya

New Member
Hi Chandoo,

As per attached spreadsheet, I am trying to generate a unique code in column X2 & X3, but as soon as drawing number changes from .4 to .5, it picks up the next number. How can I fix this issue.

Please note that I have all varieties of different drawings with ####.##.# to ####.###.### which I would like to convert to ####-###-### and hoping to have the formula covers them all.

Thank you very much.
Mitesh
 

Attachments

Do you mean
TEXT(INT($V2), "000")
?
Hi jindon, Thank you for reply. yes, it is related to TEXT(INT($V2), "000") which is (probably due to rounding effect) generating FL46-041-813-05 instead of FL46-041-812-05...

I am trying to create a formula which can convert from range of ****-**-*.* to ****-***-***.** to ****-***-***-**. i.e. FL46-41-10.4 to FL46-041-010-04
 
Back
Top