Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 6
Default anouncing that it is time for paiment

I have clients that I am intruducing starting with a date. After exactly
10 days, I have to pay them some money. I would like to be notified by
changing colour of the their rows, and not changing back until I complete the
cell of paiment, that is, of course, in the same row. Is it possible to do
this in Excel 2007?
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2,420
Default anouncing that it is time for paiment

Use conditional formatting, with a formula of

=AND(start_date_cell<=TODAY()-10,payment_made_cell="")

--
__________________________________
HTH

Bob

"Hanah" wrote in message
...
I have clients that I am intruducing starting with a date. After exactly
10 days, I have to pay them some money. I would like to be notified by
changing colour of the their rows, and not changing back until I complete
the
cell of paiment, that is, of course, in the same row. Is it possible to do
this in Excel 2007?



  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 6
Default anouncing that it is time for paiment

I have:
A1 Z1 - TO PAY
10/07/2008 0
15/07/2008 30
05/07/2008 50


Z1 - TO PAY cell ads the total amount the money that I have to pay in
other cells.

This is what I have done and it is not working.
Select A1:A3
Use conditional format - New rule - Use a formula to determine...
Format Set - Fill - Background colour - Read
Format values where this formula is true: =AND(A1<=TODAY()-10,Z10)

An then... nothing! I realise that I've made a mistake, but I don't know
where.



"Bob Phillips" a scris:

Use conditional formatting, with a formula of

=AND(start_date_cell<=TODAY()-10,payment_made_cell="")

--
__________________________________
HTH

Bob

"Hanah" wrote in message
...
I have clients that I am intruducing starting with a date. After exactly
10 days, I have to pay them some money. I would like to be notified by
changing colour of the their rows, and not changing back until I complete
the
cell of paiment, that is, of course, in the same row. Is it possible to do
this in Excel 2007?




  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 527
Default anouncing that it is time for paiment

Hanah

Bobs formula is fine. Select the range you want to format, Format,
Conditional Format, set Condition 1 to 'Formula is' and paste the formula
=AND(A1<=TODAY()-10,Z1="")

Use the double quotes rather than zero, Change the Background Pattern to the
colour of your choice; it's no good choosing text because the cell is blank.
and it will work.

regards
Peter Atherton

"Hanah" wrote:

I have:
A1 Z1 - TO PAY
10/07/2008 0
15/07/2008 30
05/07/2008 50


Z1 - TO PAY cell ads the total amount the money that I have to pay in
other cells.

This is what I have done and it is not working.
Select A1:A3
Use conditional format - New rule - Use a formula to determine...
Format Set - Fill - Background colour - Read
Format values where this formula is true: =AND(A1<=TODAY()-10,Z10)

An then... nothing! I realise that I've made a mistake, but I don't know
where.



"Bob Phillips" a scris:

Use conditional formatting, with a formula of

=AND(start_date_cell<=TODAY()-10,payment_made_cell="")

--
__________________________________
HTH

Bob

"Hanah" wrote in message
...
I have clients that I am intruducing starting with a date. After exactly
10 days, I have to pay them some money. I would like to be notified by
changing colour of the their rows, and not changing back until I complete
the
cell of paiment, that is, of course, in the same row. Is it possible to do
this in Excel 2007?




  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 527
Default anouncing that it is time for paiment

This is a second post as MS seemed to stop during posting.

Set Condition 1 to Formula is =AND(A1<=TODAY()-10,Z1="")

By setting it to greater than zero you will not show anything until text is
entered in the cell. Also, make sure that you format the cell background as
there is nothing in the cell to format the text.

Peter Atherton

"Hanah" wrote:

I have:
A1 Z1 - TO PAY
10/07/2008 0
15/07/2008 30
05/07/2008 50


Z1 - TO PAY cell ads the total amount the money that I have to pay in
other cells.

This is what I have done and it is not working.
Select A1:A3
Use conditional format - New rule - Use a formula to determine...
Format Set - Fill - Background colour - Read
Format values where this formula is true: =AND(A1<=TODAY()-10,Z10)

An then... nothing! I realise that I've made a mistake, but I don't know
where.



"Bob Phillips" a scris:

Use conditional formatting, with a formula of

=AND(start_date_cell<=TODAY()-10,payment_made_cell="")

--
__________________________________
HTH

Bob

"Hanah" wrote in message
...
I have clients that I am intruducing starting with a date. After exactly
10 days, I have to pay them some money. I would like to be notified by
changing colour of the their rows, and not changing back until I complete
the
cell of paiment, that is, of course, in the same row. Is it possible to do
this in Excel 2007?




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
Calculate Ending time using Start Time and Elapsed Time Chief 711 Excel Worksheet Functions 5 May 13th 08 04:34 PM
Subtracting Dates to get total time work time excluding weekends Jon Ratzel[_2_] Excel Discussion (Misc queries) 2 January 31st 08 10:36 PM
Converting date/time serial values to cumulative time totals... Kevin B Excel Discussion (Misc queries) 4 October 18th 07 05:05 PM
Formula to find Stop Time from Start Time and Total Minutes Jonathan Bickett Excel Worksheet Functions 5 March 7th 07 05:22 PM
Calculating days & time left from start date/time to end date/time marie Excel Worksheet Functions 7 December 7th 05 02:36 PM


All times are GMT +1. The time now is 12:35 AM.

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"