I am trying to figure out why my formula keeps saying #UNPARSEABLE
I am trying to take the first four digits of a project number and join it with 2 digits that are the suffix to create a new project number. Please help! Here is the formula:
=JOIN(MID([Project Number]1,1,4):[Project Number Suffix]@row)