Results 1 to 8 of 8

Does this require VLOOKUP?

Threaded View

  1. #1
    Registered User
    Join Date
    06-18-2010
    Location
    Wisconsin, USA
    MS-Off Ver
    Microsoft Office 2007 on Windows XP
    Posts
    27

    Does this require VLOOKUP?

    I developed an extremely helpful and useful Excel sheet thanks in large part to the help I've gotten off of this site.

    In fact I've fixed about 90% of what I've wanted to fix on the project, with only one thing left (that I can see so far).

    In the uploaded you'll see a tab labelled WARR JOBS. The purpose of this sheet is to keep a tally of which Techs end up taking warranty jobs as they don't get paid for them. My goal is to spread them out as evenly as possible. Previously I've always had to just cut/paste the information automatically. Then H13:H21 would just run this formula to count how many occurances I had entered manually:

    =COUNTIF(C8:C481, G21)
    G13:G21 are the Techs' initials.

    I've recently entered this code into the cells next to that to count directly from the sheet labelled COMPLETED WORK:

    =SUM(IF(('COMPLETED WORK'!$H$2:$H$5979="WARR"),IF('COMPLETED WORK'!$G$2:$G$5979=G21,1)))
    This looks for the occurances of the tech's initials in G21, then counts how many warranty jobs he's completed in the sheet COMPLETED WORK.

    So those I have figured out. What I'd like to do (and the reason for the thread title) is that the information in columns B - D should get posted automaticlly. This is what I'd like to have happen:

    If a Warranty is completed then:
    'WARR JOBS'!A = 'COMPLETED WORK'!B
    'WARR JOBS'!B = 'COMPLETED WORK'!D
    'WARR JOBS'!C = 'COMPLETED WORK'!G
    'WARR JOBS'!D = the month/day from 'COMPLETED WORK'!I

    From there I could just use the first code I posted to sum up the occurances and know it is accurate.

    Thank you in advance for your help!
    Attached Files Attached Files
    Last edited by mealstrom; 06-28-2010 at 11:04 AM.

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