Trying to either use FLOW or calculated column in sharepoint to try and achieve the following. Appreciate anyones help on this.
God Bless Janan
Trying to either use FLOW or calculated column in sharepoint to try and achieve the following. Appreciate anyones help on this.
God Bless Janan
Try this:
=IF(Values="AA","3",IF(Values="BB","4",IF(Values="CC","1",IF(Values="DD","5",IF(Values="FF","2",IF(Values="WW","6",IF(Values="HH","7","NONE")))))))
Test result:
SharePoint Calculated Conditional formulas
SharePoint 2013 calculated column adding multiple if statement
Updated:
1
2
3
4