Hi guys,
i have a spreadsheet where people type in their email into cell C4 on a sheet named VIEW.
What i need is cell C5 (on the VIEW sheet) to return a count of how many people have passed a course AND align into the named person in C4. (2 criteria)
i have all the raw data on a seperate sheet called "DATA"
Column J on DATA contains the line manager email address (1st criteria)
Column T on DATA contains the status (Passed, Failed, Incomplete, Not Started)
This is the formula that i have in cell C5:
{=SUM((DATA!J1:J10000, C4)*(DATA!T2:T10000="Passed"))}
But this returns the error "#VALUE!"
Can anybody point me in the direction of what ive done wrong and how to fix this?
Bookmarks