formula not working

Toastis

Board Regular
Joined
Apr 20, 2011
Messages
65
[[Main KPI Data 2011.xlsm]Main KPI Data Sheet!'$E:$X,"*"&"Giant"&"*"&"Sundial"& "*"&"&"Amigo"&"*")+Countif('Main KPI Data 2011.xlsm]Main KPI Data Sheet!'$E:$X,"11/3/10")]

Can I not do that?

I basically want it to count for 11/3/10 all findings for text containing Giant, Sundial and Amigo.
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
Hi Toastis,
Instead of formula can you post example of your data.
You are trying to count a quite huge amount of data(range E:X) I hopeyou are not in Excel 07 or 10.
And I think we are missing here beginning of your formula
 
Upvote 0
I think I did leave some of the formula out inadvertently. I have a large data sheet Column E has dates column AM OR PM for that date. I need excel to find how many times AM deliveries were made on each date.

Essentially counting how many time 5/13 shows and then how many times 5/13 had AM Deliveries.
 
Upvote 0
I tried:

=SUMPRODUCT(--('[Main KPI Data 2011.xlsm]Main KPI Data Sheet'!$E:$E="5/5/2011"),--('[Main KPI Data 2011.xlsm]Main KPI Data Sheet'!$G:$G="AM"))

That results in zero. :(
 
Upvote 0
Maybe becouse your data in column E are date format whereas your "5/5/2011" is a text.
Put your date in any oher cell and try:

=SUMPRODUCT(--('[Main KPI Data 2011.xlsm]Main KPI Data Sheet'!$E:$E=A1),--('[Main KPI Data 2011.xlsm]Main KPI Data Sheet'!$G:$G="AM"))

where A1 is the date.(5/5/2011)
 
Upvote 0

Forum statistics

Threads
1,224,586
Messages
6,179,719
Members
452,939
Latest member
WCrawford

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