First, thank you for the awesome support.
I’m digging on Airtable but the customizing of formulas can be a bit daunting in the beginning.
MY QUESTIONS:
As part of a concatenate formula that will create SKU’s for my designs I’d like to incorporate the first five characters of the TITLE of the design. Is this possible?
Is it possible to have an underscore put in the place of a space in the title when the first characters are grabbed? Or does someone have a better suggestion for how to grab the first part of the title?
So if the title for the design is “My Pitbull Is The Best” the formula would grab My_Pi
- I will have a single select field {LIGHT DARK} that notes whether the design has light text or dark text. I’d like to have that incorporated into the SKU. I’m assuming this can be created with IF statements?
So the SKU is made up of an
AUTO NUMBER-Five characters of TITLE-LIGHT (Lt) or DARK (Dk)
EXAMPLE:
AUTO NUMBER: 00034 (i’ve already figured out this part of the formula)
TITLE of design: My Pitbull Is The Best (this is the part I really need help with)
LIGHT-DARK: Light (I think I can figure this part out)
SKU CREATED WITH CONCATENATE FUNCTION would result in:
00034-My_Pi-Lt