Forum Discussion

MedX_TB's avatar
MedX_TB
Copper Contributor
Sep 08, 2023

Need help with Excel formula

I have two sheets in my workbook.   Sheet 1 Title: "At a Glance". This sheet contains: Column C "Last Name" Column AF "Do not Recommend".   Sheet 2 Title: "Overall Remarks". This sheet contain...
  • OliverScheurich's avatar
    Sep 08, 2023

    MedX_TB 

    =SUMPRODUCT(('Overall Remarks'!B:B=C2)*('Overall Remarks'!C:H="Interview 1: Do not Recommend"))

    This formula returns the intended result in my Excel 2013 sheet.