Please - help with formula

N

nicuolt

INTRARE COD Marime Intrate Price Ramase
12/2/09 8167 44-46 10 57.68 lei 5
21/1/09 8167 44-46 10 58.08 lei 10
7/1/09 8167 44-46 10 54.85 lei 10

formula IS: =SUMIFS(E:E,Stoc!B:B,Sheet Comenzi!D8"=8167",C:C,Sheet
Comenzi!E8"=44-46",F:F,">0",A:A,MIN(A:A))...
I want to rezult NEXT date or NEXT Price if F:F = 0!

if in F2=0, or F4=0, rezult 0. I have this problem!

thanks in advance.
 
L

~L

The problems are here: Sheet Comenzi!D8"=8167"
and here: "=44-46"
It won't recognize equality in that syntax. Remove the equal sign and the
quotes and change the range to greaterthan or equal to and less than or equal
to conditions.

I think the formula you want is this:

=SUMIFS(E:E,Stoc!B:B,8167,C:C,">=44",C:C,"<=46",F:F,">0",A:A,MIN(A:A))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top