Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Anonymous
Not applicable

VLookup only getting first value

Hi,

 

I created a another tab to show different projects with different costs as shown.

 

But when I created this formual =VLOOKUP(A7,Table01[#All],2,FALSE), the individual cells only captured the first value not the sum of the values. In this case the £2556.47 was being shown on the main tab.

 

tksnota_0-1715678721686.png

 

Can someone provide me the proper formula to use?

 

Regards,

 

//NT

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous 

 

VLOOKUP is to find the match value. It won't calculate the sum of all matches. To calculate the sum of all matches, you can try something like this:

= SUM(IF(A$2:A$8=E2,B$2:B$8))

vjingzhanmsft_1-1715739151828.png

 

Reference: https://www.exceldemy.com/vlookup-sum-all-matches/ 

 

Best Regards,
Jing
If this post helps, please Accept it as Solution to help other members find it. Appreciate your Kudos!

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @Anonymous 

 

VLOOKUP is to find the match value. It won't calculate the sum of all matches. To calculate the sum of all matches, you can try something like this:

= SUM(IF(A$2:A$8=E2,B$2:B$8))

vjingzhanmsft_1-1715739151828.png

 

Reference: https://www.exceldemy.com/vlookup-sum-all-matches/ 

 

Best Regards,
Jing
If this post helps, please Accept it as Solution to help other members find it. Appreciate your Kudos!

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Users online (7,120)