Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 6
Default Formula with no result

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.
After I reveived help from this forum, I've tried to do the next things:
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.


  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 4,393
Default Formula with no result

Try =AND($A1<TODAY()-10,$Z10)
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"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.
After I reveived help from this forum, I've tried to do the next things:
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.




  #3   Report Post  
Posted to microsoft.public.excel.newusers
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Formula with no result

Some thoughts for you to check over there
(I could get the CF working based on your posted formula)

1. Your selection step: Select A1:A3
Was A1 active in the selection?
The CF formula is structured for the active cell A1
(if you had somehow selected the range from bottom up, ie A3:A1,
then A3 becomes the active cell, and the CF formula as-is won't work)

2. Are the dates in A1:A3 real dates recognized by Excel ?
If they're not, it won't work. I suspect this is the cause.

Try this to convert it all at one go to real dates. Select A1:A3, then click
Data Text to columns. Click NextNext. In step 3 of the wizard, under Col
data format, check "Date", choose: DMY from the droplist. Click Finish.
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:17,000 Files:358 Subscribers:55
xdemechanik
---
"Hanah" wrote:
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.
After I reveived help from this forum, I've tried to do the next things:
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.


  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 6
Default Formula with no result

This was a very good advice! Thank you! You gave me the idea of checking
the format of the date, and in my computer, TODAY is shown as M/D/Y. So, no
chance to work in Excel with D/M/Y. So, I just changed the format of the
date, and now is working. Thanks again!

"Max" a scris:

Some thoughts for you to check over there
(I could get the CF working based on your posted formula)

1. Your selection step: Select A1:A3
Was A1 active in the selection?
The CF formula is structured for the active cell A1
(if you had somehow selected the range from bottom up, ie A3:A1,
then A3 becomes the active cell, and the CF formula as-is won't work)

2. Are the dates in A1:A3 real dates recognized by Excel ?
If they're not, it won't work. I suspect this is the cause.

Try this to convert it all at one go to real dates. Select A1:A3, then click
Data Text to columns. Click NextNext. In step 3 of the wizard, under Col
data format, check "Date", choose: DMY from the droplist. Click Finish.
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:17,000 Files:358 Subscribers:55
xdemechanik
---
"Hanah" wrote:
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.
After I reveived help from this forum, I've tried to do the next things:
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.


  #5   Report Post  
Posted to microsoft.public.excel.newusers
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Formula with no result

Welcome, glad you got it working
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:17,000, Files:358, Subscribers:55
xdemechanik
---
"Hanah" wrote in message
...
This was a very good advice! Thank you! You gave me the idea of
checking
the format of the date, and in my computer, TODAY is shown as M/D/Y. So,
no
chance to work in Excel with D/M/Y. So, I just changed the format of the
date, and now is working. Thanks again!



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
Formula result does not match displayed result lothar Excel Worksheet Functions 1 June 23rd 08 05:05 AM
Formula Bar F9 Result differs from cell result??? Aaron Excel Worksheet Functions 3 May 15th 08 06:32 PM
Advanced formula - Return result & Show Cell Reference of result Irv Excel Worksheet Functions 7 May 6th 06 03:36 AM
Median result used in formula gives incorrect result vlatham Excel Worksheet Functions 4 September 21st 05 04:26 PM
Cell doesn't show formula result - it shows formula (CTRL + ' doe. o0o0o0o Excel Worksheet Functions 6 November 19th 04 03:13 PM


All times are GMT +1. The time now is 07:14 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"