Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Another approach...
'------------- Sub GetTheQuarter() Dim strQ As String strQ = Format$("07/30/2005", "q", 0, 0) MsgBox strQ End Sub '------------- Jim Cone San Francisco, USA "jwmott" wrote in message ... I need to determine whihc fiscal quarter a date falls in. The begin and end dates fo the fiscal year are user defined. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Return a value that falls within a defined range | Excel Discussion (Misc queries) | |||
EXCEL LOOKUP FISCAL YEAR WITH DATE | Excel Worksheet Functions | |||
"User-defined type not defined" message in Excel | Excel Discussion (Misc queries) | |||
user defined date | Excel Worksheet Functions | |||
User-defined data type; Error: Only User-defined types... | Excel Programming |