Hello,
I have a simple formula that just checks of a column if it finds at least one match. I've used this many times but in this case it's returning Incorrect Argument Set.
Get {Well Plans | Contract} is a text column that is manually entered. {Get Well Plans | Product} is a text column that is a formula that returns one of 4 options depending on a different column in the sheet. If I just count based on the contract or the product, it works fine, but together it always throws this error. From research it suggests the ranges are different but I'm simply choosing the whole column from the same sheet as the other reference.
=IF(COUNTIFS({Get Well Plans | Contract}, [Contract #]@row, {Get Well Plans | Product}, [Product Line]@row) > 0, 1, 0)
Any suggestions on what to look into would be helpful