A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
=IF(COUNTIF(M8:O8,"<>"&"")+COUNTIF(B8,"<>"&"")=0,"",2*(COUNTIF(M8:O8,"<>"&"")+COUNTIF(B8,"<>"&"")-1))
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I need a formula in the status column that results in the symbols (Numbers next to them) when information is entered as pictured in the table.
So, if a date is entered in just the opened date column, it will result in 0. Then if a date is entered into the target date column it results in 2, and so on...
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
=IF(COUNTIF(M8:O8,"<>"&"")+COUNTIF(B8,"<>"&"")=0,"",2*(COUNTIF(M8:O8,"<>"&"")+COUNTIF(B8,"<>"&"")-1))
That's great, just one thing.
How can I keep that cell blank when no dates are entered anywhere?
Thanks in advance.
You can use following formula in P8 and drag down
=2*(COUNTIF(M8:O8,"<>"&"")+COUNTIF(B8,"<>"&"")-1)
I need to have a look on your workbook to provide you the solution specific to your problem.
Request you to please prepare and upload a sample / dummy file sans confidential / sensitive data to Onedrive and share the link? It will help me to give prompt and right solution.