Computer Science, asked by simrabhatovr751, 1 year ago

How to calculate the sum of first 5 multipls of 7 in MS Excel spreadsheet

Answers

Answered by iamnotanerd
3
first find the multiples that is
7,14,21,28,35
enter it in xcel cells
suppose u r writing from cell b1 to b5 
then which cell u want to have the total
select it and enter
=SUM(B1:B5) OR TRY    =SUM(B1;B5)
Similar questions