SumIfs Help!!

Kyosti

Board Regular
Joined
Jun 2, 2008
Messages
90
I apologize, I did a search for what I needed, but had no luck understanding what I was reading. I hope someone can help me with this.

I have a database that resembles the following:

excelscreen1.png



On a seperate sheet that follows:

excelscreen2.png


I need to add the values in column C if they meet the following criteria:

I need to search for a spefic rep name in the database on sheet 1 and the value in column E must be True. I have tried the following formula but only get 0 as the value returned. Please help!!!!

SUMIFS(May!T2:T10000,May!E2:E10000,A13,May!AR2:AR10000,"TRUE")

The formula above is using a database that is much bigger than what I included in the post.

Thank you
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
In your SUMIFS formula, don't put quotes around TRUE

SUMIFS(May!T2:T10000,May!E2:E10000,A13,May!AR2:AR10000,TRUE)
 
Upvote 0
I actually tried that first, and it still did not reference correctly. I just did a replace on the TRUE and changed it to True and it made the formula work, but I don't know why.
 
Upvote 0

Forum statistics

Threads
1,224,595
Messages
6,179,798
Members
452,943
Latest member
Newbie4296

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