Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I have to keep a fairly basic database of accounts receivable invoices. I would like to set up the database so that when a vendor payment is due, the selection will automatically change color or highlight, or indicate in some way that the due date has been reached. Is this possible? Help!!! Thanks -- nicholea ------------------------------------------------------------------------ nicholea's Profile: http://www.excelforum.com/member.php...o&userid=29649 View this thread: http://www.excelforum.com/showthread...hreadid=493587 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
nicholea
FormatCondtional Formatting is the way to go. Select the vendor due date cell(I'll call it C2) and CFFormula is: =$C2=TODAY() + 2 The +2 gives two days notice that due date is coming soon. You can delete that if you want no notice. Note the $ sign to anchor the formula to Column C for copying down. Pick a color from the FormatPatterns and OK your way out. Gord Dibben Excel MVP On Wed, 14 Dec 2005 15:12:01 -0600, nicholea wrote: I have to keep a fairly basic database of accounts receivable invoices. I would like to set up the database so that when a vendor payment is due, the selection will automatically change color or highlight, or indicate in some way that the due date has been reached. Is this possible? Help!!! Thanks |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Hi, Here's one way: say that your due date is in column D, you could put this formula in a blank column: =IF(AND(D10,D1<=TODAY()),"Payment Due","") another way would be to use Conditional Formatting......Format/Conditional Formatting............just select the "formula is" option from the drop down meny and this formula: =D1<=TODAY() choose your format....say red background and you're done! Hope this helps! JG -- pinmaster ------------------------------------------------------------------------ pinmaster's Profile: http://www.excelforum.com/member.php...fo&userid=6261 View this thread: http://www.excelforum.com/showthread...hreadid=493587 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Loan Schedule with Balloon Payment | Excel Worksheet Functions | |||
calculate payment with first payment due date variable? | Excel Worksheet Functions | |||
WANTED: Excel template for loan payment record with random/irregular payments | Excel Discussion (Misc queries) | |||
Trying to Manipulate a Mortgage Payment (HELP!) | Excel Worksheet Functions | |||
how do you get a positive number payment with a mortgage payment . | Excel Worksheet Functions |