Hi,
Am trying to apply a couple of validations to my worksheet.
Firstly, I want to make sure that in a specific range of cells(say A1:F1), the sum of the cell values does not exceed 100. I used the data validation tab and specified a custom validation with the formula (=SUM(A1:F1)<=100). That did not work, so I changed the formula to use cell references (=SUM($A$1:$F$1)<=100).
The second validation is to make sure that every cell from A1 to F1 contains only a decimal number. Since I can't apply a new validation on those cells, I tried to change the above formula to (=AND((=SUM($A$1:$F$1)<=100),(ISNUMBER(SUM($A1$1:$F$1)))).
The changed formula did not work at all. Can you please let me know if there are any alternatives to apply the validations I need?
Thank you!
Am trying to apply a couple of validations to my worksheet.
Firstly, I want to make sure that in a specific range of cells(say A1:F1), the sum of the cell values does not exceed 100. I used the data validation tab and specified a custom validation with the formula (=SUM(A1:F1)<=100). That did not work, so I changed the formula to use cell references (=SUM($A$1:$F$1)<=100).
The second validation is to make sure that every cell from A1 to F1 contains only a decimal number. Since I can't apply a new validation on those cells, I tried to change the above formula to (=AND((=SUM($A$1:$F$1)<=100),(ISNUMBER(SUM($A1$1:$F$1)))).
The changed formula did not work at all. Can you please let me know if there are any alternatives to apply the validations I need?
Thank you!