Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 17
Default =DMIN(database,field,criteria) question about criteria

A B
1 Fruit Amount
2 Apple 10
3 Banana 12
4 Apple 9
5 Pineapple 8
6 Apple 11
7
8 Criteria
9 Fruit Amount
10 Apple
11
12 Result
10 Apple 9 Formula =DMIN($A$1:$A6,B1,A9:A10)
My question is insted of using Criteria geting form the sheet i want to
manual input the criteria in formulla like =DMIN($A$1:$A6,B1,"Fuite"="Apple")
since i have a long sheet and i will fix the formula in each cell. also
there are many items so i do not want to change the criteria for every items.
is there anyway? How can i do it? Can anyone help?

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,231
Default =DMIN(database,field,criteria) question about criteria

Dummy wrote...
....
My question is insted of using Criteria geting form the sheet i
want to manual input the criteria in formulla like

=DMIN($A$1:$A6,B1,"Fuite"="Apple")

since i have a long sheet and i will fix the formula in each cell.
also there are many items so i do not want to change the criteria
for every items. is there anyway? How can i do it? Can anyone help?


Don't use DMIN. Use an array formula like

=MIN(IF($A$2:$A$6="Apple",$B$2:$B$6))

You could use DMIN as the formula for a data table, but it's still
klunky.


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 17
Default =DMIN(database,field,criteria) question about criteria

TNANKS A LOT:o)
It did not work at first time then i realiese there must be small mistake
and it was array nesting { } by pressing Ctrl+Shift+Enter. It work grate.
Thanks once again for solving my problem i was working for it more than a
week but could not find the right solution.


"Harlan Grove" wrote:

Dummy wrote...
....
My question is insted of using Criteria geting form the sheet i
want to manual input the criteria in formulla like

=DMIN($A$1:$A6,B1,"Fuite"="Apple")

since i have a long sheet and i will fix the formula in each cell.
also there are many items so i do not want to change the criteria
for every items. is there anyway? How can i do it? Can anyone help?


Don't use DMIN. Use an array formula like

=MIN(IF($A$2:$A$6="Apple",$B$2:$B$6))

You could use DMIN as the formula for a data table, but it's still
klunky.



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
Database function criteria Maistrye Excel Worksheet Functions 0 July 5th 06 10:57 PM
DMIN Criteria Greg Excel Worksheet Functions 1 May 28th 06 06:23 PM
Database Functions - question using formulas as criteria msnews.microsoft.com Excel Worksheet Functions 0 June 9th 05 01:10 PM
database criteria aspencer27 Excel Discussion (Misc queries) 3 May 16th 05 04:24 PM
database criteria Dan in NY Excel Worksheet Functions 3 February 9th 05 08:29 PM


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

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"