Hello -
I'm doing a spreadsheet for evaluating applications; against each criterion are three columns with check boxes for 'met', 'partially met' and 'not met', then next to those, I've used =if(c2=true,"1",if(d2=true,"0.5",if(e2=true,"0"))) to give a score for each criterion. That all works fine, but then I simply want to add up the scores at the bottom, and I can't figure out how to do that, because the usual =sum etc just gives zero
Thanks in advance
Chris
Bookmarks