I have a spreadsheet that returns the number of times a nurse(s) performs a particular activity. There are about 5 nurses. The activities as well as the nurse’s name are listed on a sheet called list. named ranges; RN and activities are used.
I use data validation to populate a separate sheet. The activities list about 20 items. And with data validation are selected in a separate sheet in column A and the nurses name in a column B the activities.
The following formula is used to return the number of times the a particular nurse listed on Lists!B2 =COUNTIF(RN,Lists!B2) on a page called reports
This is the question, is there a way to limit the counting of the nurse(s) only if certain activities are listed in column B?. in other words have the formula look at column A and if column B has "xyz", then count but if it has "abc" don't count..
I not sure if this is possible but any help would be appreciated.
I use data validation to populate a separate sheet. The activities list about 20 items. And with data validation are selected in a separate sheet in column A and the nurses name in a column B the activities.
The following formula is used to return the number of times the a particular nurse listed on Lists!B2 =COUNTIF(RN,Lists!B2) on a page called reports
This is the question, is there a way to limit the counting of the nurse(s) only if certain activities are listed in column B?. in other words have the formula look at column A and if column B has "xyz", then count but if it has "abc" don't count..
I not sure if this is possible but any help would be appreciated.