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
How to Query a timestamped field (smalldatetime) for yesterdays date in a where clause?
Header bigger on Zen Cart template
A button & image inside a tileList
How can I restore this Windows system disk?
Topper not displaying as transparent
Exchange 2003 / Outlook 2010 - Out Of Office Not Working via Outlook
error message ORA-01691
Stop button code if condition is met in Module.
Jquery Help, Body on load
Displaying SPANS to simulate tb-lr rather than the normal lr-tb way of displaying things.