Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Help with dates as reminders

I'm working for a car dealer that has payments due from Buy Here - Pay Here
and I'm wanting to make a spreadsheet with all the people and when payments
are due- Question is how do I set it up that the day it comes due the day
would change a color and if so make alarm go off??????? Can do basic exel
but this new one is alot more than I can handle if someone would please help
me.....
Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 26
Default Help with dates as reminders

If you have today's date in a cell (=NOW), you can make a condtional format
in the cell with the payment due date;

=IF(B1A1;TRUE;FALSE)

where B1 is the payment due cell and A1 the NOW cell.

"C.me" wrote:

I'm working for a car dealer that has payments due from Buy Here - Pay Here
and I'm wanting to make a spreadsheet with all the people and when payments
are due- Question is how do I set it up that the day it comes due the day
would change a color and if so make alarm go off??????? Can do basic exel
but this new one is alot more than I can handle if someone would please help
me.....
Thanks

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Help with dates as reminders

You don't need IF.
=B1A1 will do.
--
David Biddulph

"Hendrik" wrote in message
...
If you have today's date in a cell (=NOW), you can make a condtional
format
in the cell with the payment due date;

=IF(B1A1;TRUE;FALSE)

where B1 is the payment due cell and A1 the NOW cell.

"C.me" wrote:

I'm working for a car dealer that has payments due from Buy Here - Pay
Here
and I'm wanting to make a spreadsheet with all the people and when
payments
are due- Question is how do I set it up that the day it comes due the day
would change a color and if so make alarm go off??????? Can do basic
exel
but this new one is alot more than I can handle if someone would please
help
me.....
Thanks



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 59
Default Help with dates as reminders

On Jan 25, 9:01 am, "David Biddulph" <groups [at] biddulph.org.uk
wrote:
You don't need IF.
=B1A1 will do.
--
David Biddulph

"Hendrik" wrote in message

...

If you have today's date in a cell (=NOW), you can make a condtional
format
in the cell with the payment due date;


=IF(B1A1;TRUE;FALSE)


where B1 is the payment due cell and A1 the NOW cell.


"C.me" wrote:


I'm working for a car dealer that has payments due from Buy Here - Pay
Here
and I'm wanting to make a spreadsheet with all the people and when
payments
are due- Question is how do I set it up that the day it comes due the day
would change a color and if so make alarm go off??????? Can do basic
exel
but this new one is alot more than I can handle if someone would please
help
me.....
Thanks


As regards making an alarm go off, this might be a little difficult to
do. There are options for you however.

First of all you can set up Conditional Formatting in your cells so
that they highlight when your criteria are met. For a more indepth
explanatin of conditional formatting visit this link:-

http://www.cpearson.com/excel/cformatting.htm

For the alarm you could set up some VBA code which runs in your sheet
when it is opened and checks the cells in your worksheet based on your
criteria. The code could then indicate which rows in your sheet are
the ones which need to be attended to today. Given you are new to
Excel this could be quite advanced, but Im sure I could help if it's
an urgent requirement. For now conditional formatting will highlight
cells which need attention, it'll just mean you have to manually
scroll through your data to see.

HTH.

Matt Richardson
http://teachr.blogspot.com
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
HOW TO SET UP REMINDERS IN EXCEL? Janelle Excel Worksheet Functions 2 April 4th 23 10:40 AM
Setting Reminders EmpireNikko Excel Worksheet Functions 1 May 26th 06 08:38 PM
create reminders in excel Jan Excel Discussion (Misc queries) 0 February 27th 06 11:53 PM
how do i get a pop up with reminders of things to do at spacific . abc answering service Excel Discussion (Misc queries) 2 December 27th 05 05:31 PM
Due Dates Reminders newstrom Excel Worksheet Functions 0 August 3rd 05 05:58 PM


All times are GMT +1. The time now is 01:15 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"