Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need to take column B (customer account number) and state if the value is x
then take the monetary value in column P and add up the total value of all entries for this customer. Then I want to place the answer on a different worksheet in the same work book. Please can someone help me? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Something like this in a cell in Sheet2:
=SUMIF(Sheet1!B:B,"x",Sheet1!P:P) Hope this helps. Pete On Jul 3, 11:11*am, Analyst in the making <Analyst in the wrote: I need to take column B (customer account number) and state if the value is x then take the monetary value in column P and add up the total value of all entries for this customer. Then I want to place the answer on a different worksheet in the same work book. Please can someone help me? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Brilliant, thank you, but I need to do 9999 and I can't seem to drag the
formula down the page "Pete_UK" wrote: Something like this in a cell in Sheet2: =SUMIF(Sheet1!B:B,"x",Sheet1!P:P) Hope this helps. Pete On Jul 3, 11:11 am, Analyst in the making <Analyst in the wrote: I need to take column B (customer account number) and state if the value is x then take the monetary value in column P and add up the total value of all entries for this customer. Then I want to place the answer on a different worksheet in the same work book. Please can someone help me? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Put your account codes say in Column A of Sheet2, starting with A2,
and then change the formula to this: =SUMIF(Sheet1!B:B,A2,Sheet1!P:P) and then copy it down. Hope this helps. Pete On Jul 3, 12:12*pm, Analyst in the making wrote: Brilliant, thank you, but I need to do 9999 and I can't seem to drag the formula down the page "Pete_UK" wrote: Something like this in a cell in Sheet2: =SUMIF(Sheet1!B:B,"x",Sheet1!P:P) Hope this helps. Pete On Jul 3, 11:11 am, Analyst in the making <Analyst in the wrote: I need to take column B (customer account number) and state if the value is x then take the monetary value in column P and add up the total value of all entries for this customer. Then I want to place the answer on a different worksheet in the same work book. Please can someone help me?- Hide quoted text - - Show quoted text - |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Countif Conditions - Use of conditions that vary by cell value | Excel Discussion (Misc queries) | |||
Taking away a percentage from a sum. | New Users to Excel | |||
Taking off or hiding #N/A | Excel Discussion (Misc queries) | |||
shade cells based on conditions - i have more than 3 conditions | Excel Worksheet Functions | |||
taking two worksheets together | Excel Worksheet Functions |