I'm new to Smartsheet and experimenting, and I hope this question makes sense — tell me if I should be trying a different plan
I have a sheet and I have what I think of in database terms as a composite key, that is what makes each row unique is the Member Number and the Event. I know that I can't define a primary column as two columns, so was going to just set up an Autocounter in the Primary Counter. But that's not permitted either. So now I'm looking for a way to set up a formula that would use something like
=IFERROR((MAX([Primary Column]) + 1),1)
but that's #UNPARSEABLE.
Do I have the wrong syntax for the formula to calculate the next highest#?
Is this an illegal formula because it's iterative?
Is it illegal to put a formula into the Primary column?
Maybe something else?
Chuck