Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I need to total time spent on clients in a month some of that time is
billable and some is non billable I have formuls breaking that down in colums, I have the clients names in a list, what I need is to show the total for that client and if we show all it will also show the totals for all so when you go to print preview... You will be able to print and see the total of billable and non billable time for that client, I have tried subtotal... But can't seem to get it to work right.... I have tired other stuff, but when I pick on one client, the totals don't show up. If I am showing "all" that is the only time i am seeing the totals. Any ideas on this? All help is very welcome!!! you all rock!! -- thank you, Lorie |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
sounds like a pivot table would be appropriate for what you want.
"Lorie" wrote: I need to total time spent on clients in a month some of that time is billable and some is non billable I have formuls breaking that down in colums, I have the clients names in a list, what I need is to show the total for that client and if we show all it will also show the totals for all so when you go to print preview... You will be able to print and see the total of billable and non billable time for that client, I have tried subtotal... But can't seem to get it to work right.... I have tired other stuff, but when I pick on one client, the totals don't show up. If I am showing "all" that is the only time i am seeing the totals. Any ideas on this? All help is very welcome!!! you all rock!! -- thank you, Lorie |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Name Time billable billable
Jessica 1 1 0 Jessica 38 38 0 Lorie 155 155 0 Pam 20 0 20 Malon 150 150 0 Moe 12 12 0 Moe 18 18 0 Malon 23 0 23 Pat 5 0 5 Pam 990 0 990 This is kinda what I have... I am at a loss about pivot tables....... or how to begin or what to do...... I really appricate any more help you can give me. -- thank you, Lorie "bj" wrote: sounds like a pivot table would be appropriate for what you want. "Lorie" wrote: I need to total time spent on clients in a month some of that time is billable and some is non billable I have formuls breaking that down in colums, I have the clients names in a list, what I need is to show the total for that client and if we show all it will also show the totals for all so when you go to print preview... You will be able to print and see the total of billable and non billable time for that client, I have tried subtotal... But can't seem to get it to work right.... I have tired other stuff, but when I pick on one client, the totals don't show up. If I am showing "all" that is the only time i am seeing the totals. Any ideas on this? All help is very welcome!!! you all rock!! -- thank you, Lorie |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
another way would be to use sumif() these are columns A:D
enter in E1 "Client" in F1 "Billable" in g1 Non Billable in H1 total if e2 enter a client name in F2 ente =sumif(A:A,E2,C:C) in G2 enter =sumif(A:A,E2,D:D) in H2 enter =sumif(A:A,E2,B:B) or you could do it on another page so that only the client you are looking at is shown "Lorie" wrote: Name Time billable billable Jessica 1 1 0 Jessica 38 38 0 Lorie 155 155 0 Pam 20 0 20 Malon 150 150 0 Moe 12 12 0 Moe 18 18 0 Malon 23 0 23 Pat 5 0 5 Pam 990 0 990 This is kinda what I have... I am at a loss about pivot tables....... or how to begin or what to do...... I really appricate any more help you can give me. -- thank you, Lorie "bj" wrote: sounds like a pivot table would be appropriate for what you want. "Lorie" wrote: I need to total time spent on clients in a month some of that time is billable and some is non billable I have formuls breaking that down in colums, I have the clients names in a list, what I need is to show the total for that client and if we show all it will also show the totals for all so when you go to print preview... You will be able to print and see the total of billable and non billable time for that client, I have tried subtotal... But can't seem to get it to work right.... I have tired other stuff, but when I pick on one client, the totals don't show up. If I am showing "all" that is the only time i am seeing the totals. Any ideas on this? All help is very welcome!!! you all rock!! -- thank you, Lorie |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Chart Resizes After Printing or Print-Preview | Excel Discussion (Misc queries) | |||
FILL COLOR NOT SHOWING IN CELLS OR ON PRINT PREVIEW | Excel Discussion (Misc queries) | |||
Checkbox Moves on Printing/Print Preview | Excel Discussion (Misc queries) | |||
In Excel, my color formatting is only showing in print preview. Fi | Excel Discussion (Misc queries) | |||
My print preview is only showing one page to be printed | Excel Worksheet Functions |