Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
JV JV is offline
external usenet poster
 
Posts: 1
Default Looking for a conditional minimum value

Would anyone be able to assist me in developing a formula where I am
basically trying to look for a minimum numeric value in a column if the
value in a corresponding column of the same row meets a certain
criterion?

Example: I have two columns. Column A includes alpha values "A", "B",
or "C" (one value per cell in the column). Right next door in Column B
are numeric values. I want to find the minimum value of the values in
Column B adjacent to the value "A" in Column A.

I hope this makes sense!

Thanks.

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 31
Default Looking for a conditional minimum value

You must use Array functions for that:
1- in one cell write :
=MIN(IF($A$1:$A$100="A",$B$1:$B$100))
2- press enter
3- press : F2
4- Press : ctrl + shift + Enter
5- Formula Changed to:
{=MIN(IF($A$1:$A$100="A",$B$1:$B$100))} and it work.

"JV" wrote:

Would anyone be able to assist me in developing a formula where I am
basically trying to look for a minimum numeric value in a column if the
value in a corresponding column of the same row meets a certain
criterion?

Example: I have two columns. Column A includes alpha values "A", "B",
or "C" (one value per cell in the column). Right next door in Column B
are numeric values. I want to find the minimum value of the values in
Column B adjacent to the value "A" in Column A.

I hope this makes sense!

Thanks.


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 329
Default Looking for a conditional minimum value

Hi JV,

Try the following array formula:
=MIN(IF(A1:A35="A",B1:B35))
To make the formula an array formula, press <Ctrl-<Shift-<Enter instead of
just <Enter after inputting the code.

Cheers

--
macropod
[MVP - Microsoft Word]


"JV" wrote in message
ups.com...
| Would anyone be able to assist me in developing a formula where I am
| basically trying to look for a minimum numeric value in a column if the
| value in a corresponding column of the same row meets a certain
| criterion?
|
| Example: I have two columns. Column A includes alpha values "A", "B",
| or "C" (one value per cell in the column). Right next door in Column B
| are numeric values. I want to find the minimum value of the values in
| Column B adjacent to the value "A" in Column A.
|
| I hope this makes sense!
|
| Thanks.
|


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 329
Default Looking for a conditional minimum value

PS: change the cell addresses to suit your needs.

--
macropod
[MVP - Microsoft Word]


"macropod" wrote in message
...
| Hi JV,
|
| Try the following array formula:
| =MIN(IF(A1:A35="A",B1:B35))
| To make the formula an array formula, press <Ctrl-<Shift-<Enter instead
of
| just <Enter after inputting the code.
|
| Cheers
|
| --
| macropod
| [MVP - Microsoft Word]
|
|
| "JV" wrote in message
| ups.com...
| | Would anyone be able to assist me in developing a formula where I am
| | basically trying to look for a minimum numeric value in a column if the
| | value in a corresponding column of the same row meets a certain
| | criterion?
| |
| | Example: I have two columns. Column A includes alpha values "A", "B",
| | or "C" (one value per cell in the column). Right next door in Column B
| | are numeric values. I want to find the minimum value of the values in
| | Column B adjacent to the value "A" in Column A.
| |
| | I hope this makes sense!
| |
| | Thanks.
| |
|
|


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
Conditional Statements Robert Albrecht Excel Discussion (Misc queries) 2 October 3rd 06 08:29 PM
conditional minimum value of various cells? Al Excel Worksheet Functions 9 January 13th 06 03:26 AM
Conditional Format Not Working KMH Excel Discussion (Misc queries) 0 December 22nd 05 05:32 PM
Conditional format of minimum number MaggieMagill Excel Worksheet Functions 6 September 25th 05 11:36 PM
Conditional formatting not available in Excel BAB Excel Discussion (Misc queries) 2 January 1st 05 03:33 PM


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