jmckeone
Well-known Member
- Joined
- Jun 3, 2006
- Messages
- 550
I'm aware that there are two different methods
I often execute such formulas on big spreadsheets and wondered if there is any benefit to using one over the other.
Code:
=sumproduct(--(condition 1)*(condition 2),SUMRANGE)
{=SUM(IF(((CONDITION 1)*(CONDITION 2)),TRUE,FALSE))}
I often execute such formulas on big spreadsheets and wondered if there is any benefit to using one over the other.