Excel help

sleepless

New Member
Joined
Nov 3, 2011
Messages
11
Hi all, please need help.

I have an excel example below, how do i create a formula to count the number of full days, holiday, unplanned etc to a person only like tom.

I have done a countif formula which counts all if it matches holiday but cannot get it down to count holidays to only tom's or tien's row.




Thanks for your help
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
Welcome to the board.

Explain a little more what you are looking for here. What number are you wanting the formula to give you given the above data. Thanks.

Also, in the future, please put more details in the topic line, it will help people understand your question better.
 
Upvote 0
Thanks buxtongt and will do.

Am trying to find the count of lets say full day in the rows that have the name tom and so on. It's basically an attendence spreadsheet and i need to find the count number of attendence to a person.

So:
Tom - count number of full days
Tien - count number of full days
etc.
 
Last edited:
Upvote 0
=countif(needed.range,"Full Day") will give you the number of times that next shows up in the range you tell it. Is this something you can do manually or are you wanting to put a single formula in that J column and fill it in all the way down? It's going to be a little tough to not have some manual input for the range.
 
Upvote 0
I have like a thousand names down one column and need a formula that i can just drag down to count the number of full days for that name.
 
Upvote 0

Forum statistics

Threads
1,213,546
Messages
6,114,253
Members
448,556
Latest member
peterhess2002

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