Excel Formulas and Functions Tutorial - VLOOKUP to Sum Multiple Columns

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

Комментарии • 15

  • @MyExcelOnline
    @MyExcelOnline  5 лет назад

    * SPECIAL OFFER * JOIN THE MYEXCELONLINE ACADEMY & GET ACCESS TO 500+ EXCEL TUTORIALS ON: FORMULAS, MACROS, VBA, PIVOT TABLES, CHARTS, POWER QUERY, POWER PIVOT, ACCESS PLUS MORE: 👉 www.myexcelonline.com/academy-yt

  • @MyExcelOnline
    @MyExcelOnline  4 года назад

    💻Access 1,000+ Microsoft Excel video training tutorials covering Formulas, Macros, VBA, Pivot Tables, Power Query, Power Pivot, Power BI, Charts, Financial Modeling, Dashboards, Word, PowerPoint, Outlook, Access, OneNote, Teams & MORE! JOIN TODAY TO ADVANCE YOUR EXCEL SKILLS 👉 www.myexcelonline.com/107-42.html

  • @wayneedmondson1065
    @wayneedmondson1065 5 лет назад +1

    Thanks John.. if you want to skip CSE, you can use SUMPRODUCT instead of SUM, as in: =SUMPRODUCT(VLOOKUP(G13,B13:D16,{2,3},0))
    I noodled some other formulas to return the same answer as follows:
    =SUMPRODUCT((B13:B16=G13)*(C13:D16))
    {=SUM(IF(B13:B16=G13,C13:D16))} - requires CSE.. could also write as: {=SUMPRODUCT(IF(B13:B16=G13,C13:D16))} - but still requires CSE because of IF
    =SUMPRODUCT(INDEX(C13:D16,MATCH(G13,B13:B16,0),))
    =SUMIF(B13:B16,G13,C13:C16)+SUMIF(B13:B16,G13,D13:D16)
    Having some fun with formulas. Thanks for the inspiration to learn and create. Thumbs up!

    • @MyExcelOnline
      @MyExcelOnline  5 лет назад +1

      I absolutely LOVE the SUMPRODUCT formula and it can do so many wicked calculations! Thanks for sharing your Formula Wayne :)

  • @atharkhan9235
    @atharkhan9235 2 года назад

    Thanks a lot. Would you please help to sort out my problem? I have a work sheet where VLOOKUP working properly but when i add a cell value that contain sheet name, i got error. Sheen name added using =MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255). No issue at all, adding sheet name manually in that cell. but adding above formula i got error.

    • @MyExcelOnline
      @MyExcelOnline  2 года назад

      HI. Thanks for the question. I think yuor first argument just needs to be a cell or a string. If that doesn't help and you would like to send your sheet to our consulting services, we could more specifically help. Please check out www.myexcelonline.com/microsoft-excel-consulting-services/

  • @SemageNamalSurendra
    @SemageNamalSurendra 3 года назад

    Hi thanks for sharing this. Is there any way to calculate the sum vertically? I mean in rows ➡ instead of columns ⬇? For example, In the Units column if have two records for Tablets, How to get a filtered sum for the total value with vlookup function? Please help

    • @MyExcelOnline
      @MyExcelOnline  3 года назад

      Hi. Please check our blog at www.myexcelonline.com/blog.

    • @sandeepchavan455
      @sandeepchavan455 2 года назад +2

      Can you share video link on this if you have , it will be more useful for us

  • @only4technical722
    @only4technical722 5 лет назад

    Nice... explain sir

    • @MyExcelOnline
      @MyExcelOnline  5 лет назад

      You are welcome and we are glad you enjoyed this VLOOKUP tutorial!

  • @zekibayraktar9758
    @zekibayraktar9758 3 года назад

    Hi, I am struggling to find a way to do something. on my table in one column there are job codes, another ha names and one last is work hours. one job code might have the same name more then once as people book their time on the same job code everyweek. How can I create a formula to matches all the rows with jobcode and name and give the sum of work hours.? I have been trying for a while and couldn't make that work.

    • @MyExcelOnline
      @MyExcelOnline  3 года назад

      Sure! If you just want to look up the values and put them all in one sheet, use XLOOKUP if you are using Office 365 or VLookup for earlier versions (our XLOOKUP video is here: studio.ruclips.net/user/videoaRo-bzKzTqM/edit?c=UCMaVSMuAqV5j9WRdUz9UQfw). However, if you want to group all your values together, you could create a Pivot Table (we have a video on that here: studio.ruclips.net/user/videoOcMBMLrJvRw/edit?c=UCMaVSMuAqV5j9WRdUz9UQfw). Hope that helps!

  • @sandeepchavan455
    @sandeepchavan455 2 года назад

    How to sum of multiple rows like coloumn

    • @MyExcelOnline
      @MyExcelOnline  2 года назад

      You could do a sum at the beginning or end of a row for that entire row. Type =SUM and select the row. If that didn't answer your question well enough, please check out our blog at www.myexcelonline.com/blog/. Thanks for watching!