Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am using if formula and wanted to use date as criteria
for eg. Cell A Cell B 30/01/2006 =if(cell A.............., x,y) dd/mm/yyyy I want to use a date in place of ................... Kindly Suggest |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Tyr:-
=IF(DATE(YEAR(A1),MONTH(A1),DAY(A1))TODAY(),"Afte r","Before") Mike "Alok Rai" wrote: I am using if formula and wanted to use date as criteria for eg. Cell A Cell B 30/01/2006 =if(cell A.............., x,y) dd/mm/yyyy I want to use a date in place of ................... Kindly Suggest |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks,
i got the solution "Mike H" wrote: Tyr:- =IF(DATE(YEAR(A1),MONTH(A1),DAY(A1))TODAY(),"Afte r","Before") Mike "Alok Rai" wrote: I am using if formula and wanted to use date as criteria for eg. Cell A Cell B 30/01/2006 =if(cell A.............., x,y) dd/mm/yyyy I want to use a date in place of ................... Kindly Suggest |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Shorter version
=IF(A1TODAY(),"After","Before") "Mike H" wrote: Tyr:- =IF(DATE(YEAR(A1),MONTH(A1),DAY(A1))TODAY(),"Afte r","Before") Mike "Alok Rai" wrote: I am using if formula and wanted to use date as criteria for eg. Cell A Cell B 30/01/2006 =if(cell A.............., x,y) dd/mm/yyyy I want to use a date in place of ................... Kindly Suggest |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Comparing Date | Excel Discussion (Misc queries) | |||
Formula for comparing a date to today's date | Excel Worksheet Functions | |||
FORECAST function isnt producing wanted results | Excel Discussion (Misc queries) | |||
Nested IF Function, Date Comparing, and NetworkDays Function | Excel Worksheet Functions | |||
Comparing Date Fields | Excel Worksheet Functions |