Countif function

xiaor1212

New Member
Joined
Oct 29, 2013
Messages
25
Hi There, I am need urgent help from expert here:

MemberTotal of errorLast error/ claim DateTodayTotal offday
Ee001304/11/201301/12/2013
Ee002502/11/201301/12/2013
Ee003708/11/201301/12/2013
Ee004907/11/201301/12/2013
Ee005107/10/201301/12/2013
Ee0061509/11/201301/12/2013
CSID01/11/201302/11/201303/11/201304/11/201305/11/201306/11/201307/11/201308/11/2013
Ee001AL6AM-4PM6AM-4PMOFFOFF6AM-4PM6AM-4PM6AM-4PM
Ee002OFFALAL6AM-4PM6AM-4PMOFFOFF6AM-4PM
Ee003ALOFFOFF10AM-8PM6AM-4PM6AM-4PM6AM-4PM6AM-4PM
Ee004OFFALALALALALOFFOFF
Ee0056AM-4PM6AM-4PM6AM-4PM6AM-4PMALSpecialOFFOFF
Ee00610AM-8PM10AM-8PMOFFOFF10AM-8PM10AM-8PM10AM-8PM10AM-8PM

<colgroup><col span="9"></colgroup><tbody>
</tbody>


how is the formula to count the total offday of each Ee-ID start from "Last Error/Claimed Data"???
should i use count if or vlookup or any others formula would be better?

your prompt response is highly appreciated
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
Hi xiaor1212,

1. First put each table on a different worksheet, to keep your data separate when your formulae are doing lookups.

2. Start with a sumif function to count the number of occurances of "OFF" in the row for Ee001.

3. Then upgrade your sumif function so that your row number is defined automatically. This is done using an INDEX MATCH combination (google it, e.g. How to Use INDEX MATCH) that will tell you the row number that you want your sumif function to look at.

Let us know how you get on,

Poiu
 
Upvote 0

Forum statistics

Threads
1,214,952
Messages
6,122,454
Members
449,083
Latest member
Ava19

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