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

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
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,622
Messages
6,120,572
Members
448,972
Latest member
Shantanu2024

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