R
RichardO
Hello all: I posted something similar, but I think I didn't explain th
problem clearly.
I have the following data, say column A, B & C
pay 260000 2
250000 3
pay 120000 4
130000 5
How do I find the min value in a column with 2 if conditions.
Someone helped with the following formula: have the followin
formula: =MIN(IF((B1:B4<250000)*(A1:A4<>"pay"),C1:C4)). The correc
answer in column C should be 2, but I am getting 5.
Basically, I want excel to ignore rows with "pay" that also have a
less than 250000. So, in this case, excel will ignore row 3 and the
the answer in column C should be 2.
Thanks very much for helping out.
RichardO
problem clearly.
I have the following data, say column A, B & C
pay 260000 2
250000 3
pay 120000 4
130000 5
How do I find the min value in a column with 2 if conditions.
Someone helped with the following formula: have the followin
formula: =MIN(IF((B1:B4<250000)*(A1:A4<>"pay"),C1:C4)). The correc
answer in column C should be 2, but I am getting 5.
Basically, I want excel to ignore rows with "pay" that also have a
less than 250000. So, in this case, excel will ignore row 3 and the
the answer in column C should be 2.
Thanks very much for helping out.
RichardO