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

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

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -