lukerees83
Board Regular
- Joined
- Mar 28, 2011
- Messages
- 59
I have a formula that I am currently using to make caculation on cells that are in the "general" format in Excel 2003.
It is working on 2 columns of data and is designed to return a value if the figure in column is >0 and <=30 AND if the value in column P is greater than zero.
=SUMPRODUCT(--($O$2:$O$1300>0),--($O$2:$O$1300<=30),--($P$2:$P$1300>0))
I now have to apply the formula in exactly the same way but this time to cells that are in the hh:mm time format and have no idea how. I didn't write the original formula so am a bit sketchy on how it works.
But in a nutshell I now need the formula to count when the value in column S is greater than 00:00 and less than or equal to 00:30 AND the value in T is greater than 00:00
Hope this makes sense. Any ideas?
It is working on 2 columns of data and is designed to return a value if the figure in column is >0 and <=30 AND if the value in column P is greater than zero.
=SUMPRODUCT(--($O$2:$O$1300>0),--($O$2:$O$1300<=30),--($P$2:$P$1300>0))
I now have to apply the formula in exactly the same way but this time to cells that are in the hh:mm time format and have no idea how. I didn't write the original formula so am a bit sketchy on how it works.
But in a nutshell I now need the formula to count when the value in column S is greater than 00:00 and less than or equal to 00:30 AND the value in T is greater than 00:00
Hope this makes sense. Any ideas?