highflight1985
New Member
- Joined
- Jun 8, 2011
- Messages
- 20
I have the following formula:
=SUM(('Load Entry'!$C$4:$C$563<=$A$28)*('Load Entry'!$C$4:$C$563>=$A$27)*'Load Entry'!$S$4:$S$563)
to count the values in ONE column between two dates (A27 and A28)
But how do I count the values of two columns between the same dates? (Values to add together are S4 and U4, S5 and U5, etc.)
Thanks
=SUM(('Load Entry'!$C$4:$C$563<=$A$28)*('Load Entry'!$C$4:$C$563>=$A$27)*'Load Entry'!$S$4:$S$563)
to count the values in ONE column between two dates (A27 and A28)
But how do I count the values of two columns between the same dates? (Values to add together are S4 and U4, S5 and U5, etc.)
Thanks