Hello,
I have a column of scores some of which are #DIV/0!. In the adjacent column, I want to have each score as a percent of the maximum score in the original column. So in the second column, I use the following formula:
B2=($A2/MAX($A$2:$A$433))*100
If there are no cells with #DIV/0!, the formula works beautifully. I tried the ISERROR, IF, etc tricks that I found here or in other forums, but they all seem to only work with standalone MAX formulas, but not when the MAX is embedded in another formula/operation.
I would highly appreciate any help.
Thank you!
I have a column of scores some of which are #DIV/0!. In the adjacent column, I want to have each score as a percent of the maximum score in the original column. So in the second column, I use the following formula:
B2=($A2/MAX($A$2:$A$433))*100
If there are no cells with #DIV/0!, the formula works beautifully. I tried the ISERROR, IF, etc tricks that I found here or in other forums, but they all seem to only work with standalone MAX formulas, but not when the MAX is embedded in another formula/operation.
I would highly appreciate any help.
Thank you!
Last edited: