Excel help

HAWC145

New member
Local time
3:04 PM
Messages
9
I need some help with excel
I run a library with the help of an excel sheet.
I put the date of return in the spreadsheet.
I have the types of item in a spreadsheet, drop down box.
Book= 21 school days
Dvd= 3 school days
CD= 7 Days

Is it possible that I can run a formula that says when xxx is selected in the drop down the appropriate return date is selected. I want this to include weekends where the school is closed.
:confused::confused:

Thanks

Harry Cross
 

Attachments

My Computer

Computer Manufacturer/Model Number
Dell Inspiron 1545
OS
Windows 7 Home Premium
CPU
Intel Celeron
Motherboard
Built in
Memory
Built in
Graphics Card(s)
Built in
Sound Card
Built in
Monitor(s) Displays
Built in
Hard Drives
Built in (250gb)
PSU
Built in
Case
Built in
Cooling
Built in (Fan)
The current document is not going to work and here is why:
You return date formula is based on the function "Today".

Let's say a student takes a book today for 21 days, when you open this file tomorrow, the return day would be recalculated for 21 days from tomorrow, so those days would be always shifting in time - always 21 days ahead, no matter when you open the documents.

So here is what I propose:
Make one more column: Date Taken (Start date) to write the date when an item was taken.
Reduce Return Date column to one and use several enclosed IF functions, which would depend on item selected in drop down menu.

Because school is closed on weekends, a student is not able to return an item, so we would use "business days" instead calendar days. Forumula =WORKDAY(StartDate,Days,Holidays) works like a charm here if we use only first part =WORKDAY(StartDate,Days).

If you want to use calendar days you can simply use StartDate+N, where N is number of days for book, dvd, cd correspondingly.

Check out attachment - I have implemented all of that in there
(with business days, not calendar days).
 

Attachments

My Computer

Computer type
PC/Desktop
OS
Windows 8.1 ; Windows 7 x86 (Dec2008-Jan2013)
Other Info
"The scale icon at the top right of a post or tutorial is how you can give rep to the member."
HAWC145 thank you for positive reputation. I guess this as well as your comment means that we can close this issue and marked it as solved? Please let us know.
 

My Computer

Computer type
PC/Desktop
OS
Windows 8.1 ; Windows 7 x86 (Dec2008-Jan2013)
Other Info
"The scale icon at the top right of a post or tutorial is how you can give rep to the member."
Back
Top