0

this is: I am trying to nest the following if statements =IF(ISBLANK(E2),"",IF((TODAY()-$A2)>=7,IF(REGEXMATCH($I2,"ORDERED|ordered|order number|PO#|PO|purchase order|po|p.o"),"Request Ordered",$E2&" Requested Not Ordered"),"")) based upon a number of conditions: 1st cell e2 is populated then the date in a2 must be greater than or equal to 7days. It these conditions are met then I need to combine this additional if in the nest: =IF(ISBLANK(J3),"Request Ordered","Request Order Complete")

0 Answers0