I need to make Sum with 3 criterias

shadysherif

New Member
Joined
Feb 24, 2019
Messages
2
a2724da311c642db37ceb26159405936-full.png


in C14: I need it to calculate the sum of the remaining months starting this month, also when the location and function match
so that

C14 = 75
C14 = 90
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
I tried Sumifs but couldn't because it will contain also index,match function and I don't how exactly it's done
if you can help me with the exact function i'd really appreciate it
 
Upvote 0
With the information you have provided, it's not possible. Give more details of the data/structure etc.
 
Upvote 0
Hi,

Please post data in a Table format that your Helpers can copy and paste into Excel for testing, rather than a picture, which can not be copied.

Based on your sample.
Don't understand this part:
C14 = 75
C14 = 90


Book1
ABCDEFGHIJ
1Oct-18Nov-18Dec-18Jan-19Feb-19Mar-19Apr-19
2CairoProject Manager50505050505050
3
4
5
6GizaProject Manager45454545454545
7
8
9
10
11Feb-19
12
13
14CairoProject Manager150
15GizaProject Manager135
Sheet606
Cell Formulas
RangeFormula
C14=SUMPRODUCT((A$2:A$8=A14)*(B$2:B$8=B14)*(D$1:J$1>=B$11)*D$2:J$8)
 
Upvote 0

Forum statistics

Threads
1,215,063
Messages
6,122,930
Members
449,094
Latest member
teemeren

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