Sum range if 2 conditions met
Closed
Portiapuss
Osama_bb11
- Posts
- 1
- Registration date
- Wednesday June 25, 2014
- Status
- Member
- Last seen
- June 25, 2014
Osama_bb11
- Posts
- 22
- Registration date
- Sunday May 25, 2014
- Status
- Member
- Last seen
- September 25, 2014
Related:
- Sum range if 2 conditions met
- Excel copy row if condition met ✓ - Forum - Excel
- Excel merge cells if condition met ✓ - Forum - Excel
- Excel copy rows if condition met - Forum - Excel
- Copy specific cells to separate worksheets upon 2 conditions ✓ - Forum - Excel
- Highlight Rows with Conditions met ✓ - Forum - Excel
1 reply
Osama_bb11
Jun 26, 2014 at 01:47 AM
- Posts
- 22
- Registration date
- Sunday May 25, 2014
- Status
- Member
- Last seen
- September 25, 2014
Jun 26, 2014 at 01:47 AM
Hello ,
this is my understanding
you want to find the sum of cells from D1 .. D10 ( the sum at D12 ) but this sum will be subject to two conditions c1=col and b1=wba so it will be
D12=if(and(c1="col",b1="wba"),sum(d1:d10),"")
make the changes to above example to fit your requirements
I hope this will works
this is my understanding
you want to find the sum of cells from D1 .. D10 ( the sum at D12 ) but this sum will be subject to two conditions c1=col and b1=wba so it will be
D12=if(and(c1="col",b1="wba"),sum(d1:d10),"")
make the changes to above example to fit your requirements
I hope this will works