S
S
I have 3 cells which I enter a start date this produces £229 in cell I23
=INT((DATE(I3,H3,G3)-DATE(E3,D3,C3))/7)*229
I then have 3 cells to enter a finish date this also produces £299 in cell
I24 =INT((DATE(I3,H3,G3)-DATE(E3,D3,C3))/7)*229
The problem I have is that if the start date and finish date equals 2 weeks
then I get 2 entries for 229 which is ok
But if the start and finish date is only 1 week I still get 2 entries of
£229
I understand why it is doing this but how do I alter the formula so that if
the difference between the start and the finish date is only 1 week then I
only get one entry of £229 in cellI23 and cell I24 is left blank.
thanks
=INT((DATE(I3,H3,G3)-DATE(E3,D3,C3))/7)*229
I then have 3 cells to enter a finish date this also produces £299 in cell
I24 =INT((DATE(I3,H3,G3)-DATE(E3,D3,C3))/7)*229
The problem I have is that if the start date and finish date equals 2 weeks
then I get 2 entries for 229 which is ok
But if the start and finish date is only 1 week I still get 2 entries of
£229
I understand why it is doing this but how do I alter the formula so that if
the difference between the start and the finish date is only 1 week then I
only get one entry of £229 in cellI23 and cell I24 is left blank.
thanks