tezza
Active Member
- Joined
- Sep 10, 2006
- Messages
- 385
- Office Version
- 2016
- 2010
- Platform
- Windows
- Web
Hi all
I've got a grid that is set to show the number of minutes from 3 days down to -1 day, each cell is different depending on data from another sheet.
I've worked out how to list the nth positive number from 0 mins:
=iferror(SMALL(rpd_data!$G:$G,COUNTIF(rpd_data!$G:$G,0)+1),"")
but i can't reverse it.
I need a formula that will show the nth negative time closest to 0
EG:, -2000 min, -1500 min, -1 min, -10 min, -3min
so 1st negative would show -1
5th negative would show -2000
Regards
I've got a grid that is set to show the number of minutes from 3 days down to -1 day, each cell is different depending on data from another sheet.
I've worked out how to list the nth positive number from 0 mins:
=iferror(SMALL(rpd_data!$G:$G,COUNTIF(rpd_data!$G:$G,0)+1),"")
but i can't reverse it.
I need a formula that will show the nth negative time closest to 0
EG:, -2000 min, -1500 min, -1 min, -10 min, -3min
so 1st negative would show -1
5th negative would show -2000
Regards