+ Reply to Thread
Results 1 to 3 of 3

VLookup

  1. #1
    Registered User
    Join Date
    06-14-2011
    Location
    Houston, Texas
    MS-Off Ver
    Excel for Microsoft 365
    Posts
    3

    VLookup

    I am trying to create a balance sheet (for payroll) where I can use a VLook up function to sum grand totals.

    Example: I have 8 sections (at the top of my spreadsheet) where “Regular” time could be noted. I want my grand totals at the bottom of the spreadsheet to search each of the 8 sections, look for “Regular” hours/earnings, add them all together and give me a grand total.

    I used a VLook up formula (SEE BELOW), but it is only pulling the first "Regular" field it finds, and I am unsure how to make it add all the "Regular" Fields together.

    =IF(ISERROR(VLOOKUP($A$110,$A$4:$B$108,2,FALSE)),"",VLOOKUP($A$110,$A$4:$B$108,2,FALSE))

    Spreadsheet attached.

    Thanks!!!
    Attached Files Attached Files
    Last edited by NBVC; 06-15-2011 at 04:02 PM.

  2. #2
    Forum Expert ConneXionLost's Avatar
    Join Date
    03-11-2009
    Location
    Victoria, Canada
    MS-Off Ver
    2010
    Posts
    2,952

    Re: VLookup

    How about:

    Please Login or Register  to view this content.
    Cheers,
    Would you like to say thanks? Please click the: " Add Reputation" button, on the grey bar below the post.

  3. #3
    Registered User
    Join Date
    06-14-2011
    Location
    Houston, Texas
    MS-Off Ver
    Excel for Microsoft 365
    Posts
    3

    Re: VLookup

    That did it! So simple...I guess my brain was just mush!! Thank you so much!!!!

+ 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