andrewb90
Well-known Member
- Joined
- Dec 16, 2009
- Messages
- 1,077
Hello All,
I know there are ways to count every nth value however, I am struggling to apply it to my current formula. I am trying to do every other cell.(in the 165:178 portions))
Any guidance would be appreciated!
Thanks,
Andrew
I know there are ways to count every nth value however, I am struggling to apply it to my current formula. I am trying to do every other cell.(in the 165:178 portions))
Code:
=(SUM(IF(E$165:E$178<$B89,IF(F$165:F$178>$A89,IF(F$165:F$178<$B89,F$165:F$178,$B89)-IF(E$165:E$178>$A89,E$165:E$178,$A89))))*24)
Any guidance would be appreciated!
Thanks,
Andrew