Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If I have two columns of information or mutiple columns and column A is the
date an event happened or will happen, how would write a formula to say if the date (A1) is prior to today, display B2, else nothing/blank? Is it possible and could I display additional fields well, using the date prior to current as main filter mechanism? Thanks, Tommy |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try the below.. Do you mean B2 or B1 ?
=IF(A1<TODAY(),B2,"") "Tommy" wrote: If I have two columns of information or mutiple columns and column A is the date an event happened or will happen, how would write a formula to say if the date (A1) is prior to today, display B2, else nothing/blank? Is it possible and could I display additional fields well, using the date prior to current as main filter mechanism? Thanks, Tommy |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do count a cell range that include all dates prior to today? | Excel Discussion (Misc queries) | |||
Countifs of prior years monthly data based on MTD today | Excel Worksheet Functions | |||
Count Days more than 180 days prior to today | Excel Worksheet Functions | |||
sum values between today and 6 months prior | Excel Worksheet Functions | |||
Dates prior to 1900 | Excel Worksheet Functions |