How do I use calculated value date in Sharepoint lists field to find a date+30 days? -
i have list i've built in sharepoint, 1 of fields date user enters. want add field, calculated value field needs date provided user + 30 days. formula need pass calculated value field achieve that?
try this:
- create new calculated column
- in forumla box, enter this: =text([existing date column]+30,"yyyy-mm-dd") can use date format string instead of "yyyy-mm-dd"
- make data type "date , time"
- make date , time format "date only"
Comments
Post a Comment