Multi criteria large speadsheet

atcman

Board Regular
Joined
May 13, 2005
Messages
58
I have 80 rows, 365 columns broken into weeks with coded inputs. Can a formula be written to count 6 to 8 different items per row and total by week. The formula would need to count things like DN, ND, DF4, DL4, NF4, NL4
 

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
Hi,

You can use below formula to sum different words between two dates

=SUM(COUNTIFS(F1:F24,{"DN","ND","DF4"},E1:E24,">="&E1,E1:E24,">="&E2))

E1 and E2 are two dates
 
Upvote 0
Thank you very much. Sorry for taking so long to reply, your formula worked great but been sick with the flu and just got to work today. Again thanks so much, Atcman
 
Upvote 0

Forum statistics

Threads
1,214,530
Messages
6,120,071
Members
448,943
Latest member
sharmarick

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