Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 34
Default Array Formula help

{=SUM(('Aug 08'!$M$10:$M$438=Tina!A7)*('Aug 08'!$N$10:$N$438))}

I have the above formula in (Worksheet Tina) and I want to look up the
information in Column A of that worksheet to match information in (Worksheet
Aug 08) Column M and if the information matches to return the value in Column
N. I am not sure what I have done incorrectly can you please assist me.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,346
Default Array Formula help

Hi,

What is the result you are getting? Your formula is not a lookup it is a
SUM. So unlike VLOOKUP it will return the sum of all items in N whose value
in column M matches the value in A7.

You can get rid of the {}'s by using

=SUMPRODUCT(('Aug 08'!$M$10:$M$438=Tina!A7)*('Aug 08'!$N$10:$N$438))

--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"klmiura" wrote:

{=SUM(('Aug 08'!$M$10:$M$438=Tina!A7)*('Aug 08'!$N$10:$N$438))}

I have the above formula in (Worksheet Tina) and I want to look up the
information in Column A of that worksheet to match information in (Worksheet
Aug 08) Column M and if the information matches to return the value in Column
N. I am not sure what I have done incorrectly can you please assist me.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Array Formula help

Not sure what you're wanting to do but this is a more efficient way to write
that formula:

=SUMIF('Aug 08'!$M$10:$M$438,Tina!A7,'Aug 08'!$N$10:$N$438)


--
Biff
Microsoft Excel MVP


"klmiura" wrote in message
...
{=SUM(('Aug 08'!$M$10:$M$438=Tina!A7)*('Aug 08'!$N$10:$N$438))}

I have the above formula in (Worksheet Tina) and I want to look up the
information in Column A of that worksheet to match information in
(Worksheet
Aug 08) Column M and if the information matches to return the value in
Column
N. I am not sure what I have done incorrectly can you please assist me.



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
Find specific value in array of array formula DzednConfsd Excel Worksheet Functions 2 January 13th 09 06:19 AM
meaning of : IF(Switch; Average(array A, array B); array A) DXAT Excel Worksheet Functions 1 October 24th 06 06:11 PM
can an array formula do this? [email protected] Excel Worksheet Functions 6 May 22nd 06 10:50 PM
Array Formula? FloridaMaggie Excel Worksheet Functions 2 January 3rd 06 05:19 AM
Array Formula - using LEFT("text",4) in formula Andrew L via OfficeKB.com Excel Worksheet Functions 2 August 1st 05 02:36 PM


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

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"