+ Reply to Thread
Results 1 to 6 of 6

Need a solution for a complex excel live report

  1. #1
    Registered User
    Join Date
    08-26-2015
    Location
    Melbourne
    MS-Off Ver
    2011
    Posts
    15

    Need a solution for a complex excel live report

    Data point Page 1
    Customer Subscription number XXXXXX

    Typing in this number bring up details about the customers subscription from other pages

    Information needed.
    Company name (This information will be manually entered on a different page)
    Company phone (This information will be manually entered on a different page)
    Company email (This information will be manually entered on a different page)

    Subscription Start date.(This information will be manually entered on a different page)

    Rentals
    Start date/time, end date/time, customer, number of days. (This information will be manually entered on a different page)
    "" ""
    "" ""

    Active rentals
    (this number needs to reflect the number of active rentals above and cannot display more than 3.. ie if a rental above is from march 8 to march 10 it is currently active meaning Active rentals is 1. on the 11th of March the rental is finished and active rentals would be 0.

    Remaining rental days.
    Each month a customer is allowed rent upto the number of days in a month ie 30 or 31 depending. this count will start from their subscription date and be calculated by the start date/time and end date/time. whils the customer may have up to 3 cars on rent at any one time the total number of days for those cars cannot exceed the number of days in the month. Remaining days should show the amount of rental days remaining and turn red and show negative if they exceed this.

    Hope this makes sense…

    Link http://www.excelforum.com/showthread...=1#post4334243
    Last edited by Benjiboi_87; 03-09-2016 at 12:40 AM.

  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,957

    Re: Need a solution for a complex excel live report

    Thanks for the change

    (you could probably do this with VLOOKUP or INDEX/MATCH)

    Could you upload a small (clean) sample workbook (not a pic) of what you are working with, and what your expected outcome would look like.
    Last edited by FDibbins; 03-09-2016 at 02:04 AM.
    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
    08-26-2015
    Location
    Melbourne
    MS-Off Ver
    2011
    Posts
    15

    Need to extract information from different sources and apply sum if rules with date limits

    Hi Ford,

    Does that sound better?

    Thanks for you help

  4. #4
    Registered User
    Join Date
    08-26-2015
    Location
    Melbourne
    MS-Off Ver
    2011
    Posts
    15

    Re: Need a solution for a complex excel live report

    Example spreadsheet attached
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    05-09-2016
    Location
    United States
    MS-Off Ver
    2013
    Posts
    18

    Re: Need a solution for a complex excel live report

    does anybody has a solution for this one?
    need it too.
    i am not really good in excel and kinda confused on how to do it?

  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,957

    Re: Need a solution for a complex excel live report

    Ben, try this
    =IFERROR(IF(INDEX(Employees!$B$4:$D$27,SMALL(IF(Employees!$B$4:$B$27=Overview!$B$1,ROW(Employees!$B$4:$B$27)),ROW(1:1))-3,3)=0,"",INDEX(Employees!$B$4:$D$27,SMALL(IF(Employees!$B$4:$B$27=Overview!$B$1,ROW(Employees!$B$4:$B$27)),ROW(1:1))-3,3)),"")

    thyzt, if that was what you wanted too, then great, if not, you need to start your own thread.[/B]

    If you feel an existing thread is particularly relevant to your need, provide a link to the other thread in your new thread.

+ 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. Excel Live VLookup Live in spreadsheet - Quick way to find them?
    By CHR15T1N4 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-31-2013, 07:33 AM
  2. Replies: 0
    Last Post: 11-08-2012, 05:13 PM
  3. Complex Solution.
    By deepusurana in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-07-2011, 07:05 AM
  4. Live report summation
    By amitabgu in forum Excel General
    Replies: 1
    Last Post: 09-13-2011, 12:15 AM
  5. Excel 2003: creating complex report
    By nrschmid in forum Excel General
    Replies: 4
    Last Post: 07-17-2011, 06:53 PM
  6. Trying to find out a solution for a complex formula
    By Weasel in forum Excel General
    Replies: 4
    Last Post: 03-22-2006, 03:41 PM
  7. Help wih complex formula or macro or solution
    By Sal Young in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 10-19-2005, 05:05 PM
  8. [SOLVED] Help with complex formula or macro or solution
    By Sal Young in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-17-2005, 12:05 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