Hi
I am trying to create a formula that will sum the No. of Minutes Taken to Complete Job based on the Job Type. This is what I'm using currently:
However, its' bringing back zero when you can clearly see a CD Extraction Job Type in row two. I'm assuming it's because it is a drop down but, there will only ever be one option selected. What am I missing?
=SUMIFS([No. of Minutes Taken to Complete Job]:[No. of Minutes Taken to Complete Job], [Job Type]:[Job Type], "CD Creation", [Job Type]:[Job Type], "CD Extraction", [Job Type]:[Job Type], "Print & Post", [Job Type]:[Job Type], "USB Creation", [Job Type]:[Job Type], "USB Extraction")
I've searched other posts but can't quite find the answer - I know it's something super simple!
TIA
Cheryl