Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
andrewm
 
Posts: n/a
Default index match with blank entries


Hi

I have a formula - =index(B1:B10,(match(C1,A1:A10,0)))

however when there is a blank in row B it returns a 0, how can I change
it to enter a blank instead?

many thanks

andrewm


--
andrewm
------------------------------------------------------------------------
andrewm's Profile: http://www.excelforum.com/member.php...o&userid=23130
View this thread: http://www.excelforum.com/showthread...hreadid=385815

  #2   Report Post  
Krishnakumar
 
Posts: n/a
Default


Hi Andrewm,

Try,

=if(isblank(index(B1:B10,(match(C1,A1:A10,0))),"", index(B1:B10,(match(C1,A1:A10,0)))

HTH


--
Krishnakumar


------------------------------------------------------------------------
Krishnakumar's Profile: http://www.excelforum.com/member.php...o&userid=20138
View this thread: http://www.excelforum.com/showthread...hreadid=385815

  #3   Report Post  
Bob Phillips
 
Posts: n/a
Default

TYpo

=IF(ISBLANK(INDEX(B1:B10,(MATCH(C1,A1:A10,0)))),"" ,INDEX(B1:B10,(MATCH(C1,A1
:A10,0))))

--
HTH

Bob Phillips

"Krishnakumar"
wrote in message
news:Krishnakumar.1rwaaa_1120899907.4138@excelforu m-nospam.com...

Hi Andrewm,

Try,


=if(isblank(index(B1:B10,(match(C1,A1:A10,0))),"", index(B1:B10,(match(C1,A1:
A10,0)))

HTH


--
Krishnakumar


------------------------------------------------------------------------
Krishnakumar's Profile:

http://www.excelforum.com/member.php...o&userid=20138
View this thread: http://www.excelforum.com/showthread...hreadid=385815



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
Index and Match issues Mo Excel Worksheet Functions 3 May 19th 05 07:16 PM
VLOOKUP, OFFSET, MATCH PROBLEM, HELP? Steve Excel Worksheet Functions 0 January 30th 05 09:11 PM
Match & Index Phyllis B. Excel Worksheet Functions 2 November 27th 04 03:26 PM
Find a match that;s not exact Phyllis Excel Worksheet Functions 0 November 8th 04 08:12 PM
Vlookup, Index & Match Phyllis Excel Worksheet Functions 1 November 8th 04 06:11 PM


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