Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,670
Default How to determine the value?

Does anyone have any suggestions on how to determine the value?
Under column A, there is a list of number, and under column B, there is a
list of marks. Some marks will be missing, which can be ignored.
I would like to determine the marks for the minimum number under column A.
In following case, it should return 30% in cell C1, because 2 is the minimum
number with marks.
Does anyone have any suggestions?
Thank anyone very much for any suggestions
Eric

1
2 30%
3 40%
4
5 60%

  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default How to determine the value?

In C1, array-entered (CSE): =MIN(IF(A1:A10<"",A1:A10))
CSE = press CTRL+SHIFT+ENTER to confirm the formula
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Eric" wrote:
Does anyone have any suggestions on how to determine the value?
Under column A, there is a list of number, and under column B, there is a
list of marks. Some marks will be missing, which can be ignored.
I would like to determine the marks for the minimum number under column A.
In following case, it should return 30% in cell C1, because 2 is the minimum
number with marks.
Does anyone have any suggestions?
Thank anyone very much for any suggestions
Eric

1
2 30%
3 40%
4
5 60%

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,670
Default How to determine the value?

Hi Max:
The score is on the B column, and it should return the score based on the
minimum number under A column. The return score should be 30% for number 2,
because the score for number 1 is null, and should be ignore.
Do you have any suggestions?
Thank you for any suggestions
Eric

"Max" wrote:

In C1, array-entered (CSE): =MIN(IF(A1:A10<"",A1:A10))
CSE = press CTRL+SHIFT+ENTER to confirm the formula
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Eric" wrote:
Does anyone have any suggestions on how to determine the value?
Under column A, there is a list of number, and under column B, there is a
list of marks. Some marks will be missing, which can be ignored.
I would like to determine the marks for the minimum number under column A.
In following case, it should return 30% in cell C1, because 2 is the minimum
number with marks.
Does anyone have any suggestions?
Thank anyone very much for any suggestions
Eric

1
2 30%
3 40%
4
5 60%

  #4   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default How to determine the value?

Probably this then ..
In C1, array-entered (CSE):
=INDEX(B1:B10,MATCH(MIN(IF(B1:B10<"",A1:A10)),IF( B1:B10<"",A1:A10),0))
Format C1 as perentage
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Eric" wrote:
Hi Max:
The score is on the B column, and it should return the score based on the
minimum number under A column. The return score should be 30% for number 2,
because the score for number 1 is null, and should be ignore.


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
How to determine the value? Eric Excel Discussion (Misc queries) 2 March 7th 08 12:55 AM
How to determine the value? Eric Excel Worksheet Functions 1 January 20th 08 01:48 AM
How to determine the value? Eric Excel Discussion (Misc queries) 1 July 24th 07 07:14 AM
How to determine the value? Eric Excel Worksheet Functions 1 February 13th 07 04:17 AM
How to Determine 1st, 2nd & 3rd for a PWD Pete n PWD Land Excel Discussion (Misc queries) 3 February 17th 05 09:25 PM


All times are GMT +1. The time now is 01:12 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"