How to create an expiration date with a calculated column?

How to create an expiration date with a calculated column?

I have a column with a date and want to set a calculated column with an expiration of 3 years later. I have that part =TEXT ( [Last Inspection]+365*3,”mm-yyyy”), The issue I have is that I want the return to be blank if the is nothing in the Last Inspection column.

Why does excel show expiry dates in rows?

Because the formula refers to a date cell, Excel “helps” us, by formatting the result as a date too. A couple of the rows have expiry dates in the past, and those rows show number signs in the DaysToExpiry column.

How to format the expiry date table in Excel?

Select all the data rows in the expiry date table On the Home tab of the Excel Ribbon, click Conditional Formatting, then click New Rule In the New Formatting Rule window, in the “Select a Rule Type” section, click “Use a formula to determine which cells to format” In the Rule Description section, type this formula in the formula box:

How to calculate an expiry date in SharePoint?

I have created a Calculated column on SharePoint List to calculate an Expiry Date for 4 years after a date which the user inputs. In the calculated column, I’ve used the following formula: =DATE (YEAR ([User Input Date])+4,MONTH ([User Input Date]),DAY ([User Input Date]))

How to get the last numeric value in Excel?

To get the last numeric value, you can add the ISNUMBER function like this: = LOOKUP(2,1 / (ISNUMBER(A1:A100)), A1:A100) Position of the last value If you want to get the position (in this case row number) of the last value, you can try a formula like this:

How to create an expiration date for SharePoint?

General questions about SharePoint 2013 can be answered here: http://social.technet.microsoft.com/Forums/en-US/sharepointgeneral and for versions prior to 2010 here: http://social.technet.microsoft.com/Forums/en-US/sharepointgenerallegacy 2 3 New here and the SP2010.