I am having some issues with a conditional SUMIF statement. Here are the details. The statement below currently works.
Contents of K14
=IF(J14="Yes",F14,IF(A14<>A13,SUMIF(A:A,A14,F:F),""))
Column A are Dates in chronological order
Column F is a $ amount.
Column J is "Yes" or blank. If Yes...