Yesterday, we found that =SUMSQ(B1:B20-$C$1) works well; it subtracts the constant from each value in B1:B20, squares each difference, and reports the total. I now need to subtract the constant from values that are not grouped together in an array. I tried =SUMSQ(VLOOKUP("yes",A1:B20,2)-$C$1) but it didn't work. Any suggestions?
Bookmarks