Thread
: [Solved]
Formula with 3 Criteria
View Single Post
09-24-2013, 09:12 AM
BobBridges
Windows 7 64bit
Office 2010 32bit
Expert
Join Date: May 2013
Location: USA
Posts: 700
What not just a multiple IF statement?
Code:
=IF(AD2>20,"Over 20",IF(AD2>10,"11-20","1-10"))&" Days"
That should work if your values are always going to be positive integers.
BobBridges
View Public Profile
Find all posts by BobBridges