User Profile
Akshadaks
Copper Contributor
Joined 2 years ago
User Widgets
Recent Discussions
SharePoint list with calculated column to work out SLA based on days and hours
Dear Team, I am trying to figure out how to calculate SLAs based on the data captured in the SharePoint list. I have a basic understanding of the lists. I have captured the SLA numbers in SLA column where I used 0.5 to show 4 hour SLA. Details: SLA =4 hours, 1-2 days, 2-5 days Expected Completion Date = =[Date Received]+SLA+ROUNDDOWN(SLA/5,0)*2+IF(WEEKDAY([Date Received])+MOD(SLA,5)>=7,2,0)-ROUNDDOWN(WEEKDAY([Date Received])/7,0)+IF(AND(MOD(SLA,5)=0,WEEKDAY([Date Received])=1),-2,0)+IF(AND(MOD(SLA,5)=0,WEEKDAY([Date Received])=7),-2,0) Result ==IF([Date Completed]="","",IF([Expected Completion Date]>[Date Completed],"Pass","Fail")) Issue: The problem is that I am not able to add 4 hours to the "Date Received" and not able to populate correct date under "Expected Completion Date" Also, not able to include public holidays in the calculation. Is there a way to include public holidays while calculating the "Expected Completion Date"? Your assistance is greatly appreciated. Regards448Views0likes1CommentSharepoint column value (status) based on other multiple column values
Dear Team, I have a very basic knowledge of SharePoint and therefore requesting for help for the below scenario. I want to create a column on a sharepoint list to show the status (Approved, Rejected) based on the values from 11 other columns that are (Yes/No). If all 11 column values are "Yes" then status to show result "Approved" and if any value in those 11 columns in "No" then status to show result "Rejected" Please let me know how I can achieve the above with possible syntax. Request for assistance. RegardsSolved
Groups
Recent Blog Articles
No content to show