Excel Formulas and Functions Tutorial - VLOOKUP to Sum Multiple Columns

preview_player
Показать описание
In this Excel Formulas and Functions Tutorial we will show you how to use VLOOKUP Formula in Excel to Sum Multiple Columns!

See how we can use an array function to transform your VLOOKUP into summing multiple columns together.

You can easily use VLOOKUP to Sum Multiple Columns in Excel with this Excel Formulas and Functions Tutorial.

Download practice workbok for VLOOKUP to Sum Multiple Columns:

------------

🔥 OUR BEST EXCEL RESOURCES 🔥

👨‍🏫 Get 30+ Excel & Office Courses & support for ONLY $1💵 (all levels covered)
Learn Formulas, Macros, VBA, Pivot Tables, Power Query, Power Pivot, Power BI, Charts, Financial Modeling, Dashboards, Word, PowerPoint, Outlook, Access, OneNote, Teams, Project, PowerApps, PowerAutomate, Visio, Forms & MORE!

📚 Download Our Free 101 Excel Tips & Tricks E-Book:

💻 Access 1,000+ Free Excel & Office tutorials over at our award-winning blog:

📚Get All Our 101 Excel E-Book series on Formulas, Macros & Pivot Tables:

📚101 Most Popular Excel Formulas Paperback on Amazon:

📚101 Ready To Use Excel Macros Paperback on Amazon:

📚101 Best Excel Tips & Tricks Paperback on Amazon:

👷 Excel Consulting Services:

💻 Looking for more Microsoft Excel & Office tutorials? Check out our playlist below:
------------

Feel free to comment and ask questions about this Microsoft Excel tutorial below and we will get back to you with the answer ASAP!

If you enjoyed the video, please give a thumbs up, comment, share.

Do not forget to SUBSCRIBE to this channel to get our new Microsoft Excel tutorials delivered straight to you each week! Thank You :)

Cheers,

JOHN MICHALOUDIS
Chief Inspirational Officer & Microsoft MVP

❤️ Let’s connect on social ❤️

#MyExcelOnline
Рекомендации по теме
Комментарии
Автор

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:

{=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!

wayneedmondson
Автор

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

SemageNamalSurendra
Автор

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.

atharkhan
Автор

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.

zekibayraktar
Автор

How to sum of multiple rows like coloumn

sandeepchavan