Hello,
Looking for formula help. I have a master Smartsheet with email addresses and a second Smartsheet with a form that will populate with email addresses entered by the user, so they may not be entered 100% correctly (fuzzy lookup?). I would like to use a cell to check against the master Smartsheet to see if the user has completed the form.
My first column in my master sheet would be first and last name and the second column would be email. Likewise my second sheet "tracker" would also be the same 2 columns. In excel I was able to use the following =IF(B2=Tracker!B2,"Yes","No") and was able to obtain a result, but not in Smartsheet. What is the correct syntax in Smartsheet?
Thanks!