Is it possible to generate a part number from row data?
Can this be done; we currently manually generate part numbers and I'm wondering if it can be done using a formula or another option in Smartsheet. example below.
Part number would end up being, SDE-04111YI2E82Y from the inserted URL
Any help would be great.
Best Answers
-
Hello Again Paul,
I figured out how to get around the AI generation. Below is more of what you asked for the #unparisable.
-
You don't need to use AI. You can type formula directly into cells.
Based on your last screenshot though, it looks as if your column names re not being recognized. Instead of typing out the column names, click on the cell that is in the column you are referencing on the row you want it to reference.
Answers
-
Hi @Chris989,
I am just wondering how the SDE-XXXX is connected with the link from your order.
There are different formulas for text that can be used to extract from any text part of it (if some conditions are met)
Unless you want to use some kind of dictionary where in one column you will have SDE-XXX and in other the address so you can use VLOOKUP to generate 3rd outcome.
The Real Smartsheet Enthusiast
Is there anything else we can help you with? - book your time!
MASA Consult - Your Aligned Smartsheet Partner
Find us on LinkedIn!
-
Hello Kowal,
The SDE-xxx would be in the SDE P/N collum. The columns to the right of that have some verbiage in it and then an = x, either a number or a letter. The = x in all the columns is what dictates the SDE P/N.
Let me know if you need anything more. I'm not very good with complex formulas.
-
It looks like you would just add a bunch of RIGHT functions together into a string.
="SDE-" + RIGHT([Safety Option]@row) + RIGHT(Voltage@row) + RIGHT([Drive 1]@row) + ……………………
-
Paul,
Ill give it a go and see how it works.
Thanks,
-
Hello Paul,
I have is written out as so, ="SDE-" + RIGHT([Safety Option]@row) + RIGHT([Voltage]@row) + RIGHT([Drive 1]@row) + RIGHT([Drive 2]@row) + RIGHT([Cable]@row) + RIGHT([Disconnect]@row) + RIGHT([Power Supply]@row) + RIGHT([UltraPRO]@row) + RIGHT([Fieldbus]@row) + RIGHT([Feedback]@row) + RIGHT([Safe Torque Off]@row) + RIGHT([Breaking Resistor]@row)
For some reason it won't generate the formula. I have tried a couple other ways and is either unparsiable or a circular reference. Any ideas?
Best Regards
-
The formula above… Which error is it outputting? It cannot go into a cell that is being referenced by the formula, and I don't see anything right off that would throw the unparseable error. Can you provide a screenshot of the formula open in the sheet as if you are about to edit it?
-
Hello Paul,
I can't even get it to generate the formula. Is the AI the only option to use currently?
-
Hello Again Paul,
I figured out how to get around the AI generation. Below is more of what you asked for the #unparisable.
-
You don't need to use AI. You can type formula directly into cells.
Based on your last screenshot though, it looks as if your column names re not being recognized. Instead of typing out the column names, click on the cell that is in the column you are referencing on the row you want it to reference.
-
Paul,
It took a little work around to get the cells to be recognized but, it finally works. Thanks for all the help.
Best Regards,
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!