Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() You could amend formula to cope with Text months only =CHOOSE(MATCH(MONTH("1-"&D7),{0;5;7;11},1),"",200,200,"") or to handle either "sept" or 09 =CHOOSE(MATCH(IF(ISTEXT(D7),MONTH("1-"&D7),D7),{0;5;7;11},1),"",200,200,"") although it might be simpler to use LOOKUP rather than CHOOSE/MATCH =LOOKUP(IF(ISTEXT(D7),MONTH("1-"&D7),D7),{0;5;7;11},{"",200,200,""}) -- daddylonglegs ------------------------------------------------------------------------ daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486 View this thread: http://www.excelforum.com/showthread...hreadid=554320 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to insert month date year and day of week | Excel Discussion (Misc queries) | |||
Locate month and year from range of date from another sheet | New Users to Excel | |||
Sort by Month and Year | Excel Discussion (Misc queries) | |||
How to sort by day and month while ignoring year? | Excel Worksheet Functions | |||
create a date from year, day and month | Excel Worksheet Functions |