Why is conditional hyperlink result not blue and underlined in excel? -


i want replace n/a part column value , retain other hyperlinks are.

i made new column using:

=if(iserror(d3),c3,hyperlink("[dict.xlsx]a_details!a"&match(trim(c3),a_details!a:a,0),c3))

it works hyperlinks aren't blue , underlined false part.

also,i don't want true part hyperlinked.


Comments

Popular posts from this blog

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -