• 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.

multiple if and condition

ganeshm

Member
Dear Friends,

I am trying to use three AND condition to get the desired result

IF($F$8="R")+IF(AND($B$26>729,$B$26<=1825)),(E17/730)*(B26/3)

Condition 1 = IF($F$8="R")

Condition 2 = IF($B$26>729)

Condition 2 = IF($B$26<=1825)

Desired result =(E17/730)*(B26/3)

But the outcome is throwing error?

how i put 3 conditions in one...

Thank you in advance for your kind cooperation.
 
Back
Top