Forum Discussion

dlcartin's avatar
dlcartin
Iron Contributor
Oct 06, 2021
Solved

Auto debit payment on or after set date of month

I need a formula that will input into a cell a negative number and keep it that way until a set date has arrived and then change it to a positive number and keep it positive thereafter. For instance...
  • mathetes's avatar
    Oct 06, 2021
    I would think you mean either $0.00 or the $9.99 fee (or whatever it is), not negative same amount switching to positive.
    Here's a formula that refers to a date--I'd put the dates the payments are due in their own column (A4 in this example) next to the Netflix entries.
    =IF(A4>TODAY(),0,9.99)
    This keeps the value at zero until the date is passed the auto-payment date.

Resources