I have 3 columns of various numbers that need to be reviewed with specific critera. 1st, all columns <=10 = 1, 2nd, 2 columns <=10 = 2 3rd, 1 column <=10 = 3, all others = 4. I have tried SEVERAL formulas. The below formula
will plug the 1,3, and 4, it leaves out the 2. What am I doing wrong?
if(and(h10<=10,i10<=10,j10<=10),1,if(or(same criteria),3,if(or(same criteria),2,4).
(I did not include all the parenthies needed and if you switch the 3 and 2 it leaves out the 3)
Thanks
Chris
will plug the 1,3, and 4, it leaves out the 2. What am I doing wrong?
if(and(h10<=10,i10<=10,j10<=10),1,if(or(same criteria),3,if(or(same criteria),2,4).
(I did not include all the parenthies needed and if you switch the 3 and 2 it leaves out the 3)
Thanks
Chris