Forum Discussion
Tolley123
Apr 21, 2023Copper Contributor
COUNTIFS Wizard Required Please
Hi, I’m looking for help please on what I believe should be a COUNTIFS formula. I’ve gone round in circles trying to work this one out but am losing the will…. I am currently using a COUNTIF formula...
- Apr 21, 2023
=IF(A1>0, IF(B1>0, "Contracted", "Not Signed"), IF(B1>0, "Price Missing", "Not Contracted"))
HansVogelaar
Apr 21, 2023MVP
=IF(A1>0, IF(B1>0, "Contracted", "Not Signed"), IF(B1>0, "Price Missing", "Not Contracted"))
Tolley123
Apr 21, 2023Copper Contributor
Hans, that is brilliant. Thank you so very much. Best regards.