Home |
Search |
Today's Posts |
#9
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=ISODD(MONTH(DATEVALUE("1-"&$AK$2&"-2000")))
ISODD uses the ATP. Excel will complain. I'd use MOD instead. But, I'd like to know if these are formula results or user entered. I went under the assumption they were formula results as they were presented in uppercase. -- Biff Microsoft Excel MVP "Glenn" wrote in message ... Rick Rothstein wrote: Good point! Maybe these formulas instead... =AND($AK$2<"",NOT(ISNUMBER(FIND("*",$AK$2))),SEAR CH("*"&$AK$2&"*","*JAN*MAR*MAY*JUL*SEP*NOV*")) =AND($AK$2<"",NOT(ISNUMBER(FIND("*",$AK$2))),SEAR CH("*"&$AK$2&"*","*FEB*APR*JUN*AUG*OCT*DEC*")) Why not something like this: =ISODD(MONTH(DATEVALUE("1-"&$AK$2&"-2000"))) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula constants? | Excel Worksheet Functions | |||
Constants in Excel | Excel Discussion (Misc queries) | |||
how to find intersections points of lines in charts | Charts and Charting in Excel | |||
Intersections | Excel Discussion (Misc queries) | |||
constants | Excel Discussion (Misc queries) |