Hi David!
I did a Google search and saw it related to Oct 1st as the beginning
of the Water Year. Again, my searches showed a US usage. I wondered if
there was such a concept here (possibly using Apr 1st) but couldn't
find any.
I assume it's based upon some constant start of a rainfall / river
flow cycle with Oct 1st being the start of the period when no water
flows off the mountains; but I'm only guessing!
If they use it a lot, they might use a UDF:
Function WATERDAY(WaterDate As Date) As Integer
If WaterDate < DateSerial(Year(WaterDate), 10, 1) Then
WATERDAY = WaterDate - DateSerial(Year(WaterDate) - 1, 9, 30)
Else
WATERDAY = WaterDate - DateSerial(Year(WaterDate), 9, 30)
End If
End Function
--
Regards
Norman Harker MVP (Excel)
Sydney, Australia
(e-mail address removed)
It is imperative that the patches provided by Microsoft in its April
Security Release be applied to Systems as soon as possible. It is
believed that the likelihood of a worm being released SOON that
exploits one of the vulnerabilities addressed by these patches is VERY
HIGH.
See:
http://www.microsoft.com/security/protect/