Results 1 to 145 of 145

Show working-instructions depending on GHS-hazard-pictograms

Threaded View

  1. #11
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Show working-instructions depending on GHS-hazard-pictograms

    You >>>MUST<<< use ; as the separator, not a mix of , and ; BOTH were present in the file you uploaded. I think I've removed them all.

    I think this does it...


    Formula: copy to clipboard
    =LET(
    A,FILTER(Database!B2:U88,ISNUMBER(XMATCH(Database!A2:A88,B5:J5))),
    B,VSTACK(Database!B1:U1,A),
    C,FILTER(B,BYCOL(B,LAMBDA(z,ISNA(XMATCH("No",z))))),
    D,TAKE(C,1),
    E,TRANSPOSE(FILTER(D,D<>0)),
    F,DROP(C,1,1),
    G,BYCOL(F,LAMBDA(x,TEXTJOIN(";",,x))),
    H,TRANSPOSE(FILTER(G,(LEFT(G,1)<>"Y")*(G<>""))),
    I,IFERROR(DROP(REDUCE("",H,LAMBDA(x,y,VSTACK(x,--UNIQUE(TEXTSPLIT(y,";"),1)))),1),""),
    J,BYROW(I,LAMBDA(x,TEXTJOIN(", ",,IFERROR(VLOOKUP(x,Database!X4:Y14,2,FALSE),"")))),
    BYROW(HSTACK(E,J),LAMBDA(X,TEXTJOIN(", ",,X))))


    It's all broken up into baby steps to make it easy (I hope) to unpick if needed!!
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Spot the hazard picture - reveal with click
    By fastcar in forum PowerPoint Formatting & General
    Replies: 0
    Last Post: 02-04-2021, 12:47 PM
  2. [SOLVED] Building a hazard table
    By jordana309 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-18-2019, 10:13 AM
  3. [SOLVED] show 0,0.5,1 depending on various condition
    By anilpatni1234 in forum Excel General
    Replies: 19
    Last Post: 10-20-2018, 08:15 AM
  4. [SOLVED] Show data depending on a yes or no.
    By TrickDave in forum Excel General
    Replies: 4
    Last Post: 10-23-2017, 07:40 AM
  5. [SOLVED] Instructions show in Cell until Data is entered
    By swvogt in forum Excel General
    Replies: 5
    Last Post: 09-22-2017, 04:31 PM
  6. Replies: 0
    Last Post: 06-15-2011, 10:36 AM
  7. [SOLVED] How can I graph using pictograms in excel?
    By madrabbit7 in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 11-05-2005, 09:25 PM

Tags for this Thread

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