Hi
Try
=MAX(BDS,EBDS)-MIN(DBS,EBDS)
and
=MAX(EDS,EEDS)-MIN(EDS,EEDS)

Signature
Regards
Roger Govier
> Hi everyone,
> I have a problem hopefully some one can help me out with.
[quoted text clipped - 20 lines]
>
> Thanks!
First, take a deep breath and slow down.
Next, break this into small bites.
Let's assume
> Beginning Date of Service - Col A
> Ending Date of Service - Col B
> Eligible Beginning Date of Service - Col C
> Eligible Ending Date of Service - Col D
In Col E, try
=IF(A1>B1, A1, B1)
In Col F, try
=IF(C1>D1, C1, D1)
In Col G, try
=DATEDIF(E1, F1, "d")
Cols A-F should be formatted as DATE, Col G should be formatted as
NUMBER.
For mare on the DATEDIF function, see
http://www.cpearson.com/excel/datedif.htm
HTH
Ed
> Hi everyone,
> I have a problem hopefully some one can help me out with.
[quoted text clipped - 18 lines]
>
> Thanks!