Hi,
I want to anylise some data in excel, the data comes from a dump from a database
Region, Days open, Ticket Number
I am try to create a formula that goes and counts the number of instance in each region so.
I will have multiple entries
Region, Days open, Ticket Number
America 10 tick1
America 15 tick2
UK 5 tick3
Asia 20 tick4
America 7 tick5
UK 2 tick9
The formula or condition would populate my table based on the condition below,
count the number of instances where its greater then 10 but less then or equal to 20, and return me the count for each region
America 2
UK 0
Asia 1
Please could some help
I have had a look at arrays conditional sums and if statements but cannot get it work.
I want to anylise some data in excel, the data comes from a dump from a database
Region, Days open, Ticket Number
I am try to create a formula that goes and counts the number of instance in each region so.
I will have multiple entries
Region, Days open, Ticket Number
America 10 tick1
America 15 tick2
UK 5 tick3
Asia 20 tick4
America 7 tick5
UK 2 tick9
The formula or condition would populate my table based on the condition below,
count the number of instances where its greater then 10 but less then or equal to 20, and return me the count for each region
America 2
UK 0
Asia 1
Please could some help
I have had a look at arrays conditional sums and if statements but cannot get it work.