Hi huffmjb!
You have to break the SAP data up first before you can do what you are
wanting to do. Assuming SAP data starts in A1 try this (enter all in
row 1):
Col B
=SEARCH(" ",A1,12)
Col C
=SEARCH("",A1,SEARCH(" ",A1,12)+2)
Col D
=LEFT(A1,11)
Col E
=MID(A1,12,B1-12)
Col F
=MID(A1,B1+1,C1-B1-1)
Col G
=MID(A1,C1+1,LEN(A1)-C1)
Once this is entered, fill B1:G1 down to fit the SAP data length.
Columns D through G should separate into the date field, and three time
fields. Then use subtotal or sumif to pull specific dates. Columns B & C
are just to calculate where the packed spaces are located and can be
hidden.
Neill
--
neillcato
------------------------------------------------------------------------
neillcato's Profile:
http://www.excelforum.com/member.php...o&userid=31750
View this thread:
http://www.excelforum.com/showthread...hreadid=514557