fbpx skip to Main Content

How to calculate the reminder date automatically and display the item based on the month & year of its reminder date (Part-2)

Part 2: Steps to display the item based on the month & year of its reminder date

1. ​Create 2 more columns with the steps in Part 1 (Step 1 – 5). Then, named the 2 columns as “​Reminder Start Month” and “Reminder End Month” with the formula:-

​Reminder Start Month (First day) ​Reminder End Month​ (Last day)
​=DATE(YEAR([ReminderDate]),MONTH([Reminder Date]),1) ​=DATE(YEAR([Reminder Date]),MONTH([Reminder Date])+1,1)-1
Read More

How to enable custom script for SharePoint Online (Office 365)

Office-365-adminI would like to share my experience with my recent customer in office 365, we manage to register them company in Office 365, but for some reason, after we create new site collection we are not able to add new content editor,  adding custom script and another big problem, we are not allowed to modify the master page in SharePoint Designer 2013, I was confused about all of this problem .
So started to do some research on google and finally found the solution;

Read More