I am using this formula to make an hyperlink for the path that is in AN column
=IF(ISBLANK(AN5),"",HYPERLINK(AN5,"(resume)"))
each row (AN1,AN2,AN3....) will have different paths and I want hyperlinks at Am1,AM2,AM3 .....for those paths. This formula worked fine for the whole column and the hyperlinks are working fine.
But the only thing is I could not change the hyperlink text "resume" to a different name like "Work history"..
When I change the name in the formula it is applying to only one cell that I changed but not to the whole column.