Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,101
Default MATCH 3 COLUMS RETURN 4TH

Hi everyone. I have a formula that is stumping me. I hope someone can help.
I'm looking for a formula which will look at three columns, find exact
matches, and then add the totals of column H in the rows that match.
Essentially finding the number of boxes with the same dimensions in a
shipment.

Column H ... Column N Column O Column P
(pieces) (length) (width) (height)
row 1 5 14 14 9
row 2 5 7 7 12
row 3 10 14 14 9
row 4 6 12 12 24
etc.

The number of rows will vary but there will never be any blanks within the
data to be used.
The ideal formula would tell me there were 15 @ 14 x 14 x 9, 5 @ 7 x 7 x 12,
6 @ 12 x 12 x 24.

it's the getting columns n,o, and p to be seen as one value that is
confusing me.

thanks in advance!!!

mike

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default MATCH 3 COLUMS RETURN 4TH

Hi Mike,

One way round this problem would be todo the following:

Insert the following formula at the end of your data:

=CONCATENATE(N2,",",O2,",",P2)

Sort your data based on this new formula then Subtotal your data changing at
every [Column] and Sum [Column H]

Its not pretty or automated (though could be made automated extreemly easilly)
but it works.

Thanks,

Simon


mike wrote:
Hi everyone. I have a formula that is stumping me. I hope someone can help.
I'm looking for a formula which will look at three columns, find exact
matches, and then add the totals of column H in the rows that match.
Essentially finding the number of boxes with the same dimensions in a
shipment.

Column H ... Column N Column O Column P
(pieces) (length) (width) (height)
row 1 5 14 14 9
row 2 5 7 7 12
row 3 10 14 14 9
row 4 6 12 12 24
etc.

The number of rows will vary but there will never be any blanks within the
data to be used.
The ideal formula would tell me there were 15 @ 14 x 14 x 9, 5 @ 7 x 7 x 12,
6 @ 12 x 12 x 24.

it's the getting columns n,o, and p to be seen as one value that is
confusing me.

thanks in advance!!!

mike


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
formula to lookup value and return value from cell at left of target Tony Strazzeri Excel Worksheet Functions 14 October 3rd 06 08:30 AM
LOOKUP two data sets for match - return 1 or 0 - Please help! Jay Excel Worksheet Functions 1 September 26th 06 12:10 PM
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
match to colums vlookup JavyD Excel Discussion (Misc queries) 1 August 12th 05 02:07 AM
Match two lists and return a value mdeanda Excel Worksheet Functions 2 May 22nd 05 07:26 AM


All times are GMT +1. The time now is 05:44 PM.

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"