I'm trying to build a scoring system based on the number of times a new submission came in for different sites at my company. I have a form set up to feed into a sheet then have a background sheet with a countifs formula to get the number submitted each quarter. From there, I need to change this raw number into a score based on the number of submissions each site has but I keep getting "Unparseable" as a result. Is there something wrong with my formula below?
0 Submissions, 0 points
1 Submission, 3 points
2-4 submissions, 5 points
5 submissions, 10 points
=if([BP Approved]1 = 0, 0(if([BP Approved]1 = 1, 3(if([BP Approved]1 = 5, 10, 5)))))