Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 913
Default Nested if how?

On Sat, 12 Sep 2009 11:08:19 -0700 (PDT), sweetummy
wrote:

I have to caluculate 2500 students records which has 5 subjects marks
for 100 marks each.

my criteria is
1. Each subject should be 35 it should return PASS otherwise FAIL
2. There are some absenties (who has not written the exam) also..

3.we have 27 areas are divided into 5 regions. i have to retrieve the
information .

According to each area..like "City name" "number of passed " "
failed"

if(a235,"Pass","fail") succeded but its not possible to check if
(a2:a735"Pass","fail") .. please help..

you can download this file..

http://sites.google.com/site/gsvfilm...attredirects=0


Try this formula:

=IF(AND(A2:A735),"Pass","fail")

Note: This is an array formula that has to be confirmed with
CTRL+SHIFT+ENTER rather than just ENTER.

Hope this helps / Lars-Åke
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
nested if ACarella Excel Discussion (Misc queries) 6 November 5th 08 03:22 PM
more than 7 nested if [email protected] Excel Programming 0 March 6th 07 02:26 PM
nested if based on nested if in seperate sheet. how? scouserabbit Excel Worksheet Functions 5 March 2nd 07 04:03 PM
Nested IF James Hamilton Excel Discussion (Misc queries) 12 September 30th 05 03:43 PM
What is quicker? Nested or non nested ifs andycharger[_17_] Excel Programming 2 February 25th 04 03:58 PM


All times are GMT +1. The time now is 11:58 PM.

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

About Us

"It's about Microsoft Excel"