Not really, but I learned from the best!!
"Eva" wrote:
> Works just perfect!!!! Thank you very much. You are the best!
> Eva
>
> "JMB" wrote:
>
> > Where your table is:
> > A B C D
> > 1 data Info1 Info2 Info3
> > 2 information 55 5 -1
> > 3 information -5 -9 2
> >
> > and on sheet2 you have "Info1" in cell A1 (Info2 in A2, etc), try this in B1
> > and copy down:
> >
> > =SUMIF(INDEX(Sheet1!$B$2:$D$3,,MATCH(A1,Sheet1!$B$1:$D$1,0)),"<0")
> >
> >
> >
> > "Eva" wrote:
> >
> > > Can you help me with the following sytuation
> > >
> > >
> > > I have data in sheet1 in a vertical order
> > >
> > > Sheet1
> > > A B C D
> > > data Info1 Info2 Info3
> > > information 55 5 -1
> > > information -5 -9 2
> > >
> > > In sheet2 I need to sum values that are less than 0
> > > Sheet2
> > > Info1 =SUMIF(B3:B5,"<0",B3:B5)
> > > Info2 =SUMIF(c3:c5,"<0",c3:c5)
> > > Info3
> > >
> > > The problem is that I don't want to change manually range of each one
> > > category
> > > I need a range to be more flexable.
> > >
> > > Is it possible to do it?
> > > Thanks
> > > Eva
|