ross_boss08
New Member
- Joined
- Oct 17, 2013
- Messages
- 3
Hey all,
I just created my account today becuase I could see the level of intelligence that is being shared across this forum. I recently got an internship at a industrial company and I'm having a pain in the *** trying to get this model I am building for them to work.
May seem simple for some of you.
Here's the example:
Customer Name Fiscal Month Num Gross Sales
Advance 1 $500
Car 2 $1500
Car 1 $2000
Advance 1 $2500
For this example, I would want the output to be $3000 because it matches both Advance as the Customer Name AND April, aka 1, for the fiscal month code.
What I need is a function that checks BOTH the customer name and fiscal month num are what I want to then pull the gross sales and sum up every instance found. I've tried SUMPRODUCT, SUMIF, and nested VLOOKUPS and it seems I am missing something, but don't know. I can get the gross sales for one constraint by using SUMIF, but not TWO.
Please help and your advice is much appreciated!
I just created my account today becuase I could see the level of intelligence that is being shared across this forum. I recently got an internship at a industrial company and I'm having a pain in the *** trying to get this model I am building for them to work.
May seem simple for some of you.
Here's the example:
Customer Name Fiscal Month Num Gross Sales
Advance 1 $500
Car 2 $1500
Car 1 $2000
Advance 1 $2500
For this example, I would want the output to be $3000 because it matches both Advance as the Customer Name AND April, aka 1, for the fiscal month code.
What I need is a function that checks BOTH the customer name and fiscal month num are what I want to then pull the gross sales and sum up every instance found. I've tried SUMPRODUCT, SUMIF, and nested VLOOKUPS and it seems I am missing something, but don't know. I can get the gross sales for one constraint by using SUMIF, but not TWO.
Please help and your advice is much appreciated!