Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have a small spreadsheet, 7 columns wide. I coulmn 2 there are various names which are repeated randomly, in colum 7 there are costs. What I would like to do is somehow total all the costs for each name in the spreadsheet - i.e if there are 12 names in all then have the amount spent by each of the 12 people totalled individually. Would someone be kind enough to point me towards a resource that may help me achieve this? I am using Excel 2003 -- Cheers Peter Please remove the invalid to reply |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a small spreadsheet, 7 columns wide. I coulmn 2 there are
various names which are repeated randomly, in colum 7 there are costs. What I would like to do is somehow total all the costs for each name in the spreadsheet - i.e if there are 12 names in all then have the amount spent by each of the 12 people totalled individually. Use the worksheet function SUMIF. For the 1st argument use the entire range of names (precede row numbers in range with $ to facilitate copying). For the 2nd argument, use only the name in the row. For the 3rd argument, use the entire range of costs (precede row numbers in range with $ to facilitate copying). Merjet |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Mon, 15 Jan 2007 13:37:54 +0000, Peter
wrote: Hi, I have a small spreadsheet, 7 columns wide. I coulmn 2 there are various names which are repeated randomly, in colum 7 there are costs. What I would like to do is somehow total all the costs for each name in the spreadsheet - i.e if there are 12 names in all then have the amount spent by each of the 12 people totalled individually. Would someone be kind enough to point me towards a resource that may help me achieve this? I am using Excel 2003 Thanks both - SUMIF suits this spreadsheet very well - pivot tables can await another day -- Cheers Peter Please remove the invalid to reply |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula addition causes random #REF! | Excel Worksheet Functions | |||
column addition question | Excel Worksheet Functions | |||
Same Question with one more addition of a dash to count | Excel Discussion (Misc queries) | |||
Userform addition question | Excel Programming | |||
In addition to previous question, if opening an Excel file in NON-read-only mode, would the macros on the worksheets work as well? | Excel Programming |