I feel ridiculous asking a question when I've seen several others on this same topic and I modeled my formula after them. I'm trying to sum an account total when the string matches either of two different strings and the account code matches a different criterion. I'm just getting an unparseable error so I'm sure it's a comma I'm not seeing. The columns are on a different sheet, hence the {}.
=SUMIFS({GLAmount},{GLAccount},=70410, {GLString},OR(@cell="V0158-620-9211",@cell="V0159-621-9211)).
I've also tried it without the @cell notation: =SUMIFS({GLAmount}, {GLAccount}, =70410,{GLString}, OR(="V0158-620-9211", ="V0159-621-9211))
What am I missing? Thank you!