I am trying to create a summary view using values of 2 columns.
=COUNTIFS({Final Status}, "Pass With Remarks", {Internal Status}, CONTAINS("Fixed", {Internal Status}))
I want that if any cell in range Final Status has "Pass With Remarks" and any cell that has Fixed in range Internal status should be considered. The formula is not giving any error but I am getting 0 as count even if the data is as per the condition.
I am not sure 🤔 about the mistake I am making.