Forum Discussion
QuickBaseCoachD
10 years agoQrew Captain
yes, quite right so this is now the best native solution
List("\n",
If(Begins(Part(, 2, "Ss"), "5"), "S" & Left(Part(, 2, "Ss"), 4)),
If(Begins(Part(, 3, "Ss"), "5"), "S" & Left(Part(, 3, "Ss"), 4)),
If(Begins(Part(, 4, "Ss"), "5"), "S" & Left(Part(, 4, "Ss"), 4)),
If(Begins(Part(, 5, "Ss"), "5"), "S" & Left(Part(, 5, "Ss"), 4)),
If(Begins(Part(, 6, "Ss"), "5"), "S" & Left(Part(, 6, "Ss"), 4)),
If(Begins(Part(, 7, "Ss"), "5"), "S" & Left(Part(, 7, "Ss"), 4))
I do agree that the one line of code does look powerful
List("\n",
If(Begins(Part(
If(Begins(Part(
If(Begins(Part(
If(Begins(Part(
If(Begins(Part(
If(Begins(Part(
I do agree that the one line of code does look powerful