I am trying to create a formula that checks the box if two cells are equal to one other cell. Getting so frustrated, please help! 🙏 This is the formula I have that is not working for me:
=IF(AND(TotalA@row, TotalR@row = TotalM@row, 1, 0))
What am I doing wrong?