Hi,
I'm trying to get the following (sample data set) to complete a count per month: The data I need to extract is how many jobs each name from column B has issued an abort code (column H) and how many jobs they've been able to save per month (also from column H)
I was able to get the following formulae to work, but this only gives me a rolling total - when I try to add the date range it returns a zero value
=COUNTIFS(B2:B1500,"Bryan", H2:H1500,"<>saved")
=COUNTIFS(B2:B1500,"Bryan", H2:H1500,"saved")
But there has to be a better way with more logic built in, sadly, I cannot find a way through many hours or searching and testing
Please help!
Just a quick edit- this is only a sample data set, I realise the two different spellings of Bryan / Brian, this is all correct in the real data
I'm trying to get the following (sample data set) to complete a count per month: The data I need to extract is how many jobs each name from column B has issued an abort code (column H) and how many jobs they've been able to save per month (also from column H)
I was able to get the following formulae to work, but this only gives me a rolling total - when I try to add the date range it returns a zero value
=COUNTIFS(B2:B1500,"Bryan", H2:H1500,"<>saved")
=COUNTIFS(B2:B1500,"Bryan", H2:H1500,"saved")
But there has to be a better way with more logic built in, sadly, I cannot find a way through many hours or searching and testing
Please help!
Just a quick edit- this is only a sample data set, I realise the two different spellings of Bryan / Brian, this is all correct in the real data
Last edited by a moderator: