This formula seems to be in error - I get #UNPARSEABLE
=IF([MY FIELD NAME] = "Yes", AUTONUMBER(), "")
It would be even better if I could create the number when a checkmark is selected in another column.
EDIT: I am trying this for the checkbox:
=IF([MY FIELD NAME]@row, AUTO_NUMBER(), "")
My field format is Text/Number