D
Donna
I am trying to format a cell based on what a score type
entered in another cell. A teacher is going to enter
test scores, but if the score type is a "percentile", I
want him/her to only be able to enter whole numbers
between 0 an 99. If the score type is "Scaled", I want
him/her to only be able to enter whole numbers between
100 and 999. If the score type is "NCE", the number
should be in the format of ##.# and between 0.1 and 99.9.
Is there anyway to do a nested if statement or write VBA
to format a number based on the contents of another cell
and also give it a range? Or is there a way to create
lists and have a nested if statement refer to certain
lists based on the contents of the other cell?
entered in another cell. A teacher is going to enter
test scores, but if the score type is a "percentile", I
want him/her to only be able to enter whole numbers
between 0 an 99. If the score type is "Scaled", I want
him/her to only be able to enter whole numbers between
100 and 999. If the score type is "NCE", the number
should be in the format of ##.# and between 0.1 and 99.9.
Is there anyway to do a nested if statement or write VBA
to format a number based on the contents of another cell
and also give it a range? Or is there a way to create
lists and have a nested if statement refer to certain
lists based on the contents of the other cell?