Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I've been trying to get this to work for several hours and am at my wits
ends. I have a data table with one column of numberical data that i need to sum based upon three or more critria contained in other columns. The data represents investments and their market values. I have named each of the columns with a range name. THe critria as described by their range names and examples of each are : Country - USA, Great Britain, Japan, etc. Currency - USD, EUR, GBP, JPY Type - Bond, Loan, Equity long_short - Long, Short I will do many different formulas once I have one that works. I was able to get a formula to work with two criteria. I would like a formula that adds the market values of all securities that are Type-Long, Currency-USD, and Country-USA. Any help would be appreciated. -- Joe D |
#3
![]() |
|||
|
|||
![]() Thanks, In your example, is the c2:c22 the market values column that I want to add up or is it a third criteria? I need three criteria matched(columns a-c) and then the market value(column D) of each of the records that meet the criteria summed. -- Joe D "Don Guillett" wrote: Without seeing your setup I would recommend sumproduct. Be aware that the ranges must be the same size. An example =sumproduct((a2:a22=1)*(b2:b22="Joe")*c2:c22) -- Don Guillett SalesAid Software "Joe D" wrote in message ... I've been trying to get this to work for several hours and am at my wits ends. I have a data table with one column of numberical data that i need to sum based upon three or more critria contained in other columns. The data represents investments and their market values. I have named each of the columns with a range name. THe critria as described by their range names and examples of each are : Country - USA, Great Britain, Japan, etc. Currency - USD, EUR, GBP, JPY Type - Bond, Loan, Equity long_short - Long, Short I will do many different formulas once I have one that works. I was able to get a formula to work with two criteria. I would like a formula that adds the market values of all securities that are Type-Long, Currency-USD, and Country-USA. Any help would be appreciated. -- Joe D |
#4
![]() |
|||
|
|||
![]()
I have it, works great. Thanks much.
Joe -- Joe D "Don Guillett" wrote: Without seeing your setup I would recommend sumproduct. Be aware that the ranges must be the same size. An example =sumproduct((a2:a22=1)*(b2:b22="Joe")*c2:c22) -- Don Guillett SalesAid Software "Joe D" wrote in message ... I've been trying to get this to work for several hours and am at my wits ends. I have a data table with one column of numberical data that i need to sum based upon three or more critria contained in other columns. The data represents investments and their market values. I have named each of the columns with a range name. THe critria as described by their range names and examples of each are : Country - USA, Great Britain, Japan, etc. Currency - USD, EUR, GBP, JPY Type - Bond, Loan, Equity long_short - Long, Short I will do many different formulas once I have one that works. I was able to get a formula to work with two criteria. I would like a formula that adds the market values of all securities that are Type-Long, Currency-USD, and Country-USA. Any help would be appreciated. -- Joe D |
#5
![]() |
|||
|
|||
![]()
glad to help
-- Don Guillett SalesAid Software "Joe D" wrote in message ... I have it, works great. Thanks much. Joe -- Joe D "Don Guillett" wrote: Without seeing your setup I would recommend sumproduct. Be aware that the ranges must be the same size. An example =sumproduct((a2:a22=1)*(b2:b22="Joe")*c2:c22) -- Don Guillett SalesAid Software "Joe D" wrote in message ... I've been trying to get this to work for several hours and am at my wits ends. I have a data table with one column of numberical data that i need to sum based upon three or more critria contained in other columns. The data represents investments and their market values. I have named each of the columns with a range name. THe critria as described by their range names and examples of each are : Country - USA, Great Britain, Japan, etc. Currency - USD, EUR, GBP, JPY Type - Bond, Loan, Equity long_short - Long, Short I will do many different formulas once I have one that works. I was able to get a formula to work with two criteria. I would like a formula that adds the market values of all securities that are Type-Long, Currency-USD, and Country-USA. Any help would be appreciated. -- Joe D |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how can i open multiple excel sheets separately | Excel Discussion (Misc queries) | |||
Sort rows across multiple worksheets - Excel 2003 | Excel Worksheet Functions | |||
Exporting from Excel to multiple XML files | Excel Discussion (Misc queries) | |||
how do I search by more than one criteria in excel? | Excel Worksheet Functions | |||
How do I ask for multiple criteria when creating a "sumif" formul. | Excel Worksheet Functions |