![]() |
error message handling #N/A
Hi,
Could any kind soul out there tell me how I would add ISERROR to the following to stop #N/A? '=INDEX(Sheet1!$A$7:$A$1152,MATCH($C79,Sheet1!$C$7 :$C$1152,0)) Cheers -- Mifty |
error message handling #N/A
Try this
=IF(ISNA(INDEX(Sheet1!$A$7:$A$1152,MATCH($C79,Shee t1!$C$7:$C$1152,0))),"",INDEX(Sheet1!$A$7:$A$1152, MATCH($C1,Sheet1!$C$7:$C$1152,0))) Mike "Mifty" wrote: Hi, Could any kind soul out there tell me how I would add ISERROR to the following to stop #N/A? '=INDEX(Sheet1!$A$7:$A$1152,MATCH($C79,Sheet1!$C$7 :$C$1152,0)) Cheers -- Mifty |
error message handling #N/A
Mike,
Forgot to say 'Yes works beautifully' Many thanks -- Mifty "Mike H" wrote: Try this =IF(ISNA(INDEX(Sheet1!$A$7:$A$1152,MATCH($C79,Shee t1!$C$7:$C$1152,0))),"",INDEX(Sheet1!$A$7:$A$1152, MATCH($C1,Sheet1!$C$7:$C$1152,0))) Mike "Mifty" wrote: Hi, Could any kind soul out there tell me how I would add ISERROR to the following to stop #N/A? '=INDEX(Sheet1!$A$7:$A$1152,MATCH($C79,Sheet1!$C$7 :$C$1152,0)) Cheers -- Mifty |
All times are GMT +1. The time now is 02:53 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com