• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

how to calculate values using COUNTIF

Status
Not open for further replies.

narsing rao

Member
Hi,

I have 2 sheets

sheet1 is a Summary sheet and sheet2 is data sheet

sheet 2 has columns from A TO R, in that column G is Severity (heading) with four values Sev-1, Sev-2, Sev-3,Sev-4 and J is date Field with heading Lodgeddate.

i want to calculate severity count for today, this month, this financial quarter, last quarter, older than last quarter.
i have used below formula to check sev-1 count in sheet2 but its not showing any value but just showing #VALUE! Symbol

please help to solve this problem.

Code:
=COUNTIFS(Sheet2!G:G,"sev-1",Sheet2!J:J,">=1-Mar-2017",Sheet2!J:J,"<31-Mar-2017")


▬▬▬▬▬▬▬▬▬ Mod edit : thread closed as duplicate !
 
Status
Not open for further replies.
Back
Top