Hi All,
I have a formula in Access which evaluates two options and I need to return the lowest of the two numbers e.g.
MIN(Result1/i],Result2)
I would guess I need to have the two values entered into the MIN function as an array but I've not found a way to do this (although this is probably me not searching for the correct terms).
I could write a UDF easily enough but I'd like to avoid the overhead of using VBA if possible as it always seems to slow things down too much.
Thanks
Nick
I have a formula in Access which evaluates two options and I need to return the lowest of the two numbers e.g.
MIN(Result1/i],Result2)
I would guess I need to have the two values entered into the MIN function as an array but I've not found a way to do this (although this is probably me not searching for the correct terms).
I could write a UDF easily enough but I'd like to avoid the overhead of using VBA if possible as it always seems to slow things down too much.
Thanks
Nick