P
pcar
Earlier I posted the following request, asking for a
formula to calculate Columns E and F:
A gentleman by the name of Ron responded with the
following formulas, which work absolutely great:
Col E:
=D3-C3-MIN(D3-C3,((A3-C3)>0)*(A3-C3))-((D3-B3)>0)*(D3-B3)
Col F:
=B3-A3-E3
Now, however, they have asked me to spread out the total
number of days on warranty (Col E) and total number of
days out of warranty (Col F)into by month, for the term of
the contract, starting with the start date of the
contract. Any ideas on how to do this with a formula? I
am not capable of doing arrays or any VBA stuff
unfortunately. I would have to have 2 entries for each
month - one for # of days on warranty and another for
number of days out of warranty.
Can anyone assist?
formula to calculate Columns E and F:
I have a spreadsheet with the following columns:
Col A - Start Date of Contract
Col B - End Date of Contract
Col C - Start Date of Warranty for Machine
Col D - End Date of Warranty for Machine
Col E - Number of Days on Warranty for the Machine,
WITHIN THE START AND END DATES OF THE CONTRACT
Col F - Number of Days Out of Warranty for the Machine,
WITHIN THE START AND END DATES OF THE CONTRACT
A gentleman by the name of Ron responded with the
following formulas, which work absolutely great:
Col E:
=D3-C3-MIN(D3-C3,((A3-C3)>0)*(A3-C3))-((D3-B3)>0)*(D3-B3)
Col F:
=B3-A3-E3
Now, however, they have asked me to spread out the total
number of days on warranty (Col E) and total number of
days out of warranty (Col F)into by month, for the term of
the contract, starting with the start date of the
contract. Any ideas on how to do this with a formula? I
am not capable of doing arrays or any VBA stuff
unfortunately. I would have to have 2 entries for each
month - one for # of days on warranty and another for
number of days out of warranty.
Can anyone assist?