Hoping someone can provide some help on this. I have a spreadsheet where people fill out the sheet with their skill assessments. Once those are filled out, the responses using the IF function and vlookup would populate the Development plan tab. Some of the items that get pulled into the development plan are links out to source material that they can use as resources to help with their development. Others are just values that do not need to be hyperlinked.
My question is: how can not only pull in the link that goes to the site, but also, only have the values that have an actual link to be a hyperlink? I am okay if I need to have 2 columns and hide one.
=IF('Skills assessment'!C5="","",VLOOKUP('Skills assessment'!C5&"-"&'Skills assessment'!B5,Data!D2:H29,2,FALSE)) is the current formula that I am using to pull in the value, however the link itself does not pull in, only the value of the cell.
Thanks
My question is: how can not only pull in the link that goes to the site, but also, only have the values that have an actual link to be a hyperlink? I am okay if I need to have 2 columns and hide one.
=IF('Skills assessment'!C5="","",VLOOKUP('Skills assessment'!C5&"-"&'Skills assessment'!B5,Data!D2:H29,2,FALSE)) is the current formula that I am using to pull in the value, however the link itself does not pull in, only the value of the cell.
Thanks