M
MattAndrews
I'm programming an excel workbook to manage a video store.
Currently I'm creating a sheet that manages invoices. So far, I ente
the movie's code (labelled on it's box) and the customer's member I
(on their card). Upon doing this, the name of the movie and it's cos
per day for rental all appear automatically in the relevant cells usin
lookup from my movie database. a similar things occurs with the looku
of the member's name and surname.
Then I enter the amount of days the customer wishes to rent the movi
for. Now here's the problem.
I want excel to tell me when the movie is due back.
I tried having a single cell displaying the value of =TODAY() an
referencing it using formulas, by adding the amount of days for renta
to the date. unfortunately, when i open the workbook the next day, al
of the dates have increased by one, as the day changes. I want to kee
a consistent record of when a movie is due back because from that
need to calculate costs for an overude movie. How can I do it so tha
the calculated dates don't change?
Also, how can I make the 'number of copies' digit in the movie workboo
(that contains all the movie names and details) decrease by one ever
time it's code is added to the invoice book? I need to do this so I ca
easily check whether a movie is in stock or not.
Thanks in anticipation,
Matt.
age 1
Currently I'm creating a sheet that manages invoices. So far, I ente
the movie's code (labelled on it's box) and the customer's member I
(on their card). Upon doing this, the name of the movie and it's cos
per day for rental all appear automatically in the relevant cells usin
lookup from my movie database. a similar things occurs with the looku
of the member's name and surname.
Then I enter the amount of days the customer wishes to rent the movi
for. Now here's the problem.
I want excel to tell me when the movie is due back.
I tried having a single cell displaying the value of =TODAY() an
referencing it using formulas, by adding the amount of days for renta
to the date. unfortunately, when i open the workbook the next day, al
of the dates have increased by one, as the day changes. I want to kee
a consistent record of when a movie is due back because from that
need to calculate costs for an overude movie. How can I do it so tha
the calculated dates don't change?
Also, how can I make the 'number of copies' digit in the movie workboo
(that contains all the movie names and details) decrease by one ever
time it's code is added to the invoice book? I need to do this so I ca
easily check whether a movie is in stock or not.
Thanks in anticipation,
Matt.
age 1