I have searched in the forums but can't seem to find an answer and can't seem to get anything to work. I am wondering if is possible to use "if" functions with "sum" functions in formula within the edit calculation feature. For example, I have a category in which I have many quizzes with scores in ranges of 0 to 1000. I want to sum all the scores and then give a total grade of 1 to 10 (for example) to the category. So, for example, if a student gets a sum of 1500 he/she scores 2, if a student gets a sum of 5000 he/she gets 5, if a student gets over 10,000 they get 10 etc. In Libre office the formula might look something like (different numbers here I know) =IF(SUM(A1:E1)=0,"0",IF(SUM(A1:E1)<500,"1",IF(SUM(A1:E1)<1000,"2",IF(SUM(A1:E1)<3000,"3",IF(SUM(A1:E1)<5000,"4",IF(SUM(A1:E1)>=5000,"5"))))))
If I give id numbers to all quizzes can I include them in such a formula? Is there a simpler way to do this? Any ideas greatly appreciated.

