+ Reply to Thread
Results 1 to 3 of 3

Return result from two criteria

  1. #1
    Registered User
    Join Date
    03-03-2010
    Location
    Dublin, Ireland
    MS-Off Ver
    Excel 2007
    Posts
    15

    Return result from two criteria

    Hi All,

    Hopefully this question has a simple answer.

    I have a worksheet with employee names in column A and dates in row 1 (see attached).

    I am trying to figure out a formula where if I select an employee and date, the amount for that employee on that date will be calculated.

    For example, on the attached workbook if I was to select employee 'Andy' and Date '03-May-2010' the result should be 683.66 which should be returned in cell C32.

    Any help would be appreciated.

    Thanks

    Ben
    Attached Files Attached Files
    Last edited by Ben4481; 09-13-2010 at 10:15 AM. Reason: Solved

  2. #2
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326

    Re: Return result from two criteria

    Hi try =INDEX(A1:J25,MATCH(A32,A1:A25,0),MATCH(B32,A1:J1,0))

  3. #3
    Registered User
    Join Date
    03-03-2010
    Location
    Dublin, Ireland
    MS-Off Ver
    Excel 2007
    Posts
    15

    Re: Return result from two criteria

    Many thanks. Works perfectly!

+ Reply to 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