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

Guidance expected in the IF formula

Ajinkya

Member
Dear Friends,


Please guide in formula...


A2=N

B2=C

C2=L

D2=-2

E2={=IF($A2="N",IF($B2="C",IF($C2="L",IF($D2<0,CHAR(252)," ")," ")))}


Here i wanted to add one more condition for value of cell C2

because it is flexible, here some times "Null" aslo comes insted of "L"


please suggest in the formula to get desired result.


Rgds,

Ajinkya
 
Hi Ajinkya,


If you want same result for C2 = L or C2 = Null then you need to add an OR() statement in the Third IF() like this:


Code:
=IF($A2="N",IF($B2="C",IF(OR(C2="L",C2="Null"),IF($D2<0,CHAR(252)," ")," ")))


..hope that works for you.


Regards,
 
Does this work [few cases like only A2 filled could be problem though]:


=IF(ISNUMBER(FIND(A2&B2&C2,"NCL",1)),CHAR(252),"")
 
Then strong arms, Luo edge to bed, all of a sudden thrown into the bed and said: little beauty, although we do not know the boss so we caught you to what purpose, however, we are, after all, can be considered old acquaintance, right? when at the airport,walter, to see you and your boyfriend, lingering look, also really like romance drama out of the I want to heat it in fact, wives,fitch, you find you like good, nice, gentle, hey, it seems pretty good figure, importantly, without any effort,lou, no resistance capacity, Luo edge eyes wide, looked amazing front man
 
Back
Top