I am trying to take if Canada (on a separate Smartsheet) is found, and if Africa is found (on a separate Smartsheet), count up how often it occurs
This is the formula that I am using but i think its counting Canada on top of Africa
=COUNTIFS({Graphical Behavior Analysis: 1S Graphical Range 1}, HAS(@cell, "Canada")) + COUNTIFS({Graphical Behavior Analysis: 1S Graphical Range 2}, CONTAINS([Countries Booked]@row, @cell))
I've tried changing the + to a , but it comes back as unparsed. I was looking in the Smartsheet Community for an answer but i cant find one that matches with what I am trying to do.