Hi
=IF(A2="","",IF(L2<>"","Complete","Pending"))
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I
have the formula shown below running in L2.
I wanted to copy that formula down so that it will run in the rest of the rows, but I only want it to run when there is data in A2, and if there is no data in A2, to remain blank, I haven't figured out how to run both of those at the same time.
Can someone help?
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.
Hi
=IF(A2="","",IF(L2<>"","Complete","Pending"))
That's perfect!
Thank you!
Glad you have it working & Thanks for posting back