Problem - I have 2 COUNTIF functions that work but I cannot combine them into a COUNTIFS function based on the same data.
I have a list of events with the participants. Participants can take part in more than one event. I want to count how many events someone has participated in since a given date.
Using COUNTIF, I can find the total events that happened since a given date. Using another COUNTIF, I can find the total number of participations by a given person.
But I cannot get a COUNTIFS function to work using the criteria that worked separately in the COUNTIF functions. It returns a #¡VALOR! warning.
What I don't understand is if the COUNTIF functions work, why does the COUNIFS funtion
not work if it is the same data?
Note that I am working with Excel in Spanish so the formulae will look different. Also that Excel in Spanish uses ";" rather than ",".
COUNTIF to find total events since given date: =CONTAR.SI(Date_Full_Inspection:Date_Interim_Audit;">="&$P$2)
COUNTIF to find total participations for a given name
=CONTAR.SI(Inspectors_names;A303)
Any advice gratefully received.
I have a list of events with the participants. Participants can take part in more than one event. I want to count how many events someone has participated in since a given date.
Using COUNTIF, I can find the total events that happened since a given date. Using another COUNTIF, I can find the total number of participations by a given person.
But I cannot get a COUNTIFS function to work using the criteria that worked separately in the COUNTIF functions. It returns a #¡VALOR! warning.
What I don't understand is if the COUNTIF functions work, why does the COUNIFS funtion
not work if it is the same data?
Note that I am working with Excel in Spanish so the formulae will look different. Also that Excel in Spanish uses ";" rather than ",".
COUNTIF to find total events since given date: =CONTAR.SI(Date_Full_Inspection:Date_Interim_Audit;">="&$P$2)
COUNTIF to find total participations for a given name
=CONTAR.SI(Inspectors_names;A303)
Any advice gratefully received.