I tried to follow a few of the different suggestions, but now it is retrun a #NUM! error. The first hald of my formula is working it is the second half that is causing the error.
Here is what I am looking for:
DATE CLOSED <= SUBMISSION DATE TO RETURN 1
DATE CLOSED - SUBMISSION DATE = # OF DAYS
Here is the formula I have right now.
=IF([DATE CLOSED]<=[SUBMISSION DATE],1,DATEDIF([DATE CLOSED],[SUBMISSION DATE],"D"))
Please help as I am teaching myself SharePoint