Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hello Fellow excel(lent) users,
I am trying to make a small timesheet in which I wanna highlight todays day. I use 4 columns: A = Number range from 1 to max 31 (being days of the month) B = Time punched in (to start working) c = Time Punched out (finish work) D = Subtracting B from C and an extra 30 mins. In Field F1 I have the form =TODAY(), to know which day it is today. What I want now is to highlight todays entries by using special formatting. But the formula does not seem to work. =IF(--(DAY($O$1)=A3)) So today it is the 14th of october, which means the row of the fourteenth should be highlighted by a yellow pattern and black bold letters. Please help !! -- ** Fool on the hill ** |
#2
![]() |
|||
|
|||
![]()
Hi!
Assume your data is in the range A2:D32 Select that range Goto FormatConditional Formatting Formula is: =DAY($F$1)=$A2 Click the Format button and select the styles you want Biff "Jaydubs" wrote in message ... Hello Fellow excel(lent) users, I am trying to make a small timesheet in which I wanna highlight todays day. I use 4 columns: A = Number range from 1 to max 31 (being days of the month) B = Time punched in (to start working) c = Time Punched out (finish work) D = Subtracting B from C and an extra 30 mins. In Field F1 I have the form =TODAY(), to know which day it is today. What I want now is to highlight todays entries by using special formatting. But the formula does not seem to work. =IF(--(DAY($O$1)=A3)) So today it is the 14th of october, which means the row of the fourteenth should be highlighted by a yellow pattern and black bold letters. Please help !! -- ** Fool on the hill ** |
#3
![]() |
|||
|
|||
![]()
Hey Biff,
Great !! This is what I was looking for !! -- ** Fool on the hill ** "Biff" wrote: Hi! Assume your data is in the range A2:D32 Select that range Goto FormatConditional Formatting Formula is: =DAY($F$1)=$A2 Click the Format button and select the styles you want Biff "Jaydubs" wrote in message ... Hello Fellow excel(lent) users, I am trying to make a small timesheet in which I wanna highlight todays day. I use 4 columns: A = Number range from 1 to max 31 (being days of the month) B = Time punched in (to start working) c = Time Punched out (finish work) D = Subtracting B from C and an extra 30 mins. In Field F1 I have the form =TODAY(), to know which day it is today. What I want now is to highlight todays entries by using special formatting. But the formula does not seem to work. =IF(--(DAY($O$1)=A3)) So today it is the 14th of october, which means the row of the fourteenth should be highlighted by a yellow pattern and black bold letters. Please help !! -- ** Fool on the hill ** |
#4
![]() |
|||
|
|||
![]()
You're welcome. Thanks for the feedback!
Biff "Jaydubs" wrote in message ... Hey Biff, Great !! This is what I was looking for !! -- ** Fool on the hill ** "Biff" wrote: Hi! Assume your data is in the range A2:D32 Select that range Goto FormatConditional Formatting Formula is: =DAY($F$1)=$A2 Click the Format button and select the styles you want Biff "Jaydubs" wrote in message ... Hello Fellow excel(lent) users, I am trying to make a small timesheet in which I wanna highlight todays day. I use 4 columns: A = Number range from 1 to max 31 (being days of the month) B = Time punched in (to start working) c = Time Punched out (finish work) D = Subtracting B from C and an extra 30 mins. In Field F1 I have the form =TODAY(), to know which day it is today. What I want now is to highlight todays entries by using special formatting. But the formula does not seem to work. =IF(--(DAY($O$1)=A3)) So today it is the 14th of october, which means the row of the fourteenth should be highlighted by a yellow pattern and black bold letters. Please help !! -- ** Fool on the hill ** |
#5
![]() |
|||
|
|||
![]()
hey genius... can u tell me how to do that with the date in full i.e. 17/11/2008
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional Formatting Cell < Today() | Excel Worksheet Functions | |||
Conditional Format to highlight entrire Row | Excel Worksheet Functions | |||
How can I highlight every other group of data? | Excel Discussion (Misc queries) | |||
Highlight rows as you scroll through spreadsheet | Excel Worksheet Functions | |||
Highlight Data | Excel Discussion (Misc queries) |