Sumif

RLJ

Active Member
Joined
Mar 15, 2011
Messages
417
Office Version
  1. 365
Platform
  1. Windows
I am using this formula to total numbers from I5:I105 if they match the Date from A2 in C5:C105 on the sheet Alexis King. This is working perfectly... Now I need to add another condition to it.

If the conditions above are met, then I need it to look in B4 of the current sheet and if A5:A105 on Alexis King meets the criteria then total the numbers from I5:I105 on Alexis King.

So I need it to match both condiditons from A2 and B4.

=SUMIF('Alexis King'!$C$5:$C$105,$A$2,'Alexis King'!$I$5:$I$105)

Can this formula add in another criteria?
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
=SUMPRODUCT(--('Alexis King'!$C$5:$C$105,=$A$2),--('Alexis King'!$A$5:$A$105=$B$4),('Alexis King'!$I$5:$I$105))
 
Upvote 0
I'm getting a circular reference warning and it is not calculating.
 
Upvote 0
My Fault. It is early where I am and my brain was not thinking correctly. I fixed it.
Thanks
 
Upvote 0

Forum statistics

Threads
1,224,558
Messages
6,179,512
Members
452,921
Latest member
BBQKING

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