Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello,
I have created a formula using the threads I have seen and I can not get rid of the #N/A value. The formula works ok if there is match or if the value of $c$2 is not in my Sheet1. Original formula was =IF(ISNA(MATCH($C$17,Sheet1!$C:$C,0)),"",INDEX(She et1!A:A,MATCH($C$17&"_"&ROW(Sheet1!$A2),Sheet1!$F: $F,0))) The #N/A appears when it has found a MATCH but there is only 1 row of data. I have tried ISNA but my logic is not right, so it returns a value of TRUE. Here is my revised formula =IF(ISNA(MATCH($C$17,Sheet1!$C:$C,0)),"",ISNA(INDE X(Sheet1!A:A,MATCH($C$17&"_"&ROW(Sheet1!$A2),Sheet 1!$F:$F,0)," ",INDEX(Sheet1!A:A,MATCH($C$17&"_"&ROW(Sheet1!$A2) ,Sheet1!$F:$F,0))))) can you help me correct it? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Getting the correct SUM answer | Excel Discussion (Misc queries) | |||
If with AND - Is this correct? | Excel Worksheet Functions | |||
Linking to correct row | Excel Discussion (Misc queries) | |||
If correct, add 1 | Excel Worksheet Functions | |||
if(b2=1,b3,0) is this correct | Excel Worksheet Functions |