+ Reply to Thread
Results 1 to 7 of 7

Looking for help with VLookup (I think)

Hybrid View

  1. #1
    Registered User
    Join Date
    04-04-2012
    Location
    Olympia, WA
    MS-Off Ver
    Office 2010
    Posts
    2

    Looking for help with VLookup (I think)

    Hello, Im working on a project to record how long Ive been working on jobs in different applications. I have my main table which has the job number, start and end date and time, how many minutes and hours worked on each job, and which application I was using. Ive got a second table (this is where I need help) where I would like to total the time spent working in each application. If you look at the image Ive attached, I need the values in L4, L5, L6 etc.

    This is there Im thinking I need a lookup (not my strong suit in excel)

    For cell L4, I need to lookup the values in I6, I7, I8 etc, and see if theres an A there. If there is, the application used was access and Ill need to total the time up (value from the Hours column, so H6, H7 etc) and put that totaled value in cell L4.

    Does that make sense? I dont really know how else to describe it. Hopefully someone can see what Im looking for. I appreciate any input!

    Thanks in advance! -Dennis

    ExcelHelp.jpg
    Last edited by katashatzu; 04-04-2012 at 02:37 AM.

  2. #2
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: Looking for help with VLookup (I think)

    Hi Katashatzu,


    Welcome to the forum.

    I am not able to view / download you attachment, please correct that. In case of any issues, connect with site admins. thanks.

    Regards,
    DILIPandey

    <click on below 'star' if this helps>
    DILIPandey, Excel rMVP
    +919810929744 (India), +971528225509 (Dubai), dilipandey@gmail.com

  3. #3
    Registered User
    Join Date
    03-26-2012
    Location
    Australia
    MS-Off Ver
    Excel 2010
    Posts
    59

    Re: Looking for help with VLookup (I think)

    From your JPEG file I think this would work if put into L4 and copy down:

    =SUMIF($I$6:$I$150,MID(K4,LEN(K4)-1,1),$H$6:$H$150)

    Note though that this will only work if your application tools value always ends with a single character value inside brackets. So if you changed 'Word (W)' to 'Word (Wd)' or 'Word - W' it would not work. Somebody will probably have a more efficient solution but that's the only one I can think of.
    Last edited by Down Under; 04-04-2012 at 02:40 AM. Reason: Wrong column

  4. #4
    Registered User
    Join Date
    04-04-2012
    Location
    Olympia, WA
    MS-Off Ver
    Office 2010
    Posts
    2

    Re: Looking for help with VLookup (I think)

    Sorry, let me try to attach the file again.

    JobCalculations.xlsx

  5. #5
    Registered User
    Join Date
    03-26-2012
    Location
    Australia
    MS-Off Ver
    Excel 2010
    Posts
    59

    Re: Looking for help with VLookup (I think)

    I've put the formula I suggested into your workbook. As I said though, any change to the structure of your Applications value will mean it stops working.
    Attached Files Attached Files

  6. #6
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Looking for help with VLookup (I think)

    Hi

    Me too, but as i understant from the picture, then give a try to this formula, in La.(Same for the others....)

    =SUMPRODUCT((I6:I27="a")*(H6:H27))
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  7. #7
    Forum Contributor
    Join Date
    11-02-2011
    Location
    Rugby, England
    MS-Off Ver
    Office 365
    Posts
    879

    Re: Looking for help with VLookup (I think)

    Hi,

    Please try the attached, i have added in a similar formula to calculate the totals for each week, which will change according to the info you enter.
    galvinpaddy
    Attached Files Attached Files

+ 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