+ Reply to Thread
Results 1 to 19 of 19

Search Bars and Data lookup issues in Movie Rental

  1. #1
    Registered User
    Join Date
    03-31-2012
    Location
    Wisconsin, USA
    MS-Off Ver
    Excel 2007
    Posts
    43

    Search Bars and Data lookup issues in Movie Rental

    So attached I have a preliminary thought process of what I am looking for. I want it to be easy to use and monitor and organized. So Sheet 1 you will be able to select a movie on the list in sheet 2 from the box on Sheet one.....kind of like a lookup tool. Then I want the rating to appear with that movie selection.....then I want the A/U to load to say whether the movie is available or unavailable......and then once we put a number into the apartment number...the date loads and it is labeled as rented.....

    So heres the deal....I don't know how to do any of this....I don't know how to do the search box or the vlookup for the rating....Pivottables I am fine with....but I also want the menu on sheet one to update data in sheet two for columns C and D.....


    Does this sound possible to anyone....Anyone at all....If you could please do some magic and see what updates that you can make it would be greatly appreciated.Movie Rental.xlsx
    Last edited by Dinger045; 05-10-2015 at 01:37 PM. Reason: Violation of posting Title (sorry)

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,946

    Re: Search Bars and Data lookup issues in Movie Rental

    See if this is something you could build on? I added anothetr category - genre - with a drop-down to pick that. A list then gets populated based on which genre is selected.

    If you are good with this, we can try and build other stuff in to for you?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    03-31-2012
    Location
    Wisconsin, USA
    MS-Off Ver
    Excel 2007
    Posts
    43

    Re: Search Bars and Data lookup issues in Movie Rental

    Did u forget the attachment?

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,946

    Re: Search Bars and Data lookup issues in Movie Rental

    hmm I could have sworn I attached it
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    03-31-2012
    Location
    Wisconsin, USA
    MS-Off Ver
    Excel 2007
    Posts
    43

    Re: Search Bars and Data lookup issues in Movie Rental

    I like the Genre Category, will make it easier for residents to pick I suppose, just have to make sure I assign the right genres to each movie now but that neither here nor there.....Now a google style search bar that brings up whether or not the movie is available to rent......its a search box but would it be a vlookup script?? I cant do it....but I want to learn while I am receiving this gracious gift from you!

  6. #6
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,946

    Re: Search Bars and Data lookup issues in Movie Rental

    OK I took it a bit further for you. I added some names names and dates. Take a look and let me know
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    03-31-2012
    Location
    Wisconsin, USA
    MS-Off Ver
    Excel 2007
    Posts
    43

    Re: Search Bars and Data lookup issues in Movie Rental

    Is there a search bar...I mean sheet 2 makes sense.....but sheet one isn't doing anything....I cant search or do drop down menus or anything.....or is there nothing there???

  8. #8
    Registered User
    Join Date
    03-31-2012
    Location
    Wisconsin, USA
    MS-Off Ver
    Excel 2007
    Posts
    43

    Re: Search Bars and Data lookup issues in Movie Rental

    Like I want the Blue Box to be the one all stop all for the leasers. they type in the title....It says Avalable unavailable......then if its available a drop down yes or no for rent this movie.... put in the apartment....then the date autoloads......and all this data transfers to sheet two.....
    then I use sheet 2 to create a Pivot Table on sheet one...

    I want to select the genre....and start typing a title into the box under title and it kinda auto fills in like google does.....and then the yes no portion under rent this movie will be a drop down menu that fills in the date automatically and we just enter the renters number

    click type click click type Done
    updates data and pivot table
    Last edited by Dinger045; 05-10-2015 at 10:50 PM.

  9. #9
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,946

    Re: Search Bars and Data lookup issues in Movie Rental

    they type in the title....It says Avalable unavailable......then if its available a drop down yes or no for rent this movie
    already done, see notes in upload

    put in the apartment....then the date autoloads......and all this data transfers to sheet two.....
    will need VBA, hopefully another member can help with that
    Attached Files Attached Files

  10. #10
    Registered User
    Join Date
    03-31-2012
    Location
    Wisconsin, USA
    MS-Off Ver
    Excel 2007
    Posts
    43

    Re: Search Bars and Data lookup issues in Movie Rental

    I don't get it....It seems to be working backwards....Like I feel we have to update sheet 2.....

  11. #11
    Forum Expert
    Join Date
    08-12-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    5,636

    Re: Search Bars and Data lookup issues in Movie Rental

    is this more what you were after?
    type in the textbox and it updates the listbox

    click on the listbox and it updates the bit in purple
    i got rid of genre because well the coding behind it would be more difficult and im not entirely sure it is needed

    not sure on the updating thing....
    you cant have one cell to both receive and update information unless there is so trigger
    you could probably add in some command buttons to trigger it

    ps...this does not take into account duplicates and assumes there is only one version of every movie
    if you have duplicates you need to tell me how you want to handle them
    Attached Files Attached Files
    Last edited by humdingaling; 05-11-2015 at 03:49 AM. Reason: amended coding of listbox
    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  12. #12
    Registered User
    Join Date
    03-31-2012
    Location
    Wisconsin, USA
    MS-Off Ver
    Excel 2007
    Posts
    43

    Re: Search Bars and Data lookup issues in Movie Rental

    So the search bars seem to be doing two things....one overlapping....and then another making the top part scroll down and disappear. The overlapping is displayed by the red arrow.

    The red portions of the table I want to be like if it is available then all they have to do is like click a button to say its being rented....a Command if you will to update sheet two and then another to enter the apartment number on the green menu part which goes to sheet two and the date autopopulates when anything is entered into the date location.movie rental 2.1.xlsm

  13. #13
    Forum Expert
    Join Date
    08-12-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    5,636

    Re: Search Bars and Data lookup issues in Movie Rental

    ok i think i fixed the auto resizing of the listbox but i dont know how to stop the screen moving once you click listbox
    ill have a look later to see if i can correct it properly

    the work around to that is having a smaller listbox that fits the screen in its entirety

    not sure what you wanted with that green area
    i added a button in there to click when you want to rent out
    if no movie is selected msgbox pops up
    if movie is already rented msgbox pops up
    Attached Files Attached Files

  14. #14
    Registered User
    Join Date
    03-31-2012
    Location
    Wisconsin, USA
    MS-Off Ver
    Excel 2007
    Posts
    43

    Re: Search Bars and Data lookup issues in Movie Rental

    AWESOMESAUCE!!! One last request....Is there a way to make a button to check the movies back in. A button macro that will clear the data from Sheet 2, to make it available to rent out again.

    Thank you all sooooo much for your time and dedication to this. You really don't know how much it means to me!!

  15. #15
    Forum Expert
    Join Date
    08-12-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    5,636

    Re: Search Bars and Data lookup issues in Movie Rental

    how do you want to check back in
    just clear the date and apartment?

  16. #16
    Registered User
    Join Date
    03-31-2012
    Location
    Wisconsin, USA
    MS-Off Ver
    Excel 2007
    Posts
    43

    Re: Search Bars and Data lookup issues in Movie Rental

    Well we would like to keep record of the last person that had it.....so...take the current number and move it over one column to the right in sheet 2. That way if the next person who rents it realizes there is a problem.....we can charge who had it last. So yes but just have the cell info get transferred over......

    If that is not possible....just clear out the apartment number so it can be rerented.

  17. #17
    Forum Expert
    Join Date
    08-12-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    5,636

    Re: Search Bars and Data lookup issues in Movie Rental

    check out the latest version to see if it does what you want it to do

    check back in button has been put in
    copies whoever is renting it out now and puts into two column next to it on sheet 2
    clears out the data on both sheet 2 and sheet 1
    changes it to available incase you need to rent out straight away
    Attached Files Attached Files

  18. #18
    Registered User
    Join Date
    03-31-2012
    Location
    Wisconsin, USA
    MS-Off Ver
    Excel 2007
    Posts
    43

    Re: Search Bars and Data lookup issues in Movie Rental

    Thanks so much.... this is perfect. I sincerely appreciate your help!!

  19. #19
    Forum Expert
    Join Date
    08-12-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    5,636

    Re: Search Bars and Data lookup issues in Movie Rental

    glad you like it
    good thing with things

    cheers
    Hum

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. car hire rental spreadsheet
    By leeb02 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-31-2017, 01:34 AM
  2. Calculate Rental Cost With Varying Rates Based On Rental Days
    By jmenh in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 04-23-2013, 03:17 PM
  3. Rental Spreadsheet
    By Emmak153 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-04-2012, 07:35 PM
  4. Rental property spreadsheet
    By amiaz in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-06-2012, 08:33 AM
  5. movie database
    By vampyr07au in forum Access Tables & Databases
    Replies: 19
    Last Post: 05-01-2011, 06:46 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1