Thread
: [Solved]
If statement question
View Single Post
06-04-2014, 07:38 AM
BobBridges
Windows 7 64bit
Office 2010 32bit
Expert
Join Date: May 2013
Location: USA
Posts: 700
Yeah, I think so, if I understand the question. Let's say the ranks are in column E. Then for any rank=1 you use =IF(E
n
=1,"Low","Something else"), and for rank=<highest> you use =IF(E
n
=MAX(E:E),"High","Something else"). How's that?
BobBridges
View Public Profile
Find all posts by BobBridges