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
Post a Comment