Hello community,
I am building a tracker to follow progress through training. Each training step has a smartsheet form submission to confirm completion. I am trying to build a high level tracker for leadership that just tracks what modules are completed by each person automatically, referencing the sheet that is tracking form submissions. I've entered the following formula trying to pull that information, but it keeps telling me it is an invalid operation. I would greatly appreciate any advice you have to give!
=IF( And ({referenced sheet range 1}= "NAME", {Referenced sheet range 2} = "TRAINING MODULE") "yes", "no")