Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Here's another one for those much smarter than me. Cell A10 will have a
static date. If we have reached that date or gone beyond it then I want A20 to equal 10. Any ideas? Thanks for your help. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
A20: If(A10<=today(),10,"")
HTH, Barb Reinhardt "SoupNazi" wrote: Here's another one for those much smarter than me. Cell A10 will have a static date. If we have reached that date or gone beyond it then I want A20 to equal 10. Any ideas? Thanks for your help. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Looks like these will work fine. Thanks Barb & Ron
"Barb Reinhardt" wrote: A20: If(A10<=today(),10,"") HTH, Barb Reinhardt "SoupNazi" wrote: Here's another one for those much smarter than me. Cell A10 will have a static date. If we have reached that date or gone beyond it then I want A20 to equal 10. Any ideas? Thanks for your help. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try something like this:
A20: =IF(TODAY()=INT(A10),10,"not due") Note: I used the INT function in case A10 includes a time value eg: 4/22/2007 5:00:00 AM Is that something you can work with? *********** Regards, Ron XL2002, WinXP "SoupNazi" wrote: Here's another one for those much smarter than me. Cell A10 will have a static date. If we have reached that date or gone beyond it then I want A20 to equal 10. Any ideas? Thanks for your help. |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Enter in A20:
=10*(A10<=TODAY()) -- HTH, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "SoupNazi" wrote in message ... Here's another one for those much smarter than me. Cell A10 will have a static date. If we have reached that date or gone beyond it then I want A20 to equal 10. Any ideas? Thanks for your help. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
MAX figure within a date range as a function of today()'s date | Excel Worksheet Functions | |||
Computing days between TODAY() and older date in a cell | Excel Discussion (Misc queries) | |||
how do I program a cell to automatically fill in today;s date? | Excel Worksheet Functions | |||
SUMIF within date range as a function of today()'s date | Excel Worksheet Functions | |||
go to cell with date equaling TODAY() | Excel Discussion (Misc queries) |