Need Help writing a formula for personal bills

LEROYHOP

New Member
Joined
Dec 29, 2005
Messages
3
I trying to set up a formula were I will put in the due dates of my bills and within 15 days of the due date I wont the formular to post the text Due. Once I pay the bill i will put the amount i paid in the amount paid cell once i do that I wont the Due to change to Paid.

This is what i have so far =IF(E7,"Paid","DUE") but the Due is always there. Also i have it where The due is red and the paid is grenn With the help of conditional formating.

Just need help with making it say due 15 days prior and paid when i put the amount paid.

Due Date 15-Jan-06 Due Date 15-Jan-06
Amount Due $149.00 Amount Due $149.00
Amount Paid Amount Paid $149.00
Balance $169.00 Balance $20.00
DUE Paid
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
try
=IF(A3>0,"PAID",IF(B3-TODAY()<15,"DUE",""))

where column A holds the paid amount and column B is the due date
 
Upvote 0

Forum statistics

Threads
1,214,780
Messages
6,121,527
Members
449,037
Latest member
tmmotairi

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top