I seem to be stuck. I have searched for answers in this forum and tried many formulas only to get errors. Think it probably a simple answer but can't seem to find it.
I have a sheet that scores our programs on a scale. I am trying to return the score based on the state and the project name. So for example below (this was just one of the many ) I was looking for "Alabama" then the program "Regional Onboarding Center ROC", then return the score that was entered in the cell from that same row.
=IF(AND({State} = "Alabama", {Project Name} = "Regional Onboarding Center ROC", {score}))
I tried countifs and ifs and index. I appreciate any advice.