Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 14
Default 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.

  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2,420
Default 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.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
return a result from multiple conditions. Christy Excel Worksheet Functions 4 July 9th 07 09:26 PM
how to return a result from 2 conditions? Christy Excel Worksheet Functions 2 July 9th 07 04:42 PM
formula to check multiple conditions belvy123 Excel Discussion (Misc queries) 9 April 6th 07 10:00 AM
How to check for 1 of 4 conditions...Help Please jgbadingerjr Excel Discussion (Misc queries) 6 March 23rd 07 10:03 PM
How do I check the conditions of 2 fields to return a result Jimbob Excel Discussion (Misc queries) 3 January 17th 05 11:59 AM


All times are GMT +1. The time now is 08:26 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"