Hyperlink URL and Display Text from two separate fields?

I have a Form entry that is asking for a (human readable) tag name in one field, and a hyperlink URL (non-smartsheet location) in another. I want to populate a single Smartsheet cell with the hyperlink pointing to the URL, but with the Display Text of the human readable tag... and I can't figure out how to make this happen. Any suggestions on a good way to do this?

Best Answer

  • Paul McGuinness
    Paul McGuinness Overachievers
    Answer ✓

    Hi @Mark Flanagan

    This isn't directly possible but you can use a helper column in the sheet receiving the webform entries to combine both pieces.

    Something like this

    The formula is straightforward and can be made into a column formula if needed.

    =[Column4]@row + " " + [Column6]@row

    Hope that helps

    Thanks

    Paul

Answers

  • Paul McGuinness
    Paul McGuinness Overachievers
    Answer ✓

    Hi @Mark Flanagan

    This isn't directly possible but you can use a helper column in the sheet receiving the webform entries to combine both pieces.

    Something like this

    The formula is straightforward and can be made into a column formula if needed.

    =[Column4]@row + " " + [Column6]@row

    Hope that helps

    Thanks

    Paul