Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Apr 12, 12:09 pm, "ADK" wrote:
B1= 1/1/2007 B2 = 10/3/2007 A3 = 1/12/2007 B3 = X (X being the letter X ...so "X" in formula) B3 exquals X if A3 is between or on B1 & B3 otherwise cell equals "" Examples: If A3 is 1/1/2007 then B3 = X If A3 is 4/3/2007 then B3 = X If A3 is 10/3/2007 then B3 = X If A3 is 10/4/2007 then B3 = "" If A3 is 12/22/2007 then B3 = "" Thanks for help ADK ADK, Here's one way to approach your problem and its fairly simple: in B3 you type this formula =if(and(a3=b1,a3<=b2),"X","") Regards...AJ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Identifying unique dates in a range of cells containing dates... | Excel Discussion (Misc queries) | |||
Identifying unique dates within a range of cells containing dates | Excel Discussion (Misc queries) | |||
need to convert list of dates to count no. of dates by week | Excel Worksheet Functions | |||
Calculating number of days between two dates that fall between two other dates | Excel Discussion (Misc queries) | |||
Charting data against dates where dates are not at fixed intervals | Charts and Charting in Excel |