I'm trying to use two countifs formulas to determine if the "last contact" is within 30 days. However, I need to know if it is in the last 30 days based off of two parameters (either in last 30 days of EE contact OR Consultant contact). below is the formula I'm using and a copy of my sheet.
Based on what I read on the community, I'm getting the "boolean" error because I am using a checkbox column. However, I'm unsure how to correct, as i would like to continue using the checkbox. I'm thinking my formula could be improved, just not sure how.
=COUNTIFS([OD - Last Contact]@row, <TODAY(1), [OD - Last Contact]@row, >TODAY(-30)) + COUNTIFS([Consultant - Last Contact]@row, <TODAY(1), [Consultant - Last Contact]@row, >TODAY(-30))