Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 25
Default Not Sure on Function

I don't know whether I need a vlookup or if or what, but I will try to explain.

I have a sheet for use in construction to track backcharges between
subcontractors. For example, if one sub damages something and I have to pay
another sub to fix it, then I have to backcharge the cost of the repair to
the sub who damaged it.

So I have columns as follows that are pertinent to tracking $ amounts and/or
producing desired results:

D3 - Total $ Amount of PCO (Potential Change Order)
E3 - Responsible Sub (Sub who damaged item)
F3 - PCO Sub 1 (name from defined list "sub1")
G3 - $ amount PCO sub 1 charges to fix
H3 - PCO Sub 2 (name from defined list "sub1")
I3 - $ amount PCO sub 2 charges to fix
J3 - PCO Sub 3 (name from defined list "sub1")
K3 - S amount PCO sub 3 charge to fix

(NOTE: the reason there may be more than 1 sub fixing something is that it
may involve more than 1 trade and I need different people to fix)
L3 - The amount (if any) I am responsible for
M3 - Backcharge (Yes or No drop down option)
N3 - Actual backcharge amount to responsible sub
O3 - Change Ordered needed (yes or no drop down option)
P3 - Actual Change Order Amount

Now at the bottom of the sheet I would like to have totals of who is getting
backcharged what in $ amounts.
I have all the subs listed as they are in my defined list "sub1"
As I enter $ amounts in the columns G3, I3 and K3 I would like all those
totals for the entire sheet to add in one cell by their name at the bottom.

Let's say cell A25 is "Joes" (from the list) I want cell B25 to add all the
totals from above every time I have to charge Joes for something.

I hope this makes sense.

Thanks,
Neil


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Not Sure on Function

I think you can use SUMIF for this, along the lines of:

=SUMIF(E$3:E$24,A25,P$3:P$24)

giving the net charge to the sub whose name is in A25. Copy the
formula down if you have other names below A25.

Hope this helps.

Pete

On Apr 7, 4:54*pm, Neil M wrote:
I don't know whether I need a vlookup or if or what, but I will try to explain.

I have a sheet for use in construction to track backcharges between
subcontractors. For example, if one sub damages something and I have to pay
another sub to fix it, then I have to backcharge the cost of the repair to
the sub who damaged it.

So I have columns as follows that are pertinent to tracking $ amounts and/or
producing desired results:

D3 - Total $ Amount of PCO (Potential Change Order)
E3 - Responsible Sub (Sub who damaged item)
F3 - PCO Sub 1 (name from defined list "sub1")
G3 - $ amount PCO sub 1 charges to fix
H3 - PCO Sub 2 (name from defined list "sub1")
I3 - $ amount PCO sub 2 charges to fix
J3 - PCO Sub 3 (name from defined list "sub1")
K3 - S amount PCO sub 3 charge to fix

(NOTE: the reason there may be more than 1 sub fixing something is that it
may involve more than 1 trade and I need different people to fix)
L3 - The amount (if any) I am responsible for
M3 - Backcharge (Yes or No drop down option)
N3 - Actual backcharge amount to responsible sub
O3 - Change Ordered needed (yes or no drop down option)
P3 - Actual Change Order Amount

Now at the bottom of the sheet I would like to have totals of who is getting
backcharged what in $ amounts.
I have all the subs listed as they are in my defined list "sub1"
As I enter $ amounts in the columns G3, I3 and K3 I would like all those
totals for the entire sheet to add in one cell by their name at the bottom..

Let's say cell A25 is "Joes" (from the list) *I want cell B25 to add all the
totals from above every time I have to charge Joes for something.

I hope this makes sense.

Thanks,
Neil


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
copy of excel file not showing formulal/function in the function b oaallam Excel Discussion (Misc queries) 4 September 6th 07 01:20 PM
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) [email protected] Excel Worksheet Functions 0 September 5th 06 03:44 PM
Offset function with nested match function not finding host ss. MKunert Excel Worksheet Functions 1 March 21st 06 10:46 PM
Emulate Index/Match combo function w/ VBA custom function Spencer Hutton Excel Worksheet Functions 2 May 2nd 05 05:26 PM
Nested IF Function, Date Comparing, and NetworkDays Function carl Excel Worksheet Functions 2 December 29th 04 09:57 PM


All times are GMT +1. The time now is 01:58 AM.

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"