Marmalade20
New Member
- Joined
- Mar 8, 2017
- Messages
- 3
Hi,
I have a spreadsheet which I'm using for audit action tracking, I have a formula in place to calculate how many days overdue actions are which appears to be working fine returning results as "x Over Due"
I'm trying to create a simple pie chart on a separate tab to show how many are within 30 days over due, how many within 60 days over due and how many within 90 days over due. I've used the following formulas:
=COUNTIFS(Audit!R4:R200,">0*",Audit!R4:R200,"<=30*")
=COUNTIFS(Audit!R4:R200,">30*",Audit!R4:R200,"<=60*")
=COUNTIFS(Audit!R4:R200,">60*",Audit!R4:R200,"<=90*")
Within 30 days is returning a result one less than it should, within 60 is returning the correct result and within 90 is returning a result one more than it should.
I've managed to work out which cell it is counting by reducing my cell range and it's counting a cell containing "8 Over Due" in the third formula (60-90) rather than the first (0-30.)
Dow anyone have any idea why and how to correct this please?
Thanks.
I have a spreadsheet which I'm using for audit action tracking, I have a formula in place to calculate how many days overdue actions are which appears to be working fine returning results as "x Over Due"
I'm trying to create a simple pie chart on a separate tab to show how many are within 30 days over due, how many within 60 days over due and how many within 90 days over due. I've used the following formulas:
=COUNTIFS(Audit!R4:R200,">0*",Audit!R4:R200,"<=30*")
=COUNTIFS(Audit!R4:R200,">30*",Audit!R4:R200,"<=60*")
=COUNTIFS(Audit!R4:R200,">60*",Audit!R4:R200,"<=90*")
Within 30 days is returning a result one less than it should, within 60 is returning the correct result and within 90 is returning a result one more than it should.
I've managed to work out which cell it is counting by reducing my cell range and it's counting a cell containing "8 Over Due" in the third formula (60-90) rather than the first (0-30.)
Dow anyone have any idea why and how to correct this please?
Thanks.