Is there a formula in Excel for Days Sales Outstanding?
No, but if you provide details on how your data is organized, others could
provide specific approaches for how to do this in your data layout. In general,
these would look like
=SUMIF(PaymentDueDates,"<"&(TODAY()-90),BalanceDueAmounts)