Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 30
Default i need to seperate total time from billable time & non billable ti

My spread sheet that has start time and stop time, then total time worked in
minutes using =(C3-B3)*1440
Here is the problem - that is total time€¦. We have to list the type of
service we are providing and we do that by entering 1-6 in another column,
but only 1-5 is billable time, and 6 is Unbillable time. How can I create a
column that will only show billable time in one column and non billable time
in another column. Such as if in the one column were we enter the type of
service (1 thru 6) the bill able time would only pull the data for the
numbers 1-5 and the non billable column will only pull those numbered 6. I
cant seem to figure out a formula to do this.

Can any of you help me?


--
thank you, Lorie
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default i need to seperate total time from billable time & non billable ti

hi,
how do you keep track of billable time and nonbillable time?

FSt1

"Lorie" wrote:

My spread sheet that has start time and stop time, then total time worked in
minutes using =(C3-B3)*1440
Here is the problem - that is total time€¦. We have to list the type of
service we are providing and we do that by entering 1-6 in another column,
but only 1-5 is billable time, and 6 is Unbillable time. How can I create a
column that will only show billable time in one column and non billable time
in another column. Such as if in the one column were we enter the type of
service (1 thru 6) the bill able time would only pull the data for the
numbers 1-5 and the non billable column will only pull those numbered 6. I
cant seem to figure out a formula to do this.

Can any of you help me?


--
thank you, Lorie

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 30
Default i need to seperate total time from billable time & non billabl

I have a column and we enter a number which is 1 thru 6

1 through 5 are all billable, and 6 is non billable.

We are case managers, and some of our time is non billable... the rest of
the things we do are billable



--
thank you, Lorie


"FSt1" wrote:

hi,
how do you keep track of billable time and nonbillable time?

FSt1

"Lorie" wrote:

My spread sheet that has start time and stop time, then total time worked in
minutes using =(C3-B3)*1440
Here is the problem - that is total time€¦. We have to list the type of
service we are providing and we do that by entering 1-6 in another column,
but only 1-5 is billable time, and 6 is Unbillable time. How can I create a
column that will only show billable time in one column and non billable time
in another column. Such as if in the one column were we enter the type of
service (1 thru 6) the bill able time would only pull the data for the
numbers 1-5 and the non billable column will only pull those numbered 6. I
cant seem to figure out a formula to do this.

Can any of you help me?


--
thank you, Lorie

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default i need to seperate total time from billable time & non billable ti

Say you use Column K to show the type of service (1 - 6).
Say Column D is total time.
Column E is billable time.
Column F is non-billable.

To account for times that might cross midnight, enter this formula in D3:
=MOD(C3-B3,1)*1440

In E3 enter:
=(K3<6)*D3

In F3 enter:
=(K3=6)*D3

Then, select D3, E3, and F3,
And drag down the 3 cell selection to copy as needed.
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

"Lorie" wrote in message
...
My spread sheet that has start time and stop time, then total time worked
in
minutes using =(C3-B3)*1440
Here is the problem - that is total time.. We have to list the type of
service we are providing and we do that by entering 1-6 in another
column,
but only 1-5 is billable time, and 6 is Unbillable time. How can I
create a
column that will only show billable time in one column and non billable
time
in another column. Such as if in the one column were we enter the type
of
service (1 thru 6) the bill able time would only pull the data for the
numbers 1-5 and the non billable column will only pull those numbered 6.
I
can't seem to figure out a formula to do this.

Can any of you help me?


--
thank you, Lorie



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 30
Default i need to seperate total time from billable time & non billabl

The Billable worked, but the non billable doesn't seem to work....

where there is a 6 for the type of service (which is non billable), it comes
back with a 0 but we would like to know how much time we do spend that is non
billable for each client...

I feel your close to the answer......

my fingers are crossed....

--
thank you, Lorie


"Ragdyer" wrote:

Say you use Column K to show the type of service (1 - 6).
Say Column D is total time.
Column E is billable time.
Column F is non-billable.

To account for times that might cross midnight, enter this formula in D3:
=MOD(C3-B3,1)*1440

In E3 enter:
=(K3<6)*D3

In F3 enter:
=(K3=6)*D3

Then, select D3, E3, and F3,
And drag down the 3 cell selection to copy as needed.
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

"Lorie" wrote in message
...
My spread sheet that has start time and stop time, then total time worked
in
minutes using =(C3-B3)*1440
Here is the problem - that is total time.. We have to list the type of
service we are providing and we do that by entering 1-6 in another
column,
but only 1-5 is billable time, and 6 is Unbillable time. How can I
create a
column that will only show billable time in one column and non billable
time
in another column. Such as if in the one column were we enter the type
of
service (1 thru 6) the bill able time would only pull the data for the
numbers 1-5 and the non billable column will only pull those numbered 6.
I
can't seem to figure out a formula to do this.

Can any of you help me?


--
thank you, Lorie






  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 30
Default i need to seperate total time from billable time & non billabl

I hope your not giving up on me.... *smile* I am still trying and i just am
not getting anywhere with the non billable time showing up.....the formula's
i try just aren't getting it... the one you gave me give's me a 0, but i need
to show the time that we do non billable stuff.....

Thank you for trying..... i keep checking back to see if you have replied
back again...
it is so frustrating to be so close, yet so far....

--
thank you, Lorie


"Ragdyer" wrote:

Say you use Column K to show the type of service (1 - 6).
Say Column D is total time.
Column E is billable time.
Column F is non-billable.

To account for times that might cross midnight, enter this formula in D3:
=MOD(C3-B3,1)*1440

In E3 enter:
=(K3<6)*D3

In F3 enter:
=(K3=6)*D3

Then, select D3, E3, and F3,
And drag down the 3 cell selection to copy as needed.
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

"Lorie" wrote in message
...
My spread sheet that has start time and stop time, then total time worked
in
minutes using =(C3-B3)*1440
Here is the problem - that is total time.. We have to list the type of
service we are providing and we do that by entering 1-6 in another
column,
but only 1-5 is billable time, and 6 is Unbillable time. How can I
create a
column that will only show billable time in one column and non billable
time
in another column. Such as if in the one column were we enter the type
of
service (1 thru 6) the bill able time would only pull the data for the
numbers 1-5 and the non billable column will only pull those numbered 6.
I
can't seem to figure out a formula to do this.

Can any of you help me?


--
thank you, Lorie




  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default i need to seperate total time from billable time & non billabl

The formulae you are given should give the right answers, so you need to
check your implementation of the formula in F3 and make sure you haven't
mistyped. Also check that you've really got numbers in the cells, not text
which looks like numbers (possibly with extra spaces or non-printing
characters). If in doubt check with =ISNUMBER(K3), also check to see what
=K3=6 gives.

If you want to show a blank, rather than a zero, in the column which isn't
applicable for each row, you could use
In E3 =IF(K3<6,D3,"")
In F3 =IF(K3=6,D3,"")
--
David Biddulph

"Lorie" wrote in message
...
The Billable worked, but the non billable doesn't seem to work....

where there is a 6 for the type of service (which is non billable), it
comes
back with a 0 but we would like to know how much time we do spend that is
non
billable for each client...

I feel your close to the answer......

my fingers are crossed....

--
thank you, Lorie


"Ragdyer" wrote:

Say you use Column K to show the type of service (1 - 6).
Say Column D is total time.
Column E is billable time.
Column F is non-billable.

To account for times that might cross midnight, enter this formula in D3:
=MOD(C3-B3,1)*1440

In E3 enter:
=(K3<6)*D3

In F3 enter:
=(K3=6)*D3

Then, select D3, E3, and F3,
And drag down the 3 cell selection to copy as needed.
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

"Lorie" wrote in message
...
My spread sheet that has start time and stop time, then total time
worked
in
minutes using =(C3-B3)*1440
Here is the problem - that is total time.. We have to list the type
of
service we are providing and we do that by entering 1-6 in another
column,
but only 1-5 is billable time, and 6 is Unbillable time. How can I
create a
column that will only show billable time in one column and non billable
time
in another column. Such as if in the one column were we enter the
type
of
service (1 thru 6) the bill able time would only pull the data for the
numbers 1-5 and the non billable column will only pull those numbered
6.
I
can't seem to figure out a formula to do this.

Can any of you help me?


--
thank you, Lorie






  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default i need to seperate total time from billable time & non billabl

One of the main issues with these NGs is trying to understand *exactly* the
requests of the OPs (original poster - you!).

You have 3 columns, calculating your keyed in times.

D = Total time for row
E = Billable time for the row
F = Non-billable time for the row

NOW, try to explicitly indicate exactly what you are looking for ... that
these 3 columns are not giving you.

Do you want additional columns with other information?

--

Regards,

RD
-----------------------------------------------------------------------------------------------
Please keep all correspondence within the Group, so all may benefit !
-----------------------------------------------------------------------------------------------

"Lorie" wrote in message
...
I hope your not giving up on me.... *smile* I am still trying and i just
am
not getting anywhere with the non billable time showing up.....the formula's
i try just aren't getting it... the one you gave me give's me a 0, but i
need
to show the time that we do non billable stuff.....

Thank you for trying..... i keep checking back to see if you have replied
back again...
it is so frustrating to be so close, yet so far....

--
thank you, Lorie


"Ragdyer" wrote:

Say you use Column K to show the type of service (1 - 6).
Say Column D is total time.
Column E is billable time.
Column F is non-billable.

To account for times that might cross midnight, enter this formula in D3:
=MOD(C3-B3,1)*1440

In E3 enter:
=(K3<6)*D3

In F3 enter:
=(K3=6)*D3

Then, select D3, E3, and F3,
And drag down the 3 cell selection to copy as needed.
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

"Lorie" wrote in message
...
My spread sheet that has start time and stop time, then total time
worked
in
minutes using =(C3-B3)*1440
Here is the problem - that is total time.. We have to list the type of
service we are providing and we do that by entering 1-6 in another
column,
but only 1-5 is billable time, and 6 is Unbillable time. How can I
create a
column that will only show billable time in one column and non billable
time
in another column. Such as if in the one column were we enter the type
of
service (1 thru 6) the bill able time would only pull the data for the
numbers 1-5 and the non billable column will only pull those numbered 6.
I
can't seem to figure out a formula to do this.

Can any of you help me?


--
thank you, Lorie






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Formula to find Stop Time from Start Time and Total Minutes Jonathan Bickett Excel Worksheet Functions 5 March 7th 07 05:22 PM
calculating timesheet, time-in/time-out = total hours & minutes, . Steve Lindsay Excel Worksheet Functions 13 November 8th 06 03:45 PM
Tracking billable hours Karl Excel Discussion (Misc queries) 3 October 23rd 06 11:28 PM
template or formula for start time -finish time -total hours ple cc New Users to Excel 1 March 27th 06 06:06 PM
Accumulate weekly time to total time in Excel. delve Excel Discussion (Misc queries) 0 May 4th 05 08:14 PM


All times are GMT +1. The time now is 07:39 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"