Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
I am trying to have a value automatically enetered into a range of cells if
the date at the top of the column matches today's date. I have tried using the "Today()" and "IF" functions with no luck. |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]() adombrowski Wrote: I am trying to have a value automatically enetered into a range of cells if the date at the top of the column matches today's date. I have tried using the "Today()" and "IF" functions with no luck. Hi adombrowski Assuming the the date to be in cell A1, try this =IF(A1=TODAY(),1,0), this will return the value 1 if the date in A1 is the same as today and zero if they are not the same. You can change these values to suit your needs -- Paul Sheppard ------------------------------------------------------------------------ Paul Sheppard's Profile: http://www.excelforum.com/member.php...o&userid=24783 View this thread: http://www.excelforum.com/showthread...hreadid=495097 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Date & Time | New Users to Excel | |||
Automatically up date time in a cell | Excel Discussion (Misc queries) | |||
Conversion | Excel Worksheet Functions | |||
HOW CAN I GET OFFICE 2003 EXCEL BASIC TO NEST FUNCTIONS LIKE EXCE. | Excel Worksheet Functions | |||
Find a Function to use accross different worksheets | Excel Worksheet Functions |