Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Nested If and & condition

Hi All,

 

I am trying write if statement wtih mulitple & conditions like the below screenshot as shown in the image.

 

Kidly help me to fix the same.

 

6 Replies

  • JirkaZ's avatar
    JirkaZ
    Solution Specialist

    Anonymous Make sure that all the columns in the condition are of Number type. This is not an issue of multiple conditions.

    • Anonymous's avatar
      Anonymous
      Not applicable

      Hi, Thanks for the reply. Where i should make use of the VALUE function? 

       

      Column = IF(Sheet1[ISCLOSED]="false",1,0)
       
      Regards,
      Viresh
      • JirkaZ's avatar
        JirkaZ
        Solution Specialist

        Anonymous Now you are referring to completely different formula than in you original post. Here you don't need to do any conversions (if the IsClosed is a text field and not True/False field)