Excel - If range of cells -
i trying @ skill ratings displayed in columns b:g , return relevant value listed below column a.
the different permutations have cover below:
all 3's return 3 2's return 2 1's return 1 mix of 3's , 2's return 2 mix of 2's , 1's return 1 mix of 3's , 1's return 2 mix of 3's, 2's , 1's return 2 i used formula below close possible end goal realised data inaccurate @ points.
=if(sum(b2:g2)=18,3,if(sum(b2:g2)=12,2,if(sum(b2:g2)=6,1,if(sum(b2:g2)<12,1,if(sum(b2:g2)<18,2))))) thank in advance may offer!


Comments
Post a Comment