How to calculate values using COUNTIF

Closed
narsing18 Posts 2 Registration date Monday March 27, 2017 Status Member Last seen July 24, 2017 - Mar 27, 2017 at 06:14 AM
 ibrahim - Mar 28, 2017 at 03:04 PM
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

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

please help to solve this problem.

1 response

Hi,
I wonder if you could upload a sample file.
0