|
Re: If column A is a June date, return the dollar value for that line item.
Try:
=Sumproduct(--(Text(Data!$B$2:$B$100,"MMMYY")="Jun09"),Data!$C$2:$C$100)
adjust ranges to suit.
__________________
Where there is a will there are many ways. Pick One!
Please read the Forum Rules
If you are happy with the results, please add to my reputation by clicking the icon next to the Post # in the bar of my avatar (picture) in this post.
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
|