Hi,
i want to match a column with 2 condition.
Ist is Number and 2nd is date but where i want to match my date is in header. excel sheet attach.
Hi,
i want to match a column with 2 condition.
Ist is Number and 2nd is date but where i want to match my date is in header. excel sheet attach.
Thanx & Regards,
Naveen Pundir
Try this:
![]()
=SUMPRODUCT(--($A$2:$A$14=$G2),--($C$2:$C$14=H$1),$B$2:$B$14)
Docendo discimus.
I might have misundestood the question but this
formula look up the count corresponding to the date.
Paste this formula in H2 and copy to the right.
=INDEX($B$2:$C$14,MATCH(H$1,$C$2:$C$14,0),1)
Vidar
Or this...
=SUMIFS($B$2:$B$14,$A$2:$A$14,$G2,$C$2:$C$14,H$1)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks