Results 1 to 3 of 3

Query formula to build custom hyperlink.

Threaded View

  1. #1
    Registered User
    Join Date
    02-12-2016
    Location
    Montreal
    MS-Off Ver
    2010
    Posts
    23

    Query formula to build custom hyperlink.

    Hi folks!

    I'm trying to build a link with other values from other column that are in the query itself.

    Basically I have this as a formula when I put it myself in the workbook table:

    ="https://mywebpage.com/"&SUBSTITUTE([@Name];" ";"_")&IF(RIGHT([@Name];8)="(scroll)";"";"_")&IF(RIGHT([@Name];8)="Sicarius";"("&[@[Job Type]]&")";"")&IF(SUM(COUNTIF(D:D;[@Name]))-SUM(COUNTIFS(D:D;[@Name];C:C;[@Element]))>0;"("&[@Element]&")";"")&IF(RIGHT([@Name];8)="(scroll)";"";"(Card)")&"#"&LEFT([@Rarity];1)
    As of now I made it this far:

    ="https://mywebpage.com/" & Text.Replace ([Name]," ","_")
    It's the IF part that I really have trouble with in the query editor.

    Any Query genius out here?
    Last edited by Speedio; 05-11-2018 at 03:17 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Custom Query / Macro Build for unique id generation across 1000s of products.
    By Jesse Botella in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 04-04-2018, 02:28 AM
  2. Help with Power Query Custom Column Formula
    By travis.cook21 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-16-2016, 01:45 PM
  3. Need to Build Hyperlink Click Counter In Excel
    By T5TLG in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-02-2014, 04:47 PM
  4. URL Web Query, build from different Cells
    By AidenTingley in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-27-2013, 07:00 AM
  5. Build a Delete Query in VBA
    By Decoderman in forum Access Programming / VBA / Macros
    Replies: 2
    Last Post: 09-09-2011, 12:02 PM
  6. How to build query in Excel worksheet
    By treeskin in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-12-2007, 04:36 AM
  7. [SOLVED] How do I build an excel query? (something like SQL)
    By tonyhabayeb in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-30-2006, 11:30 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1