Computer Science, asked by Sankalpparab1740, 4 months ago

Hpw to compute the function for finding total mark in excel

Answers

Answered by s3625
0

Answer: Calculate marks with criteria in Excel

  • { = SUM ( (response = correct_list) + 0) }
  • = SUMPRODUCT ( (response = correct_list) + 0)
  • { = SUM ( ( key = range ) + 0 ) }
  • = COUNTBLANK ( range)
  • = SUMPRODUCT ( ( key <> range ) + 0 ) - COUNTBLANK (range)

Similar questions