+ Reply to Thread
Results 1 to 4 of 4

can a cell remind you of an upcoming bill date payment

  1. #1
    Colin2u
    Guest

    can a cell remind you of an upcoming bill date payment

    i am trying to have a bill sheet inform me of upcoming payments of different
    bills. is there a way to crreat a formula that will do just that. to remind
    me of an upcoming pay event at least 4 days before the actual bill pay period?

  2. #2
    Martin P
    Guest

    RE: can a cell remind you of an upcoming bill date payment

    With your date in A1, enter the following formula in B1:
    =IF(AND(A1>=TODAY()-4,A1<=TODAY()),"payment due","")
    You could use the same first part of the formula for conditional formatting
    in either A1 or B1.

    "Colin2u" wrote:

    > i am trying to have a bill sheet inform me of upcoming payments of different
    > bills. is there a way to crreat a formula that will do just that. to remind
    > me of an upcoming pay event at least 4 days before the actual bill pay period?


  3. #3
    Colin2u
    Guest

    RE: can a cell remind you of an upcoming bill date payment

    what part of the formula is consider to be the first part?

    "Martin P" wrote:

    > With your date in A1, enter the following formula in B1:
    > =IF(AND(A1>=TODAY()-4,A1<=TODAY()),"payment due","")
    > You could use the same first part of the formula for conditional formatting
    > in either A1 or B1.
    >
    > "Colin2u" wrote:
    >
    > > i am trying to have a bill sheet inform me of upcoming payments of different
    > > bills. is there a way to crreat a formula that will do just that. to remind
    > > me of an upcoming pay event at least 4 days before the actual bill pay period?


  4. #4
    Martin P
    Guest

    RE: can a cell remind you of an upcoming bill date payment

    =AND(A1>=TODAY()-4,A1<=TODAY())

    "Colin2u" wrote:

    > what part of the formula is consider to be the first part?
    >
    > "Martin P" wrote:
    >
    > > With your date in A1, enter the following formula in B1:
    > > =IF(AND(A1>=TODAY()-4,A1<=TODAY()),"payment due","")
    > > You could use the same first part of the formula for conditional formatting
    > > in either A1 or B1.
    > >
    > > "Colin2u" wrote:
    > >
    > > > i am trying to have a bill sheet inform me of upcoming payments of different
    > > > bills. is there a way to crreat a formula that will do just that. to remind
    > > > me of an upcoming pay event at least 4 days before the actual bill pay period?


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1