Forum Discussion
Set Column Formula to work before a certain date.
- Feb 24, 2023
Altonga Try using formula in this format:
=IF([jDATE]<=Date(2023,2,10),IF([jBDocs],1,0)+IF([jBFaultDiag],1,0)+IF([jBFuncTest],1,0)+IF([jBRecovery],1,0)+IF([jBRects],1,0)+IF([jBTask1],1,0),IF([jBScenario1],1,0)+IF([jBScenario2],1,0)+IF([jBScenario3],1,0)+IF([jBTask1],1,0)+IF([jBTask1],1,0))You can change <= condition in above formula as per your requirements.
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
For SharePoint/Power Platform blogs, visit: Ganesh Sanap Blogs
Altonga You're welcome! Glad it worked for you.
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
For SharePoint/Power Platform blogs, visit: Ganesh Sanap Blogs