Home |
Search |
Today's Posts |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
To trap any #N/A errors, you could use an IF(ISNA(..) error trap
to wrap around the MATCH part of it Eg in H10, copied down to H50: =IF(ISNA(MATCH(G10,G$52:G$56,0)),"",INDEX(H$52:H$5 6,MATCH(G10,G$52:G$56,0))) which returns neat looking blanks: "" for unmatched cases (Just adapt the desired return to suit) -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
can I auto-populate cells on another sheet? | Setting up and Configuration of Excel | |||
can I auto-populate cells on another sheet? | Excel Discussion (Misc queries) | |||
Auto Populate Cells | Setting up and Configuration of Excel | |||
Auto populate cells | Excel Discussion (Misc queries) | |||
Auto populate cells based on 2 cells division. | Excel Discussion (Misc queries) |