Hello!
I'm trying to catch if there are any discrepancies between model homes on our manual entry vs the systems data.
Model homes should be based on whether ADA is required or not. I've already created a helper column that tells me if model homes don't match but I need to add the "ADA Required?" column to my formula and I cant figure out how.
My helper column has this formula:
=IF([Model Home Selection Done (Canopy)]@row = [Model Home Change]@row, "match", "discrepancy")
But i need something like this:
IF [ada] = yes and [model home system] and [model home manual] has ADA , if true there are no discrepancies, if false there are discrepancy.