Hello,
I am a new user and was hoping if I could get some help on a formula I am trying to use. Basically I have 1 excel file, that contains persons and their monthly bills for the last two months. I need to compare the current month's amount versus last month's amount and then insert a column that would tell me if the amounts are the same or not. In excel I would just use the formula =IF(B2=C2,"OK","CHECK").
A mock sample of how the spreadsheet would look like is below. I am hoping to populate the column "Compare Result" with either "OK" if July and August values are the same or "CHECK" if they are not using a formula in Alteryx.

Thank you in advance.