Microsoft
Software
Hardware
Network
Question : Covert DateTime to time only Excell 2003
Hi
i have a colum of mixed data
some is in time format only some cells however includes a date as well.
i would like to strip out the the date part and have just the time portion remaining.
i hope to then sort the colum on time.
Thanks for your help
Pete
Answer : Covert DateTime to time only Excell 2003
SELECT
SUM(CASE WHEN TRANSMONTH='MAY-2010' THEN BALANCEAMOUNT END)
-SUM(CASE WHEN TRANSMONTH<>'MAY-2010' THEN RECEIPTAMOUNT END)
FROM MONTHLYBILL A
WHERE TRANSMONTH IN ('MAY-2010','JUNE-2010','J
ULY-2010')
AND MEMBERACCNO='B-100'
Random Solutions
DataKey Parameter causes errors on page
Simple File Sharing Question
HP 1505N cannot change static IP
I just used System Restore to restore the Windows XP OS on my Dell D830 laptop to an earlier point in time; now the network card drivers are disabled & can't be reloaded
Downgrade 2008 R2 TO R1 OEM
Adobe Acrobat 7 printer on Windows 7 64bit doesn't install
Current Event between print records...
How to find focused control in Silverlight
PHP in Joomla
MS SQL Reporting Services 2005 upgrade to 2008 issues