![]() |
Question to check the conditions and then print the result.
Hey guys can anyone help me?
my question is that ... Assume that there is a student work sheet and there are 4 columns ........ now we have to check that if the marks of the first two columns(checking individually) are less than 40 and also the marks of the next two columns are less than 30(checking individually). if these two conditions satisfy then i should get the grade as pass in the grade column. hope u got my question. |
Question to check the conditions and then print the result.
=IF(AND(C2<40,D2<40,E2<30,F2<30),"Pass","")
-- __________________________________ HTH Bob "Neelakanta" wrote in message ... Hey guys can anyone help me? my question is that ... Assume that there is a student work sheet and there are 4 columns ........ now we have to check that if the marks of the first two columns(checking individually) are less than 40 and also the marks of the next two columns are less than 30(checking individually). if these two conditions satisfy then i should get the grade as pass in the grade column. hope u got my question. |
All times are GMT +1. The time now is 02:47 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com