Elapsed days calculation in Project Web Access Issues

J

John Borton

I am trying to add a column that would show the number of days since an issue
was submitted. I tried the formula =DATEDIF(TODAY,[Date Submitted],"D")
where Date Submitted is a date column that I had previously added. I get a
syntax error because the TODAY function cannot be used in a calculation. Any
ideas of how I can do this.
 
D

DavidC

Hi John,

Try this in a number field, DateDiff("d",[Date Submitted],Now())

You will get the number of days between today and the date submitted.

Hope this helps

Regards

DavidC
 
J

John Borton

Hi David,

I copied that into the formula and got the following error:

The formula contains a syntax error or is not supported.

I tried putting an = in front of DateDiff and got the same error. Am I
doing something wrong?
John

DavidC said:
Hi John,

Try this in a number field, DateDiff("d",[Date Submitted],Now())

You will get the number of days between today and the date submitted.

Hope this helps

Regards

DavidC

John Borton said:
I am trying to add a column that would show the number of days since an issue
was submitted. I tried the formula =DATEDIF(TODAY,[Date Submitted],"D")
where Date Submitted is a date column that I had previously added. I get a
syntax error because the TODAY function cannot be used in a calculation. Any
ideas of how I can do this.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top