Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default Help with an Index Match Array

I have the following formula:

{=INDEX(nursetb!$D$1:$D$1354,MATCH(1,(ytd!C$2=nurs etb!$A$1:$A$1354)*(ytd!
$A6=nursetb!$B$1:$B$1354),0))}


Which works great, but if there is no information to match etc it returns a
#n/a any chance I can get this to return a blank somehow.

Many thanks in advance

Petes girl

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...tions/200701/1

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default Help with an Index Match Array

I'd try:

=if(sumproduct((ytd!C$2=nursetb!$A$1:$A$1354)*(ytd !$A6=nursetb!$B$1:$B$1354))=0,
"",yourindexformulahere)))



"petes_girl via OfficeKB.com" wrote:

I have the following formula:

{=INDEX(nursetb!$D$1:$D$1354,MATCH(1,(ytd!C$2=nurs etb!$A$1:$A$1354)*(ytd!
$A6=nursetb!$B$1:$B$1354),0))}


Which works great, but if there is no information to match etc it returns a
#n/a any chance I can get this to return a blank somehow.

Many thanks in advance

Petes girl

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...tions/200701/1


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default Help with an Index Match Array

Hi Dave

thanks for that, will I have to enter the whole formula as an array ie using
ctrl shift and enter?



Dave Peterson wrote:
I'd try:

=if(sumproduct((ytd!C$2=nursetb!$A$1:$A$1354)*(yt d!$A6=nursetb!$B$1:$B$1354))=0,
"",yourindexformulahere)))

I have the following formula:

[quoted text clipped - 11 lines]
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...tions/200701/1



--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...tions/200701/1

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Help with an Index Match Array

Yes, because the MATCH portion is still an array.

Biff

"petes_girl via OfficeKB.com" <u28569@uwe wrote in message
news:6d1f52e3a1108@uwe...
Hi Dave

thanks for that, will I have to enter the whole formula as an array ie
using
ctrl shift and enter?



Dave Peterson wrote:
I'd try:

=if(sumproduct((ytd!C$2=nursetb!$A$1:$A$1354)*(y td!$A6=nursetb!$B$1:$B$1354))=0,
"",yourindexformulahere)))

I have the following formula:

[quoted text clipped - 11 lines]
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...tions/200701/1



--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...tions/200701/1



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
Returning an array from the INDEX function Agenor Excel Worksheet Functions 2 November 28th 06 12:44 AM
Trying to MATCH a value out of a cell on an ARRAY - help pls goofy-duck Excel Worksheet Functions 2 October 10th 06 05:58 AM
Returning MULTIPLE values with Index and Match Fly Excel Discussion (Misc queries) 1 June 1st 06 05:50 PM
Help please - Index and Match "like" values joshtravis Excel Worksheet Functions 1 March 3rd 06 02:26 AM
Index and Match issues Mo Excel Worksheet Functions 3 May 19th 05 07:16 PM


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