About 50 results
Open links in new tab
  1. Calculated Column to find number of days between dates and today

    Apr 18, 2013 · The underlying problem is that SharePoint list items--including the values of calculated columns--are stored as records in a SQL database. The values of calculated columns are only re …

  2. Find last occurrence of a character in a string in SharePoint ...

    If no, then you will not be able to use calculated column to get the last occurrence of #. Because like you said, we do not have substitute function in SharePoint. I have made a 2013 workflow which will do …

  3. Calculated Date Column with Nested IF statements

    Mar 21, 2020 · For example, adding more calculated columns to achieve the same result. One possibility would be to have one column with nested IF statements to simply return the desired YEARS for the …

  4. SharePoint 2013 Calculated date column Issue when date is empty

    Hi there - We have migrated SharePoint environment from 2010 to 2013. I had to calculate the date and I set the Following formula for calculated column Followup date =IF (ISBLANK …

  5. Display numbers without commas - social.technet.microsoft.com

    Aug 21, 2008 · In the solution proposed by Ben you still retain the original column which can be modified. When the item is updated it will automatically run another calculation updating the …

  6. SharePoint calculated column text with data from another list?

    If you will only use Column 4 to display the value, not using it in a workflow or calculated column. The easiest way is to change the lookup column (Column 3) settings. In the example, I use the lookup …

  7. Currency lookup column - social.technet.microsoft.com

    So I got this to work by creating a "Currency Value" single line of text field and writing a simple workflow to copy value from a lookup field to the single line of text field. Then it was simple calculations. See …

  8. calculated field - extract substring

    The calculated field uses the below formula to get the url to the library containing the document =MID ( [Column1],1,FIND ("/", [Column1], (LEN ( [Column2])+1))) I couldn't figure out to extract the required …

  9. Can you have multiple conditions on list validations?

    As I understand, you want to set list validation about setup date and hours columns in SharePoint 2013. According to your description, the hours column is less than 60 and the setup date cannot be equal …

  10. How to use Boolean field in Sharepoint Calculated Field.

    I want to display some other text based on boolean field value. So I am creating a calculated field and use my boolean field inside the calculated field formula. Formula cotains IF..Else logic on boolean …