Is the dmin database function volatile?

smartsource

Board Regular
Joined
Dec 4, 2009
Messages
76
Anyone know if dmin function is volatile?

More specifically if one were to use a formula for criteria with a blank column identifier versus an identified column/criteria does dmin become volatile? Having volatile type recalc/performance issues in a large worksheet with dmin criteria specified by formulas.
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
No.

It would only become volatile if it contained another volatile function within it. It will also become volatile if any range reference contains a volatile function, so long as it is actually executed.
 
Upvote 0
DB is all fixed values, non volatile named range: h!$K$28:$V$22199

Criteria Header Column in ASV25 is blank
Criteria is specified by formula in ASV26: =AND($R29<=$ASV$24,$U29>$ASW$27))
Dmin Database function in ASV27: =DMIN(DB,11,ASV25:ASV26))

There are approximately 100 lookups in columns ASA - AVV.

Do database functions allow multiple criteria to be specified by formula?
Documentation is thin on this subject and just states any formula that is true or false.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,242
Messages
6,123,827
Members
449,127
Latest member
Cyko

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top