+ Reply to Thread
Results 1 to 4 of 4

Add multiple identical values in one cell - VLOOKUP

  1. #1
    Registered User
    Join Date
    05-24-2013
    Location
    Australia
    MS-Off Ver
    Excel 2013
    Posts
    21

    Add multiple identical values in one cell - VLOOKUP

    Hi,
    I have been using VLOOKUP to to coalate durations per month which has been fine untill there a 2 or more duration that fall in the same month. How do I get them to add together in the one cell.

    Example as shown should answer 12 for 41913 but it only shows 6 using (=VLOOKUP(B14,WINDER!$E$3:$F$35,2,FALSE)

    41883 6
    41913 6
    41913 6

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Add multiple identical values in one cell - VLOOKUP

    Use SUMIF

    =SUMIF($E$3:$E$35,b14,$F$3:$F$35)
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: Add multiple identical values in one cell - VLOOKUP

    hi nigo75. maybe SUMIF can help you.
    =SUMIF(WINDER!$E$3:$E$35,B14,WINDER!$F$3:$F$35)

    following your eg

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  4. #4
    Registered User
    Join Date
    05-24-2013
    Location
    Australia
    MS-Off Ver
    Excel 2013
    Posts
    21

    Re: Add multiple identical values in one cell - VLOOKUP

    Quote Originally Posted by benishiryo View Post
    hi nigo75. maybe SUMIF can help you.
    =SUMIF(WINDER!$E$3:$E$35,B14,WINDER!$F$3:$F$35)

    following your eg
    Thanks Spot on................

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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