Hi,
I attended the last NYC SPUG meeting this past Wednesday and saw alot of cool dashboard features I can use out of the box. Now that I am trying to do a similar column in one of my lists I can't figure it out.
I have a list where I have projects and due dates. I would like to create a new calculated column based off the Due Date column. I created the new column and in the formula I entered
=IF([Due Date]<today,"Good","Bad"). (just as a test to see if it works)
I am getting a syntax error "Calculated columns cannot contain volatile functions like Today and Me."
Is it possible to create a column that will look at due date and if its greater then "today" make the text red and late if not green? Or something to that effect.
TIA,
Joe