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
installing the package
Mac OS 10.4.10 into Intel Core2Duo Desktop PC
Autotext in word 2007
Cannot delete inactive datastore and other issues
Zen cart NavMainLink color change
Excel - Trying to move the contents of 2 columns into 1 cell with some formatting.
Excel VBA - append ID for each row to results
Batch File Script Issue
Datagrid dummy column
Need help inserting a pdf into the body of a email in outlook 2003