Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 20
Default I am in search of formula

Dear Sir,

I have two tables or blocks.

Price Nos
a b c d d e f a c b
5 6 7 8 6 2 1 6 3 4
2 5 4 9 7 8 9 5 2 3

a 40
b 39
c 29
d 111

I want a formula which will search for "a" in block "Price and also in block
"Nos" and then sumproduct the said column and give result such as "a" - 40,
"b"-39 etc.

Nimish


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default I am in search of formula

I put your first block in A1:D3 and the second block in G1:L3, and
then put a b c d into A7:A10 and this formula in B7:

=INDEX(A$2:D$2,MATCH(A7,$A$1:$D$1,0))*INDEX(G$2:L$ 2,MATCH(A7,$G$1:$L
$1,0))+INDEX(A$3:D$3,MATCH(A7,$A$1:$D$1,0))*INDEX( G$3:L$3,MATCH(A7,$G
$1:$L$1,0))

Copy the formula into B8:B10 to get the numbers in your summary table.

Hope this helps.

Pete

On Jan 24, 10:30*am, Nimish Shah
wrote:
Dear Sir,

I have two tables or blocks.

Price * * * * * * * * * * * * * * * * * * *Nos
a *b * c *d * * * * * * * * * * * * d *e *f *a *c *b
5 *6 * 7 *8 * * * * * * * * * * * * 6 *2 *1 6 *3 *4
2 *5 * 4 *9 * * * * * * * * * * * * 7 *8 *9 *5 *2 *3

a 40
b *39
c *29
d 111

I want a formula which will search for "a" in block "Price and also in block
"Nos" and then sumproduct the said column and give result such as "a" - 40,
"b"-39 etc.

Nimish *


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default I am in search of formula

Please don't multipost.
http://www.cs.tut.fi/~jkorpela/usenet/xpost.html
--
David Biddulph

"Nimish Shah" wrote in message
...
Dear Sir,

I have two tables or blocks.

Price Nos
a b c d d e f a c b
5 6 7 8 6 2 1 6 3 4
2 5 4 9 7 8 9 5 2 3

a 40
b 39
c 29
d 111

I want a formula which will search for "a" in block "Price and also in
block
"Nos" and then sumproduct the said column and give result such as "a" -
40,
"b"-39 etc.

Nimish




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default I am in search of formula

See your other post

http://tinyurl.com/2mcuwh

--
Biff
Microsoft Excel MVP


"Nimish Shah" wrote in message
...
Dear Sir,

I have two tables or blocks.

Price Nos
a b c d d e f a c b
5 6 7 8 6 2 1 6 3 4
2 5 4 9 7 8 9 5 2 3

a 40
b 39
c 29
d 111

I want a formula which will search for "a" in block "Price and also in
block
"Nos" and then sumproduct the said column and give result such as "a" -
40,
"b"-39 etc.

Nimish




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
SEARCH FORMULA Michel Excel Discussion (Misc queries) 8 October 21st 07 03:27 PM
I need help - search formula Jamie Excel Worksheet Functions 4 September 28th 07 06:48 PM
need help with a search formula sprocket Excel Discussion (Misc queries) 0 January 5th 07 10:46 PM
Search formula djm Excel Worksheet Functions 2 May 13th 05 12:30 PM
Search within formula ml Excel Worksheet Functions 1 January 27th 05 04:13 PM


All times are GMT +1. The time now is 11:10 AM.

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"