Hello
I am trying to add several cells that contain values generated by the following formula.
=IF(Y2="","",IF(Y2<=0,"",IF(Y2>=90,"10",IF(Y2>=80,"9",IF(Y2>=70,"8",IF(Y2>=60,"7",IF(Y2>=50,"6",IF(Y2>=40,"5",IF(Y2>=30,"4",IF(Y2>=20,"3",IF(Y2>=10,"2",IF(Y2<=10,"1"))))))))))))
I keep getting the #VALUE ! in the cell for the results. I believe the problem is when the cell is blank e.g Y2="" but I don't know how to sort out my sum formula which at present is =AA3+AI3+AQ3+AY3+BG3+BO3+BW3+CE3+CM3+CU3+DC3+DK3+DS3+EA3+EI3+EQ3
If I manually take out the cells that have the returned "" data then I can get it to add up.
Thank you so much for your help. I know this makes sense.
I am trying to add several cells that contain values generated by the following formula.
=IF(Y2="","",IF(Y2<=0,"",IF(Y2>=90,"10",IF(Y2>=80,"9",IF(Y2>=70,"8",IF(Y2>=60,"7",IF(Y2>=50,"6",IF(Y2>=40,"5",IF(Y2>=30,"4",IF(Y2>=20,"3",IF(Y2>=10,"2",IF(Y2<=10,"1"))))))))))))
I keep getting the #VALUE ! in the cell for the results. I believe the problem is when the cell is blank e.g Y2="" but I don't know how to sort out my sum formula which at present is =AA3+AI3+AQ3+AY3+BG3+BO3+BW3+CE3+CM3+CU3+DC3+DK3+DS3+EA3+EI3+EQ3
If I manually take out the cells that have the returned "" data then I can get it to add up.
Thank you so much for your help. I know this makes sense.