How to add IF ELSE statement in calculated columns of SharePoint 2013
How to achieve below code in calculated column?
if(Month = "Jan")
then MonInNum = 1
else if(Month = "Feb")
then MonInNum = 2
else if(Month == "Mar")
then MonInNum = 3
..................... up to December
1 Reply
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ramesh PalaniappanPosted Aug 19, 2016, 3:28 AM