I used this formula in one of the rows and it gave me the correct answere after I matched the range by using IFERROR in the columns of count. But the same in not working in another row.
Can someone help
=IFERROR(IF(COUNTIFS([Rack Suffix]:[Rack Suffix], [Rack Suffix]@row, [Rack Readiness]:[Rack Readiness], "=In Progress") > 0, "In Progress", "Ready to Move"), "")