i have an excel spread sheet with 6 columns
I would like to return a value in the 7th column that is based on whether any columnshave values that are greater than the value in the 6th column. If there are at least 2 columns with a greater value, I would like column 7 to have the value of column 6 plus 1. If not, I would like the value of colmn 7 to be the same as the value of column 6
for example
1,2,3,4,5,6 (value of column 7 would be 6 because no values are greater than 6)
7,2,3,1,0,4 (value of column 7 would be 4 because only 1 value is greater than 4)
7,2,3,5,0,4 (value of column 7 would be 5 because 2 values are greater than 4)
Start Free Trial