+ Reply to Thread
Results 1 to 3 of 3

Trying to hide the results showing in the transpose

  1. #1
    Registered User
    Join Date
    05-05-2014
    Location
    London
    MS-Off Ver
    Office 365
    Posts
    27

    Trying to hide the results showing in the transpose

    Hi Brainiacs,

    Need your help again.

    =TRANSPOSE(FILTER(A:A,ISNUMBER(SEARCH('New starters'!$C30,A:A)),"No Results"))

    I am trying to hide the search results if 'New starters'!$C30 is a blank cell, at the moment it is populating the entire list in the transpose and I don't want it to do that.

    Sadly where I work they don't yet have the excel build to search large data validation lists, so having to create a searchable list, but it means saving the excel sheet takes a couple seconds (which is huge from the split second it normally takes us to save a doc)

    Unfortunately I can't create a dud sheet to upload, so hoping the above is enough.

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Trying to hide the results showing in the transpose

    Quote Originally Posted by OldBoy View Post
    Hi Brainiacs,


    Unfortunately I can't create a dud sheet to upload, so hoping the above is enough.
    Why can't you upload your workbook?

    TRy using MATCH() instead of Search

    =TRANSPOSE(FILTER(A:A,ISNUMBER(MATCH('New starters'!$C30,A:A)),"No Results"))
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Registered User
    Join Date
    05-05-2014
    Location
    London
    MS-Off Ver
    Office 365
    Posts
    27

    Re: Trying to hide the results showing in the transpose

    Sadly that didn't give me the result I was looking for, but some tweaking using the IF function got me where I needed to be.

    Thanks for your help though.

+ 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] How to use VBA to copy and transpose results
    By GIS2013 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-25-2020, 06:18 AM
  2. All formula results are showing as 0
    By Groovicles in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 04-08-2015, 04:30 PM
  3. Showing results via date
    By Valdras86 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-20-2013, 12:13 AM
  4. Results showing 0.00 and (0.00)
    By hvaleagues in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-19-2011, 02:43 PM
  5. Toggle Button to Hide column A while showing B and hide B while showing A
    By glee in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-27-2011, 02:02 PM
  6. Formula Results not showing
    By rasandler in forum Excel General
    Replies: 4
    Last Post: 09-06-2010, 12:42 AM
  7. Filter not showing all results
    By Newton1234 in forum Excel General
    Replies: 2
    Last Post: 02-19-2009, 08:01 AM

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