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

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -