Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
Can anyone tell me how to leave a cell blank when using Index and Match This is the formula I am using =INDEX(Jan!$A$2:$C$215,MATCH(A11,Jan!$A$2:$A$215,0 ),2) Any help would be most appreciated |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If you mean a blank looking cell when the formula fails then try:
=IF(ISNA(INDEX(Jan!$A$2:$C$215,MATCH(A11,Jan!$A$2: $A$215,0),2)),"",INDEX(Jan!$A$2:$C$215,MATCH(A11,J an!$A$2:$A$215,0),2)) -- HTH Sandy In Perth, the ancient capital of Scotland and the crowning place of kings with @tiscali.co.uk wrote in message ups.com... Hi Can anyone tell me how to leave a cell blank when using Index and Match This is the formula I am using =INDEX(Jan!$A$2:$C$215,MATCH(A11,Jan!$A$2:$A$215,0 ),2) Any help would be most appreciated |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Sandy Mann
you are a pure genius...... Thanks you so much, it works a treat :) |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Just glad that it worked for you. Thanks for the feedback
-- Sandy In Perth, the ancient capital of Scotland and the crowning place of kings with @tiscali.co.uk wrote in message oups.com... Sandy Mann you are a pure genius...... Thanks you so much, it works a treat :) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
index match array function-returning only first match, need last. | Excel Worksheet Functions | |||
find all cells that match and use in an index/vlookup | Excel Discussion (Misc queries) | |||
How do I display more than one match in a Index/Match formula? | Excel Worksheet Functions | |||
index,match,match on un-sorted data | Excel Worksheet Functions | |||
Index & Match | Excel Worksheet Functions |