+ Reply to Thread
Results 1 to 7 of 7

Match Column Header Place an "X"

  1. #1
    Forum Contributor
    Join Date
    02-26-2023
    Location
    Lousianna
    MS-Off Ver
    Microsoft 365
    Posts
    932

    Match Column Header Place an "X"

    Hello,

    Can a formula find matching text from column I and place an "X" under the columns J to Y?

    I inserted an "X" in first 2 rows showing the results.

    Thank you for your help

  2. #2
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,212

    Re: Match Column Header Place an "X"

    in J19 =IF(COUNTIF($I19,"*"&J$18&"*"),"X","") copy down and across

    or
    =IF(ISNUMBER(SEARCH(J$18,$I19,1)),"X","")

    or
    =IF(SUBSTITUTE($I19,J$18,"",1)=$I19,"","x")
    Last edited by davsth; 02-27-2024 at 11:18 AM.

  3. #3
    Forum Contributor
    Join Date
    02-26-2023
    Location
    Lousianna
    MS-Off Ver
    Microsoft 365
    Posts
    932

    Re: Match Column Header Place an "X"

    Perfect! Thanks davsth

  4. #4
    Forum Expert
    Join Date
    10-19-2021
    Location
    Brazil
    MS-Off Ver
    Office 365 V2401 w/ Win10 Home 64 Bit
    Posts
    2,014

    Re: Match Column Header Place an "X"

    Visual suggestion for your slicer.
    Attached Files Attached Files

  5. #5
    Forum Contributor
    Join Date
    02-26-2023
    Location
    Lousianna
    MS-Off Ver
    Microsoft 365
    Posts
    932

    Re: Match Column Header Place an "X"

    I just formatted with the shapes to filter. Should this be on the VBA post?

  6. #6
    Forum Expert
    Join Date
    10-19-2021
    Location
    Brazil
    MS-Off Ver
    Office 365 V2401 w/ Win10 Home 64 Bit
    Posts
    2,014

    Re: Match Column Header Place an "X"

    No VBA, just a possibility of grouping a shape with slicer.

  7. #7
    Forum Contributor
    Join Date
    02-26-2023
    Location
    Lousianna
    MS-Off Ver
    Microsoft 365
    Posts
    932

    Re: Match Column Header Place an "X"

    Okay I think this version will do. Only thing I don't like are display blanks for the slicers though.

    So I overlapped bottom row of genre slicers and covered bottom blanks with white colored shape.

    Seems to be fine so thanks for all of your help.
    Last edited by billy60; 02-27-2024 at 12:38 PM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] If header and Col "A" match in both sheets then offset and put "1"
    By fabian_76 in forum Excel Programming / VBA / Macros
    Replies: 19
    Last Post: 11-27-2017, 06:21 PM
  2. [SOLVED] "Read" the column header "Element" and perform calculation
    By dwsf in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 09-15-2015, 01:41 AM
  3. [SOLVED] Filter Column "B" Array and Place Ok Column "A"
    By sanju2323 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 09-06-2015, 05:55 AM
  4. [SOLVED] Replace all BLANK cells in column with header title "Balance" to "0"
    By ks100 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-21-2014, 09:25 AM
  5. Replies: 4
    Last Post: 11-17-2013, 12:05 PM
  6. If I click the Vendor 1 column of cell "J13" that value goes to place in worksheet of "Ve
    By suresh mongam in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-19-2012, 02:41 PM
  7. Replies: 0
    Last Post: 07-09-2009, 04:07 PM

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