Can Offset be combined in an Index Match Match formula as per the attached sample?
Can Offset be combined in an Index Match Match formula as per the attached sample?
Last edited by BRISBANEBOB; 04-06-2009 at 02:02 AM.
Try to avoid using OFFSET as it is is Volatile... use INDEX
It's not really clear how precise your criteria are... the below bases the criteria as follows:
=INDEX($C$12:$F$19,MATCH("Mike",$C$12:$C$19,0)+2,MATCH(DATE(2009,1,1),$C$11:$F$11,0)+1)
Adapt as required.
My Recommended Reading:
Volatility
Sumproduct & Arrays
Pivot Intro
Email from XL - VBA & Outlook VBA
Function Dictionary & Function Translations
Dynamic Named Ranges
Thanks for that - what do you mean by a 'volatile'?
XL has smart calculation engine and only calculates cells affected by last alteration etc... that is with exception of Volatile functions which will calculate regardless... common ex. TODAY(), NOW(), RAND(), OFFSET, INDIRECT etc...
see Charles Williams' site for everything you ever need to know about XL calculation: http://www.decisionmodels.com/calcsecretsi.htm
I would strongly advise a quick read through - even if not all of it makes sense first time around...
Thank you - appreciated
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks