the value in C1 on EST sheet is NUMBER, where as the values in column A on CMPM sheet are TEXT.
if users are going to enter values in C1 on EST sheet, you could use the following formula to convert the value in C1 from NUMBER to TEXT, in which case you will not encounter an error:
![]()
=INDEX('CMPM Data'!N:N,MATCH(TRIM(C1),'CMPM Data'!A:A,0))
Bookmarks