Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 187
Default OFFSET vs INDEX(MATCH(...))

The two following formulas return the same result:

=OFFSET(INDEX('G:\NADC Finance\David Friedman\P2P MAPPING\[Copy of
MAPPING TABLE.xls]MAPPING_ACCOUNTS'!$E$1:$E$1050,MATCH(B2,'G:\NADC
Finance\David Friedman\P2P MAPPING\[Copy of MAPPING
TABLE.xls]MAPPING_ACCOUNTS'!$E$1:$E$1050,0)),,-2)

and

=INDEX('G:\NADC Finance\David Friedman\P2P MAPPING\[Copy of MAPPING
TABLE.xls]MAPPING_ACCOUNTS'!$C$1:$C$1050,MATCH(B2,'G:\NADC Finance
\David Friedman\P2P MAPPING\[Copy of MAPPING
TABLE.xls]MAPPING_ACCOUNTS'!$E$1:$E$1050,0))

However, when the external workbook is closed, the formula using
OFFSET returns #VALUE! errors and the other does not. Is this because
OFFSET is a volatile function?

Thanks,

Dave
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default OFFSET vs INDEX(MATCH(...))

Wouldn't think it is because it is volatile, SUMIF is not volatile but it
doesn't work on closed projects, whereas SUMPRODUCT does. I would guess it
is just down to the coder.

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"Dave F" wrote in message
...
The two following formulas return the same result:

=OFFSET(INDEX('G:\NADC Finance\David Friedman\P2P MAPPING\[Copy of
MAPPING TABLE.xls]MAPPING_ACCOUNTS'!$E$1:$E$1050,MATCH(B2,'G:\NADC
Finance\David Friedman\P2P MAPPING\[Copy of MAPPING
TABLE.xls]MAPPING_ACCOUNTS'!$E$1:$E$1050,0)),,-2)

and

=INDEX('G:\NADC Finance\David Friedman\P2P MAPPING\[Copy of MAPPING
TABLE.xls]MAPPING_ACCOUNTS'!$C$1:$C$1050,MATCH(B2,'G:\NADC Finance
\David Friedman\P2P MAPPING\[Copy of MAPPING
TABLE.xls]MAPPING_ACCOUNTS'!$E$1:$E$1050,0))

However, when the external workbook is closed, the formula using
OFFSET returns #VALUE! errors and the other does not. Is this because
OFFSET is a volatile function?

Thanks,

Dave



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
using OFFSET(INDEX(MATCH))) Dave F[_2_] Excel Discussion (Misc queries) 3 September 25th 07 06:44 PM
INDEX, MAX, OFFSET, MATCH Joe Gieder Excel Worksheet Functions 2 June 15th 07 01:34 PM
index match offset? denise Excel Worksheet Functions 10 July 4th 06 04:28 AM
Index - Offset - Match Issues Ray Wright Excel Worksheet Functions 4 October 3rd 05 06:14 AM
Index, Match, Offset? Not sure which to use Ms. P. Excel Worksheet Functions 4 July 29th 05 11:04 PM


All times are GMT +1. The time now is 04:37 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"