Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Assistance with advanced formulas

I am attempting to simplify the time sheet for a client. She has multiple
clients that she works for and enters time on a single sheet. I need to set
up a formula on a new sheet that will look through the entries in 2 columns
of her original time sheet and calculate the time for each client (2 of her
clients have multiple services with different charges). The end result will
give total hours & charges for each client (the 2 with multi services would
have subtotals and a grand total).

original sheet looks like this
date service client hours

need to show this info on new sheet
client service total hours cost


Any assistance would be greatly appreciated.
I can send someone a sample xls if it would help.

Thank you.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 31
Default Assistance with advanced formulas

sounds like a perfect case for a pivot table
you could multiply the rate per client by the time before you pivot, or as a
calculated field

"emerson.farms" wrote:

I am attempting to simplify the time sheet for a client. She has multiple
clients that she works for and enters time on a single sheet. I need to set
up a formula on a new sheet that will look through the entries in 2 columns
of her original time sheet and calculate the time for each client (2 of her
clients have multiple services with different charges). The end result will
give total hours & charges for each client (the 2 with multi services would
have subtotals and a grand total).

original sheet looks like this
date service client hours

need to show this info on new sheet
client service total hours cost


Any assistance would be greatly appreciated.
I can send someone a sample xls if it would help.

Thank you.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Assistance with advanced formulas

Ah, but can a pivot table be set up prior to the time being entered so that
it auto populates the table at the end of each pay period?

"AdamV" wrote:

sounds like a perfect case for a pivot table
you could multiply the rate per client by the time before you pivot, or as a
calculated field

"emerson.farms" wrote:

I am attempting to simplify the time sheet for a client. She has multiple
clients that she works for and enters time on a single sheet. I need to set
up a formula on a new sheet that will look through the entries in 2 columns
of her original time sheet and calculate the time for each client (2 of her
clients have multiple services with different charges). The end result will
give total hours & charges for each client (the 2 with multi services would
have subtotals and a grand total).

original sheet looks like this
date service client hours

need to show this info on new sheet
client service total hours cost


Any assistance would be greatly appreciated.
I can send someone a sample xls if it would help.

Thank you.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default Assistance with advanced formulas

Assuming you are only looking for the totals hours value on sheet 2,

=SUMPRODUCT(--(Sheet1!$C$2:$C$200=$A2),--(Sheet1!$B$2:$B$200=$B2),Sheet1!$D$2:$D$200)


--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"emerson.farms" wrote in message
...
I am attempting to simplify the time sheet for a client. She has multiple
clients that she works for and enters time on a single sheet. I need to
set
up a formula on a new sheet that will look through the entries in 2
columns
of her original time sheet and calculate the time for each client (2 of
her
clients have multiple services with different charges). The end result
will
give total hours & charges for each client (the 2 with multi services
would
have subtotals and a grand total).

original sheet looks like this
date service client hours

need to show this info on new sheet
client service total hours cost


Any assistance would be greatly appreciated.
I can send someone a sample xls if it would help.

Thank you.



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
If Then assistance... Murph Excel Worksheet Functions 6 December 18th 07 06:07 PM
Advanced Conditional Formatting Ideas Needed! (ok, maybe not that advanced...) shadestreet Excel Discussion (Misc queries) 2 July 21st 06 03:04 PM
Assistance please? http:// Excel Worksheet Functions 7 July 6th 05 08:16 PM
Advanced Excel formulas Fred Excel Discussion (Misc queries) 1 April 14th 05 10:01 PM
I Need VBA Assistance for EOF Brent E Excel Discussion (Misc queries) 4 February 26th 05 06:00 PM


All times are GMT +1. The time now is 09:28 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"