• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

IF formula

Sreehari

Member
I have want to do a logical check with dates.

Like the one mentioned below

upload_2017-12-1_19-14-52.png

the condition I used is =IF((M6-L6)>5,"YES","NO") where M is column "Invoice received Date" and L is Invoice generated Month/date. The formula is working fine .

But for column O & M , I have a different formula =IF((O6-M6)>15,"YES","NO") where column O is having some blanks / null values also . so for such cases I want to have a different comment for such cases may be like NA or Missing Dates etc instead of "NO".

can you help me with a formula for this .
 
Back
Top