Skip to content

Instantly share code, notes, and snippets.

@bchumney
Created March 31, 2023 17:47
Show Gist options
  • Save bchumney/7d5f9fd90b18e998591fa31a4c100277 to your computer and use it in GitHub Desktop.
Save bchumney/7d5f9fd90b18e998591fa31a4c100277 to your computer and use it in GitHub Desktop.
Excel function to update sourced url entry
=CONCATENATE("UPDATE edf_url_sourcing SET url = replace(url, '", A2, "', '", B2, "'), resource = replace(resource, '", A2, "', '", B2, "') where id = ", C2, ";")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment