Forum Discussion

Dev_1518's avatar
Dev_1518
Copper Contributor
Aug 17, 2022

TO COUNT A CELL WITHOUTH USING COUNTIF

So i have an issue where i have been told to count the number of cell based on a certain criteria 

 

in this case i have to calculate the number of people working in sales dept i have two columns Name and Dept 

I can use =COUNTIF(RANGE,CRITERIA) to find the value but the problem is i am not allowed to use COUNTIF() and have been told to use IF function to do so . Anyone out there who can help me

 

 

  • Dev_1518 

    =SUM(IF(B2:B6="Sales",1,0))

     

    If you don't have Microsoft 365 or Office 2021, confirm the formula with Ctrl+Shift+Enter.

      • Dev_1518 

        Could you attach a sample workbook (without sensitive data), or if that is not possible, make it available through OneDrive, Google Drive, Dropbox or similar? Thanks in advance.

    • Dev_1518's avatar
      Dev_1518
      Copper Contributor

      OliverScheurich 

      Guess i didnt make myself clear i have to use an IF function . so is it possible to use the sumproduct inside the IF function??

Resources