countif formula

hsauve

New Member
Joined
Aug 17, 2011
Messages
4
I am currently using a sumif formula to fill a cell and need to change it to a countif or counta formula (or something else) because the new columns I need to reference are text.

Here is what I am trying to do:

I have two worksheets that each contain a name that I need to match/lookup and if they do match I am counting other cells in a different column

=SUMIF('Daily Log'!B:B,Students!D2,'Daily Log'!F:F)

What I need to do is count the text entries in columns C:E instead if the names match in 'Daily Log'!B:B,Students!D2

Please help. I have tried a whole variety of things but obviously my Excel formula writing skills aren't great yet.

Thank you


 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
I think you're looking for the COUNTIF function:
=COUNTIF('Daily Log'!C:E,Students!D2)
 
Upvote 0

Forum statistics

Threads
1,224,561
Messages
6,179,521
Members
452,923
Latest member
JackiG

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