+ Reply to Thread
Results 1 to 6 of 6

hiding font of same name leaving first to unhide

  1. #1
    Forum Contributor
    Join Date
    03-11-2011
    Location
    Nepal
    MS-Off Ver
    MS Excel 365
    Posts
    1,260

    hiding font of same name leaving first to unhide

    Hi all of you,

    In the enclosed workbook,I want to hide which have duplicates in column A leaving the first item to be unhide.Pls note that I do not want to hide rows rather only duplicates leaving unhide first one.Something like fonts to get white in colour duplicate one.

    Thanx in advance.

    With Rgds,

    Suresh

  2. #2
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,915

    Re: hiding font of same name leaving first to unhide

    Select Entire Column A and use below formula in Conditional format
    =COUNTIF(A$1:A1,A1)=1
    Please Login or Register  to view this content.
    and choose color of your choice
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  3. #3
    Forum Contributor
    Join Date
    03-11-2011
    Location
    Nepal
    MS-Off Ver
    MS Excel 365
    Posts
    1,260

    Re: hiding font of same name leaving first to unhide

    Hi,
    Thanks for the reply.

    The above formula is hiding the first one .I want to hide from 2nd onwards and hence only the first and unique remaining unhidden.

    Kindly see the enclosed workbook with your formula in conditional formatting.

  4. #4
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: hiding font of same name leaving first to unhide

    Change the formula to:

    =COUNTIF(A$1:A1,A1)>1
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  5. #5
    Forum Contributor
    Join Date
    03-11-2011
    Location
    Nepal
    MS-Off Ver
    MS Excel 365
    Posts
    1,260

    Re: hiding font of same name leaving first to unhide

    Quote Originally Posted by Tony Valko View Post
    Change the formula to:

    =COUNTIF(A$1:A1,A1)>1
    Thanx,it did worked.

  6. #6
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: hiding font of same name leaving first to unhide

    You're welcome. Thanks for the feedback!

+ 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] hide unhide columns with selected cells change font size
    By KK1234 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 04-21-2014, 10:17 AM
  2. Un-Hiding and Hiding Columns based on Drop-Down Values in a Column.
    By e4excel in forum Excel Programming / VBA / Macros
    Replies: 18
    Last Post: 10-30-2011, 09:24 AM
  3. Un-Hiding and Hiding Columns based on Drop-Down Values in a Column.
    By e4excel in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-11-2011, 06:49 AM
  4. Hiding rows:hide and unhide if any number higher than 0 is entered
    By not bright in forum Excel - New Users/Basics
    Replies: 5
    Last Post: 04-14-2006, 05:35 PM
  5. Replies: 2
    Last Post: 03-05-2006, 11:40 PM
  6. Replies: 2
    Last Post: 10-18-2005, 10:05 PM
  7. Replies: 5
    Last Post: 01-19-2005, 05:26 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