ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   can a cell remind you of an upcoming bill date payment (https://www.excelbanter.com/excel-discussion-misc-queries/39760-can-cell-remind-you-upcoming-bill-date-payment.html)

Colin2u

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?

Martin P

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?


Colin2u

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?


Martin P

=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?



All times are GMT +1. The time now is 06:16 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com