+ Reply to Thread
Results 1 to 6 of 6

A simple one (adding vlookup results)

  1. #1
    Registered User
    Join Date
    12-10-2013
    Location
    Manchester, UK
    MS-Off Ver
    Excel 2010
    Posts
    64

    A simple one (adding vlookup results)

    Hi all I wondered if you could help me add together D3+G3+J3+M3+Q3+U3 and put the result into W3? I think the reason it wont work is because there will not always be a value in D3/G3 and J3/M3

    Many thanks!New KS4 grades Markbook.xlsx

  2. #2
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: A simple one (adding vlookup results)

    Noncontiguous ranges are tough. The best I could come up with was:

    =SUMIF(C$2:V$2,$D$2,C3:V3)

    Drag down as needed.
    Make Mom proud: Add to my reputation if I helped out!

    Make the Moderators happy: Mark the Thread as Solved if your question was answered!

  3. #3
    Registered User
    Join Date
    12-10-2013
    Location
    Manchester, UK
    MS-Off Ver
    Excel 2010
    Posts
    64

    Re: A simple one (adding vlookup results)

    Wow that's great, I don't understand the formula at all, but it appears to work!

  4. #4
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: A simple one (adding vlookup results)

    =SUMIF(criteria range, criteria, sum range)

    The formula looks at C2:V2, looks for UMS, and then adds up row 3 for each match of UMS.

  5. #5
    Registered User
    Join Date
    12-10-2013
    Location
    Manchester, UK
    MS-Off Ver
    Excel 2010
    Posts
    64

    Re: A simple one (adding vlookup results)

    Ah now I get it! thanks for the explanation!

  6. #6
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: A simple one (adding vlookup results)

    Thanks for the feedback, glad I could help out.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 4
    Last Post: 12-07-2012, 11:49 AM
  2. [SOLVED] Adding Multiple Results Using Vlookup
    By hawong in forum Excel General
    Replies: 16
    Last Post: 07-09-2012, 04:06 PM
  3. [SOLVED] Simple VLOOKUP not bringing back correct results
    By AL2275 in forum Excel General
    Replies: 6
    Last Post: 04-30-2012, 09:32 AM
  4. Excel 2008 : Help with adding results derived from VLOOKUP
    By SunshineCharlie in forum Excel General
    Replies: 6
    Last Post: 04-25-2012, 04:16 PM
  5. Adding Multiple VLOOKUP Results
    By Phillycheese5 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-12-2007, 12:02 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