Vlookup and Sum if meet criteria

faisus

New Member
Joined
Jul 8, 2012
Messages
48
Office Version
  1. 365
Platform
  1. Windows
Hi all, I have 2 sheets and under one sheet I have below 3 rows

1669188804014.png


In the other sheet I have below columns and would like to have category wise Sum of amount for Active members and deleted members separately in the respective columns.

1669189219176.png


Kindly advise the formula as the data is alot. Thank you
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
Book1
ABC
1m.StatusAmountCat
2Active88VIP
3Active1460A
4Active392B
5deleted450C
6deleted850A
Sheet1

Book1
ABC
1CatAmt DelAmt Act
2VIP088
3A8501460
4B0392
5C4500
Sheet2
Cell Formulas
RangeFormula
B2:B5B2=SUMIFS(Sheet1!$B$2:$B$6,Sheet1!$A$2:$A$6,"Deleted",Sheet1!$C$2:$C$6,$A2)
C2:C5C2=SUMIFS(Sheet1!$B$2:$B$6,Sheet1!$A$2:$A$6,"Active",Sheet1!$C$2:$C$6,$A2)
 
Upvote 0
Solution

Forum statistics

Threads
1,214,938
Messages
6,122,346
Members
449,080
Latest member
Armadillos

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