i downloaded my phonebill in excel. not very coherent.
all calls incoming are free. outgoing are free after 7.
i'm not worry about the after 7 part for now.
Col E shows if its incoming or not (otherwise it says Toronto ie destination i'm calling). Col L shows length of call.
I want to add all the lengths of calls that were not incoming.
=sumif(L:L, E:E<>"incoming")
or even
=sumif(L:L, E:E="incoming")
neither is working. how do i tell it to count the stuff in L if E is NOT incoming.
once i figure that out i'd like to further complicate things by adding those that were before 7PM. The times are in col D however its not as simple as that. col D is in the format
06/22/2011 10:10:00 AM
Can one advise?
all calls incoming are free. outgoing are free after 7.
i'm not worry about the after 7 part for now.
Col E shows if its incoming or not (otherwise it says Toronto ie destination i'm calling). Col L shows length of call.
I want to add all the lengths of calls that were not incoming.
=sumif(L:L, E:E<>"incoming")
or even
=sumif(L:L, E:E="incoming")
neither is working. how do i tell it to count the stuff in L if E is NOT incoming.
once i figure that out i'd like to further complicate things by adding those that were before 7PM. The times are in col D however its not as simple as that. col D is in the format
06/22/2011 10:10:00 AM
Can one advise?