I need help with an IF formula. I have a roll-up field that sometimes has 1 number and sometimes 2 or more numbers separated by commas. I have a formula that removes everything after the first comma but if there are no commas the formula field is empty.
Page 1 / 1
hi,
try to set a condition before, something like
if (find(",",{field})=0,[MID...])
hi,
try to set a condition before, something like
if (find(",",{field})=0,[MID...])
Thank you for the solution!
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.