Results 1 to 145 of 145

Show working-instructions depending on GHS-hazard-pictograms

Threaded View

  1. #11
    Forum Guru HansDouwe's Avatar
    Join Date
    06-21-2022
    Location
    Nederland
    MS-Off Ver
    365 V2403 (Build 17330.20000)
    Posts
    6,466

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

    After some fiddling, here is a solution for the available rooms with the accompanying comments.

    In the database, separate the comment numbers with a ; and try this formula:
    =LET(
      f,FILTER(Database!B2:U88,ISNUMBER(XMATCH(Database!A2:A88,B4:J4))),
      t,VSTACK(Database!B1:U1,f),
      u,FILTER(t,BYCOL(t,LAMBDA(c,ISNA(XMATCH("No",c))))),
      r,TAKE(u,1),
      z,TRANSPOSE(FILTER(r,r<>0)),
      IFERROR(
        MAP(z,LAMBDA(x,LET(q,IFERROR(SORT(--UNIQUE(TEXTSPLIT(TEXTJOIN(";",,INDEX(u,,1+XMATCH(x,r))),,";"))),""),x&IF(INDEX(q,1)<>"",", "&TEXTJOIN(", ",,XLOOKUP(q,Database!X4:X14,Database!Y4:Y14,"")),"")))),
        "No rooms available"))
    There is virtually no limit to the number of possible comments.
    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