Vlookup to extract data while matching the field

faisus

New Member
Joined
Jul 8, 2012
Messages
48
Office Version
  1. 365
Platform
  1. Windows
Hello people. Hope all doing well.

I am trying to fill Sheet 2 from Sheet 1, however my formula seems incorrect. Under Sheet 2 the branch B2 column has data validation since there are many branches, so whoever selects any branch, then the data would populate as per the branch.

Kindly advise.

Thanks.

Sheet 1.JPG
Sheet 2.JPG
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
Since these are values, rather than texts, you might be better served by using a SUMIFS function.

Corporate: =SUMIFS(Sheet1!$C:$C,Sheet1!$A:$A,Sheet2!$B$2,Sheet1!$B:$B,$A7)

Then for the other categories (SME, Individual, etc), just redirect at Sheet1!$C:$C to the appropriate column.
 
Upvote 0
Solution

Forum statistics

Threads
1,215,069
Messages
6,122,959
Members
449,096
Latest member
Anshu121

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top