Result in 3rd function from existing two functions
I have two functions A & B in a single module which use "Select Case"
statement and want a third function C in the same module such that
Function C = If(B<=A,B,A)
Please code the function C for me. I am using Excel 2007.
TIA
A novice
|