davidepstein22
New Member
- Joined
- Aug 27, 2012
- Messages
- 27
I use the following formula in my spreadsheet and it works (thanks for the example Mr. Excel!!).
=MIN(IF(('PO List'!S:S="In Approval")*('PO List'!A:A=C2),'PO List'!L:L))
Does the "*" (asterisk) act as a true multiplier or is it doing something special? I interpret the expression to mean if the first condition is true and the second condition is true then return the corresponding value. If my memory is correct, a true condition = -1; so, multiplying -1 * -1 = +1 (not -1). Hence, I don't understand why the formula is working.
Second question - Is the reason that I cannot use a If(and( construct because Excel only allows the user to create a single dimension array? If this is not true, then why isthe contruct not acceptable?
Thank you,
Dave
=MIN(IF(('PO List'!S:S="In Approval")*('PO List'!A:A=C2),'PO List'!L:L))
Does the "*" (asterisk) act as a true multiplier or is it doing something special? I interpret the expression to mean if the first condition is true and the second condition is true then return the corresponding value. If my memory is correct, a true condition = -1; so, multiplying -1 * -1 = +1 (not -1). Hence, I don't understand why the formula is working.
Second question - Is the reason that I cannot use a If(and( construct because Excel only allows the user to create a single dimension array? If this is not true, then why isthe contruct not acceptable?
Thank you,
Dave