Thread
: [Solved]
Complex formula question
View Single Post
10-20-2014, 12:45 PM
gebobs
Windows 7 64bit
Office 2010 64bit
Expert
Join Date: Mar 2014
Location: Atlanta
Posts: 837
Days Past = TODAY()-[Date Create cell]-VLOOKUP(A2,Level,2,FALSE)
Or if you don't want to create a table and do a lookup:
Days Past = TODAY()-[Date Create cell]-IF([Risk cell]="High",45,IF([Risk cell]="Severe",30,15))
gebobs
View Public Profile
Find all posts by gebobs