Formula for Unique ID's following a predefined rule
Closed
Zolliez
-
Oct 12, 2017 at 03:36 PM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen January 16, 2023 - Oct 16, 2017 at 12:16 PM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen January 16, 2023 - Oct 16, 2017 at 12:16 PM
Related:
- Excel create unique id for each row
- Excel generate unique id - Best answers
- Generate unique id excel - Best answers
- How to generate a STATIC unique identifier for each Excel row ✓ - Excel Forum
- Excel generate unique id ✓ - Excel Forum
- Create skype account with gmail - Guide
- Create a yahoo email account for free - Guide
- Create snapchat account - Guide
1 response
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
January 16, 2023
549
Oct 16, 2017 at 12:16 PM
Oct 16, 2017 at 12:16 PM
Hi Zolliez,
Give the following formula a try:
=IF(ISERROR(SEARCH("Add on",B9)),IF(SEARCH("Phase",B9)>0,REPLACE(B5,6,1,MID(B5,6,1)+1)),REPLACE(B5,8,1,RIGHT(B5,1)+1))
Cell B9 refers to the cell with the project name of the 2nd project (in this case Doors (Add on #1) ).
Cell B5 refers to the cell with the production # of the original project.
Best regards,
Trowa
Give the following formula a try:
=IF(ISERROR(SEARCH("Add on",B9)),IF(SEARCH("Phase",B9)>0,REPLACE(B5,6,1,MID(B5,6,1)+1)),REPLACE(B5,8,1,RIGHT(B5,1)+1))
Cell B9 refers to the cell with the project name of the 2nd project (in this case Doors (Add on #1) ).
Cell B5 refers to the cell with the production # of the original project.
Best regards,
Trowa