Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
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.
Can someone provide me the proper formula to use?
Regards,
//NT
Solved! Go to Solution.
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))
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!
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))
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!
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 5 | |
| 5 | |
| 4 |