Learn&Prosper
New Member
- Joined
- Jan 13, 2012
- Messages
- 32
Hi all
The sumif function is basically this --
=sum(if(c2:c1000=c1,if(i2:i000,"*panel*",d2:d1000)))
c2:c1000 contains a date range
cell c1 contains a particular date
i2:i1000 contains text -- some text contains the word "panel" but not by itself hence the "*"
range d2:d1000 contains numbers which i want to sum if the date in range c2:1000 matches c1 and i2:i1000 contains the word "panel"
IT DOESN'T SEEM TO WORK
IT works fine if i use this
=sumif(i2:1000,"*panel*",d2:c1000)
but i need to add the extra criteria of the date.
Can anyone help?
Thanks in advance
The sumif function is basically this --
=sum(if(c2:c1000=c1,if(i2:i000,"*panel*",d2:d1000)))
c2:c1000 contains a date range
cell c1 contains a particular date
i2:i1000 contains text -- some text contains the word "panel" but not by itself hence the "*"
range d2:d1000 contains numbers which i want to sum if the date in range c2:1000 matches c1 and i2:i1000 contains the word "panel"
IT DOESN'T SEEM TO WORK
IT works fine if i use this
=sumif(i2:1000,"*panel*",d2:c1000)
but i need to add the extra criteria of the date.
Can anyone help?
Thanks in advance