Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11
Default New 2007 Sumifs formula - Is there a new 2 criteria vlookup?

Is there a new multiple criteria vlookup in 2007 just like there is the new
sumifs formula eg does not need to be an array formula, can reference columns
instead of cell ranges etc.

I am currently using
{=INDEX('Sheet!$O$2:$O$35000,MATCH(1,('Sheet'!$Q$2 :$Q$35000=D2)*('Sheet'!$M$2:$M$35000=F2),0))}


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,346
Default New 2007 Sumifs formula - Is there a new 2 criteria vlookup?

Hi,

Didn't you ask this question yeasterday? There are 5 new functions of use
to the general public and 8 of little interest to anyone yet. They are
sumifs, countifs, averageif, averageifs, and iferror.

In 2007 all functions can reference an entire column. You can sometimes
avoid an array by using SUMPRODUCT, for example, this returns the first
occurance of a match based on two conditions

=INDEX(C:C,SUMPRODUCT(MIN((A:A=D1)*(B:B=E1)*ROW(C: C))))


--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"Westy" wrote:

Is there a new multiple criteria vlookup in 2007 just like there is the new
sumifs formula eg does not need to be an array formula, can reference columns
instead of cell ranges etc.

I am currently using
{=INDEX('Sheet!$O$2:$O$35000,MATCH(1,('Sheet'!$Q$2 :$Q$35000=D2)*('Sheet'!$M$2:$M$35000=F2),0))}


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default New 2007 Sumifs formula - Is there a new 2 criteria vlookup?

see your other post

--
Biff
Microsoft Excel MVP


"Westy" wrote in message
...
Is there a new multiple criteria vlookup in 2007 just like there is the
new
sumifs formula eg does not need to be an array formula, can reference
columns
instead of cell ranges etc.

I am currently using
{=INDEX('Sheet!$O$2:$O$35000,MATCH(1,('Sheet'!$Q$2 :$Q$35000=D2)*('Sheet'!$M$2:$M$35000=F2),0))}




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
SUMIFS formula using dates and text as criteria Trish Excel Discussion (Misc queries) 4 May 21st 23 07:46 PM
New 2007 Sumifs formula - is there a new multiple criteria vlookup westy Excel Worksheet Functions 2 July 1st 09 06:41 AM
Sumifs formula in Excel 2007 Tigerxxx Excel Discussion (Misc queries) 3 January 9th 09 09:19 PM
sumifs formula in excel 2007 spudsnruf Excel Discussion (Misc queries) 5 January 8th 08 04:25 PM
Excel 2007 - SUMIFS formula use between tabs Terry Excel Discussion (Misc queries) 2 October 9th 07 03:59 PM


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

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"