Excel link

R

rroy676

Hi,

I am trying to inter link an excel spreadsheet with project and would
like to an IF function to add revised dates from project based on the
actual dates entered into the excel spreadsheet. When I try to use the
comparison operator not equal to (<>), it never gives me the correct
result beacuse the link from project to excel includes the time (IE
there is an extra decimal value in the excel spreadsheet compared to
the value entered in excel). Is there any way to remove the time from
the project link?

Thank you,

Robert Roy
 
J

John

Hi,

I am trying to inter link an excel spreadsheet with project and would
like to an IF function to add revised dates from project based on the
actual dates entered into the excel spreadsheet. When I try to use the
comparison operator not equal to (<>), it never gives me the correct
result beacuse the link from project to excel includes the time (IE
there is an extra decimal value in the excel spreadsheet compared to
the value entered in excel). Is there any way to remove the time from
the project link?

Thank you,

Robert Roy

Robert,
Well, no and yes. I've never tried to use a conditional in conjunction
with a link so I'm not real clear on how you are doing it but the bottom
line is that time is always a part of any date - and it has to be - even
in Excel. The difference you are experiencing is probably in the fact
that Project dates are normally expressed as working time wherein a
"day" starts at 8:00 am and ends at 5:00 pm. In Excel days start at
12:00 midnight and run until 11:59 pm (i.e. 24 hour day).

Depending on how the conditional is structured the time part of the date
could be truncated (e.g. use the "Mid" function) or adjusted for
compatibility (i.e. translate 8:00 to 12:00).

Hope this helps.
John
Project MVP
 

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