Any help greatly appreciated. I'm using SharePoint 2010, typical TASK LIST. I want to put in a start date and a a due date but have a field (column) that displays the MID WAY POINT between those two dates. Thanks Valerie
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
Create a calculated column and set the fomula to this:
This gets the difference between the 2 dates and divides by 2, rounds to the nearest integer, then adds the result to the start date. Here is a reference to formulas you can use in a calculated column: |
|||
|
|
An alternative formula for @Laurie's Calculated column suggestion would be:
|
|||||||||
|