Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
I currently have the following set up on an excel spreadsheet
A B C D E F 1 DATE NAME INVOICE AMOUNT TERM DUE DATE 2 =SUM(A2+F2) 3 4 Is there a formula I can use so that once the due date has passed the cell (F2) turns red |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
See responses to your later post
-- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Humpy" wrote in message ... I currently have the following set up on an excel spreadsheet A B C D E F 1 DATE NAME INVOICE AMOUNT TERM DUE DATE 2 =SUM(A2+F2) 3 4 Is there a formula I can use so that once the due date has passed the cell (F2) turns red |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Is there a formula I can use so that cell F2 turns red once we've
passed the due date. Presume col F = due dates and we have in F2: =A2+E2, F2 copied down to say, F10 (your : =SUM(A2+E2) can simplified to: =A2+E2) To apply the cond format to the range F2:F10: Select F2:F10 (F2 active) Click Format Conditional Formatting Under Condition 1, make the settings as: Formula is: =AND(F2<0,F2<TODAY()) Click Format button Patterns tab Red Font tab bold/white OK Click OK at the main dialog -- Max Singapore http://savefile.com/projects/236895 xdemechanik "Humpy" wrote in message ... Can you help! I have set up an Excel spreadsheet as follows: A B C D E F 1 DATE NAME INVOICE AMOUNT TERM DUE DATE 2 =SUM(A2+E2) Is there a formula I can use so that cell F2 turns red once we've passed the due date. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional Formatting when inserting a row | Excel Worksheet Functions | |||
Conditional Formatting Error | Excel Worksheet Functions | |||
difficulty with conditional formatting | Excel Discussion (Misc queries) | |||
Determine cells that drive conditional formatting? | Excel Discussion (Misc queries) | |||
Conditional formatting not available in Excel | Excel Discussion (Misc queries) |