Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 43
Default Need help about logical formula

Example


TOTAL MARKS MARKS OBTAIN REMARKS

CAT 100 50 ?
JHON 100 65
PETER 100 75
PETERSON 100 90
SUNNY 100 45
DENNY 100 33
DOLLY 100 5
CRIST 100 45


GREATER 75 THAN OR EQUAL = EXCELLENT
LESS 75 THEN AND GREATER 50 = GOOD
LESS 50 THEN AND GREATER 32 = PASS
LESS 33 = FAIL

Kindly help me i want to show excellent, good, fail and good with the fomula
in remarks coloumn. i really thanks full to pete and mike for previous help
in colour fomula. got sucess

thanks regards
zafar

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default Need help about logical formula

Try this in D1 and copy down............

=LOOKUP(C1,{0,32,50,75},{"Fail","Pass","Good","Exc ellent"})

Vaya con Dios,
Chuck, CABGx3




"vlook fomula" wrote:

Example


TOTAL MARKS MARKS OBTAIN REMARKS

CAT 100 50 ?
JHON 100 65
PETER 100 75
PETERSON 100 90
SUNNY 100 45
DENNY 100 33
DOLLY 100 5
CRIST 100 45


GREATER 75 THAN OR EQUAL = EXCELLENT
LESS 75 THEN AND GREATER 50 = GOOD
LESS 50 THEN AND GREATER 32 = PASS
LESS 33 = FAIL

Kindly help me i want to show excellent, good, fail and good with the fomula
in remarks coloumn. i really thanks full to pete and mike for previous help
in colour fomula. got sucess

thanks regards
zafar

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,101
Default Need help about logical formula

=IF(A1=75,"Excellent",IF(A1=50,"Good",IF(A1=32, "Pass","Fail")))

"vlook fomula" wrote:

Example


TOTAL MARKS MARKS OBTAIN REMARKS

CAT 100 50 ?
JHON 100 65
PETER 100 75
PETERSON 100 90
SUNNY 100 45
DENNY 100 33
DOLLY 100 5
CRIST 100 45


GREATER 75 THAN OR EQUAL = EXCELLENT
LESS 75 THEN AND GREATER 50 = GOOD
LESS 50 THEN AND GREATER 32 = PASS
LESS 33 = FAIL

Kindly help me i want to show excellent, good, fail and good with the fomula
in remarks coloumn. i really thanks full to pete and mike for previous help
in colour fomula. got sucess

thanks regards
zafar

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,646
Default Need help about logical formula

=IF(C2=75,"EXCELLENT",IF(C2=50,"GOOD",IF(C2=32, "PASS","FAIL")))

Regards,
Stefi


€˛vlook fomula€¯ ezt Ć*rta:

Example


TOTAL MARKS MARKS OBTAIN REMARKS

CAT 100 50 ?
JHON 100 65
PETER 100 75
PETERSON 100 90
SUNNY 100 45
DENNY 100 33
DOLLY 100 5
CRIST 100 45


GREATER 75 THAN OR EQUAL = EXCELLENT
LESS 75 THEN AND GREATER 50 = GOOD
LESS 50 THEN AND GREATER 32 = PASS
LESS 33 = FAIL

Kindly help me i want to show excellent, good, fail and good with the fomula
in remarks coloumn. i really thanks full to pete and mike for previous help
in colour fomula. got sucess

thanks regards
zafar

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
Including a range of number in a IF (Logical Test) formula Zakhary Excel Worksheet Functions 5 December 30th 06 10:07 PM
Reusing formula Tony29 Excel Discussion (Misc queries) 7 September 7th 06 03:34 AM
Need help with a dynamic lookup and logical formula rwwkbw Excel Worksheet Functions 2 March 31st 06 01:57 PM
Dynamic Range with unused formula messing up x axis on dynamic graph [email protected] Charts and Charting in Excel 2 February 2nd 06 08:02 PM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM


All times are GMT +1. The time now is 08:54 AM.

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"