Hello,
I've been trying to write a formula to tally the number of cells with dates that are within the next 30 days and then take that number and multiply it by the amount in a column named "Installment Amt" and cannot get it to work using either of the following formulas:
=COUNTIFS({Pymt1 Date,Pymt2 Date,Pymt3 Date,Pymt4 Date,Pymt5 Date,Pymt6 Date,Pymt7 Date}, "<=" & TODAY() + 30) * [Installment Amt]
=SUMPRODUCT(({Pymt1 Date, Pymt2 Date, Pymt3 Date, Pymt4 Date, Pymt5 Date, Pymt6 Date, Pymt7 Date} <= TODAY() + 30) * [Installment Amt])
I'm getting an unparseable error for both. I've attached a screenshot if possible to take a look