Results 1 to 11 of 11

Using an IF statement from mulitple data sources to single source

Threaded View

  1. #1
    Registered User
    Join Date
    12-08-2015
    Location
    cola, sc
    MS-Off Ver
    2007
    Posts
    12

    Using an IF statement from mulitple data sources to single source

    I have a workbook with several sheets. The first sheet has one individual id numbers vertically and multiple submissions going across horizontally.
    The second sheet has each individual id number listed by how many submissions...so each person's id number may be listed more than once in a column depending on the number of submissions as opposed to the first page where the id is only listed one per row with multiple submissions in the row.

    Each of the different submissions has been assigned a score to be totaled at the end by the single id number. Each person has also been awarded a one-time additional score based on the amount of time with the company. Submission scores range from 0, 1, and 2. If a person receives a score of 0 on one of the submission then the score awarded for their time with the company is not to be considered, only their submission scores. Scores above 0 will be considered along with the score for the submission.

    The formulas I have tried is:

    =IF('4. Scoring'!L4=0,O2=0,O2+P2)

    =IF(AND(A:A='4. Scoring'!A:A,'4. Scoring'!L:L=0),O2=0,O2+P2)

    But both are still considering the tenure score for persons that have 0's. I need to make sure that even if a person has more than one submission and a 0 for only 1 of those submissions the tenure score and the other submissions scores are still added together.
    Last edited by jmaggols; 12-24-2015 at 09:54 AM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Sumif with Vlookup
    By fesp11 in forum Excel Formulas & Functions
    Replies: 19
    Last Post: 12-09-2015, 05:11 PM
  2. [SOLVED] vlookup and sumif vlookup returns yes and is also matching something else with "errors"?
    By mecexcel in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-16-2015, 03:45 PM
  3. [SOLVED] SUMIF with VLookup
    By IKZOUHETNIETWETEN in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-26-2014, 12:06 PM
  4. =if / vlookup / sumif
    By RickCov in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-27-2013, 06:19 PM
  5. [SOLVED] Vlookup + sumif
    By Vehat in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-13-2012, 03:02 PM
  6. [SOLVED] Vlookup sumif
    By Reign in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-20-2012, 02:39 AM
  7. SumIF with VLookup??
    By Audubon in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-27-2005, 03:18 PM

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