In MS Excel, to add numeric values in column D, from rows D10 to D15, the formula that should be used is :
1
=SUM (D10, D15)
2
=COUNT (D10, D15)
3
=SUM (D10:D15)
4
Options 1 and 3 are correct
In MS Excel, to add numeric values in column D, from rows D10 to D15, the formula that should be used is :