Timberwolf
New Member
- Joined
- Feb 20, 2018
- Messages
- 26
Good day all
I'm trying to add a clause to a formula. What I want is to check cell L2 and only if it finds the word "open" then run the following formula. Any help is greatly appreciated. TIA
=IF(ISNUMBER(SEARCH("Not used",E2)),"",IF(TODAY()=E2,"Today",IF(TODAY()>E2,"Past Due",IF((TODAY()+7)>E2,"Due Soon",""))))
I'm trying to add a clause to a formula. What I want is to check cell L2 and only if it finds the word "open" then run the following formula. Any help is greatly appreciated. TIA
=IF(ISNUMBER(SEARCH("Not used",E2)),"",IF(TODAY()=E2,"Today",IF(TODAY()>E2,"Past Due",IF((TODAY()+7)>E2,"Due Soon",""))))