Skip to main content

Formula needed to show a URL link from another field

  • June 22, 2023
  • 1 reply
  • 12 views

Forum|alt.badge.img

I am attempting to have a field that will either show that a task is Scheduled or display a [Mark as Scheduled] URL Hyperlink.  I have fields for Scheduled (checkbox) and custom URL field.

1 reply

Forum|alt.badge.img+18
  • Inspiring
  • 272 replies
  • June 22, 2023

IF({Scheduled}, 'Scheduled', {URL field})

Note: this will display the URL, not a "Mark as Scheduled" hyperlink as formula fields cannot output rich text.