A arif Member Dec 19, 2014 #1 How can i use if formula using "IF" with or or with plz find a sample file attached herewith and provide solution thanks Attachments If formula.xlsx 7.4 KB · Views: 9
How can i use if formula using "IF" with or or with plz find a sample file attached herewith and provide solution thanks
Khalid NGO Excel Ninja Dec 19, 2014 #2 Hi, Try this: =IF(ISBLANK(C8),"",IF(OR(C8="S.S.",C8="English"),100,IF(OR(C8="Theory",C8="Practical"),25,50)))
Hi, Try this: =IF(ISBLANK(C8),"",IF(OR(C8="S.S.",C8="English"),100,IF(OR(C8="Theory",C8="Practical"),25,50)))
Somendra Misra Excel Ninja Dec 19, 2014 #3 Hi Arif, Another approach, using lookup tables. Advantage is it is easy to change Max marks across all cells in a single change. Regards, Attachments If formula.xlsx 8.4 KB · Views: 7
Hi Arif, Another approach, using lookup tables. Advantage is it is easy to change Max marks across all cells in a single change. Regards,
P prasaddn Active Member Dec 22, 2014 #4 Hi, In continuation to SM's formula, here is another alternate: =IFERROR(VLOOKUP(C8,$O$3:$P$7,2,0),50) Regards, Prasad DN
Hi, In continuation to SM's formula, here is another alternate: =IFERROR(VLOOKUP(C8,$O$3:$P$7,2,0),50) Regards, Prasad DN