Closed Thread
Results 1 to 10 of 10

max value required

  1. #1
    Registered User
    Join Date
    03-17-2011
    Location
    india
    MS-Off Ver
    Excel 2007
    Posts
    26

    Cool max value required

    GUys, Can you please check the attached file and see if there can be a formula for attached report.
    Attached Files Attached Files
    Last edited by SAMEEP; 03-22-2011 at 10:13 AM. Reason: max value required

  2. #2
    Registered User
    Join Date
    03-17-2011
    Location
    india
    MS-Off Ver
    Excel 2007
    Posts
    26

    Re: solution required

    Is it ok now?

  3. #3
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: max value required

    Here are some options. In I3
    =MAX(IF($A$3:$A$100=F3,$D$3:$D$100)) entered as an array formula (CNTRL SHFT ENTER). You'll see brackets around the formula { }

    In H3
    =SUMPRODUCT(--($A$3:$A$100=F3),--($D$3:$D$100=I3),$C$3:$C$100)

    I haven't come up with a formula for G3 yet that doesn't involve dummy columns. Is it okay to use dummy columns?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  4. #4
    Registered User
    Join Date
    03-17-2011
    Location
    india
    MS-Off Ver
    Excel 2007
    Posts
    26

    Re: max value required

    YES! It is fine to use dummy colums!

  5. #5
    Registered User
    Join Date
    03-17-2011
    Location
    india
    MS-Off Ver
    Excel 2007
    Posts
    26

    Re: max value required

    it aint working properly! Can you please complete it on the sheet and send it!

  6. #6
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: max value required

    Okay, I inserted a column A and set that equal to = B3&E3. I left it open but you can hide that column without affected performance.

    Then, since we have that column, I went to VLOOKUPs for Zone and Date like so

    =VLOOKUP(G3&J3, $A$3:$D$51,3,FALSE) for zone
    =VLOOKUP(G3&J3, $A$3:$D$51,4, FALSE) for Date

    See attachment.
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    03-17-2011
    Location
    india
    MS-Off Ver
    Excel 2007
    Posts
    26

    Re: max value required

    beautiful! You are the best

  8. #8
    Registered User
    Join Date
    03-17-2011
    Location
    india
    MS-Off Ver
    Excel 2007
    Posts
    26

    Re: max value required

    All trying to create a formula to calculate attendance where we have the raw data in the below mentioned sequence:
    Code Date status
    SAM 07-06 PRESENT
    SAM 07-07 ABSENT
    SAM 07-08 HALF DAY

    NOW THE TRACKER IS IN THE FOLLOWING FORMAT
    CODE 07-06 | 07-07 |07-08

    NOW I NEED A FORMULA WHICH WILL EXTRACT INFORMATION FOR THE CODE FOR THE DATES IN INCREMENT

  9. #9
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: max value required

    Start a new thread with new topic! And don't duplicate posting!
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  10. #10
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: max value required

    OP has started a new thread here: http://www.excelforum.com/excel-new-...-required.html

Closed Thread

Thread Information

Users Browsing this Thread

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

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