Hello, can some one please assist on why this formula is not working? I've inheritated this workbook from someone else so really its not making any sense at this point.
=IF(ISERROR(VLOOKUP(CONCATENATE(LEFT($C5,FIND(" / ",$C5)-1), "_",M$1),TCA_lOOKUP,2,FALSE)),IF(ISERROR(VLOOKUP(CONCATENATE(RIGHT($C5,LEN($C5)-(FIND(" / ",$C5)+2)), "_",M$1),TCA_lOOKUP,2,FALSE))," ","X"),"X")
So there is the above formula for many cells on sheet1. From what i can tell it basically looks for these records on sheet3 and if they are there then on sheet1 it will mark with an X under that cell. It works for some cells but not all (What is TCA_Lookup thats listed above? it seems to me like on sheet 3 there is some logic there that i cant pin point). Does anyone know why?
please assist
Summer
=IF(ISERROR(VLOOKUP(CONCATENATE(LEFT($C5,FIND(" / ",$C5)-1), "_",M$1),TCA_lOOKUP,2,FALSE)),IF(ISERROR(VLOOKUP(CONCATENATE(RIGHT($C5,LEN($C5)-(FIND(" / ",$C5)+2)), "_",M$1),TCA_lOOKUP,2,FALSE))," ","X"),"X")
So there is the above formula for many cells on sheet1. From what i can tell it basically looks for these records on sheet3 and if they are there then on sheet1 it will mark with an X under that cell. It works for some cells but not all (What is TCA_Lookup thats listed above? it seems to me like on sheet 3 there is some logic there that i cant pin point). Does anyone know why?
please assist
Summer