Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Formulas and calculations

  Asked By: Eddy Smith         Date: Oct 16, 2006      Category: Sharepoint      Views: 183
 

FWIW, calculated columns can do almost anything that Excel can do. They
are really well documented. The biggest limitation I found is you can
only manipulate data that is in the same listitem.

Often I wanted to use [Today] (and to a lesser extent [Me]) in a
calculated column formula, but it isn't "supported". Fortunately, I've
found if I create a column called Today or Me the formula will pass
validation and use the values in the named column. The Today column does
not have to be a date column, it can be a single text column. This is
awesome for testing.

If you subsequently delete the Today column, the formula will use the
current day in the calculation. Of course, to edit the formula you will
need to recreate the Today column.


Do you know someone who can help? Share a link to this thread on twitter, or facebook.

Tagged:      

 

No Answers Found. Be the First, To Post Answer.

 
Didn't find what you were looking for? Find more on Formulas and calculations Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].