Thread
: [Solved]
Populating ranking depending upon ranges of previous cell's data
View Single Post
04-06-2016, 09:19 PM
xor
Windows 10
Office 2016
Expert
Join Date: Oct 2015
Posts: 1,101
If I understand you correct:
=IF(D17>100,"",IF(D17>67,3,IF(D17>46,2,IF(D17>0,1, ""))))
xor
View Public Profile
Find all posts by xor