Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default taking conditions from one spreadsheet to another

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default taking conditions from one spreadsheet to another

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default taking conditions from one spreadsheet to another

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default taking conditions from one spreadsheet to another

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
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
Countif Conditions - Use of conditions that vary by cell value JonTarg Excel Discussion (Misc queries) 1 May 30th 08 01:21 PM
Taking away a percentage from a sum. the-jackal New Users to Excel 3 December 4th 07 02:06 PM
Taking off or hiding #N/A FC Excel Discussion (Misc queries) 4 August 4th 07 09:36 PM
shade cells based on conditions - i have more than 3 conditions Mo2 Excel Worksheet Functions 3 March 30th 07 07:19 AM
taking two worksheets together Jens Ravens Excel Worksheet Functions 3 June 3rd 06 07:48 AM


All times are GMT +1. The time now is 04:35 PM.

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

About Us

"It's about Microsoft Excel"