coopermarsh
MIS
The goal is to display "recall"or a "no action" based on the date and where a tape is located
K12 is the date field
I12 is the location field
problem
If i set date to in use and location to quantum it dipslays corectly "No Action".
if i set day to a date and location to either Firesafe or Iron mountain, false is diplayed and not "no action"
here is the formula
=IF(K12="In Use","No Action",IF(I12="Iron Mountain",IF(TODAY()<K12-10,"Recall IM",IF(I12="Firesafe",IF(TODAY()<K12-5,"Retrieve FS","NO Action")))))
All i am getting as a result is false