Anshin --
Here's an approach:
A B C D
Assigned Today Due Target
1-Mar-06 = today() 25-Apr-06 Formula
1-Mar-06 = today() 1-Apr-06
Here's one formula:
=IF((B2-A2)/(C2-A2)<1,(B2-A2)/(C2-A2),-(B2-A2)/(C2-A2)+1)
Here's another:
=IF((B2-A2)/(C2-A2)<1,(B2-A2)/(C2-A2),"Overdue!")
Hope that helps.
> Let's say I've created column A(# DAYS BETWEEN ASSIGNED & DUE DATE) and B (#
> DAYS BETWEEN TODAY & DUE DATE) Column C calculates number of days between
[quoted text clipped - 5 lines]
> show a negative percentage (e.g. - 25%) when the deliverable is overdue using
> info from Columns, A, B, and C above as stated. Can anybody help please!
Anshin - 14 Apr 2006 20:09 GMT
Thank you, thank you!! You saved my life!! This worked perfectly.
Anshing.
> Anshin --
>
[quoted text clipped - 20 lines]
> > show a negative percentage (e.g. - 25%) when the deliverable is overdue using
> > info from Columns, A, B, and C above as stated. Can anybody help please!