Additional To Be True Before Adding Total

IanGreeff

New Member
Joined
May 22, 2013
Messages
16
Good Day

I have been given a task to create a register for another department within our company. My original register was setup with the help of all the wonderful people on Mr Excel.

The new register I have to create is pretty much the same, however the formula I used before checked for 2 instances and then added the value of a certain column if those two instances were correct. Because I am using excel 2003 the formula is a bit long but is has been working without fail ever since used.

This is the formula

=SUMPRODUCT(--(ISNUMBER(SEARCH("Division",Leads!A14:A65536))),--(TEXT(Leads!B14:B65536,"mmm")="Jan"),Leads!K14:K65536)

The challenge I am facing now, is I need to have the Division, Business Type and Month to be checked before adding a the values.

I have no idea how to add another variable to this formula.

Could you guys kindly assist me.

Regards
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
If Business Type is in column C and the value to check is in A1:

=SUMPRODUCT(--(ISNUMBER(SEARCH("Division",Leads!A14:A65536))),--(Leads!C14:C65536=A1),--(TEXT(Leads!B14:B65536,"mmm")="Jan"),Leads!K14:K65536)
 
Upvote 0

Forum statistics

Threads
1,223,889
Messages
6,175,223
Members
452,620
Latest member
dsubash

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