So I am using the following formula to take a data set and standardize it between 0 and 1:
=(U2-MIN(U$2:U$301))/(MAX(U$2:U$301)-MIN(U$2:U$301))
I have a data set I want to use the above formula on, BUT it has #VALUE ! errors in the set. I want the formula to just run the calculation for each normal piece of the data set and just ignore the #VALUE errors. I don't want to delete the #VALUE errors and I don't want to find and replace them with something else.
How do I alter the above formula to accomplish this?
=(U2-MIN(U$2:U$301))/(MAX(U$2:U$301)-MIN(U$2:U$301))
I have a data set I want to use the above formula on, BUT it has #VALUE ! errors in the set. I want the formula to just run the calculation for each normal piece of the data set and just ignore the #VALUE errors. I don't want to delete the #VALUE errors and I don't want to find and replace them with something else.
How do I alter the above formula to accomplish this?