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:

  1. create new calculated column
  2. in forumla box, enter this: =text([existing date column]+30,"yyyy-mm-dd") can use date format string instead of "yyyy-mm-dd"
  3. make data type "date , time"
  4. make date , time format "date only"

Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -