Hello. I used a SumIF function to do the same thing with a number (Since there is only one matching date per entry in the range it works even though nothing is being added.)
=SUMIF($Import.$A$4:$Import.$A$369,"="&A5,$Import.$AW$4:$Import.$AW$369)
(Checks If date value between Import.A4:A369 is the same as A5 on current page, and if it is outputs corresponding Value in Import.AW4:AW369)
how do I accomplish a similar thing but where all Values between Import.AW4:AW369 are strings?