Results 1 to 6 of 6

did any way to show only meet condition value?

Threaded View

  1. #1
    Registered User
    Join Date
    08-12-2018
    Location
    Taiwan
    MS-Off Ver
    MS 16
    Posts
    17

    did any way to show only meet condition value?

    i have a code that showing all the value at column C, but now i would like to show the C value when the row D until J got any empty cell only.

    below is the code that i am using.

    thanks and regards,
    Kinder


    Private Sub UserForm_Initialize()
        With Worksheets("sheet1")
            Me.list1.List = .Range("C2:C" & .Range("C" & .Rows.Count).End(xlUp).Row + 1).Value
        End With
    End Sub
    Last edited by [kinder]; 08-14-2018 at 02:45 AM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Getting an garbage value - If condition is not meet.
    By Shahbazk in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 02-20-2018, 03:24 AM
  2. [SOLVED] Color a cell If 2 other cells meet condition, undo cell color if third cell meet condition
    By aftbrah in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 10-28-2016, 01:17 AM
  3. meet condition
    By dklem in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 11-30-2015, 06:11 AM
  4. [SOLVED] List cells that meet condition
    By jwillis07 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-16-2014, 01:41 PM
  5. Return top values that meet a certain condition
    By ggmm in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-04-2013, 05:54 PM
  6. MIN of only cells that meet condition
    By jbc242 in forum Excel General
    Replies: 4
    Last Post: 06-27-2011, 12:18 PM
  7. Show if any cell has meet condition
    By Danielle123 in forum Excel General
    Replies: 4
    Last Post: 03-25-2008, 03:19 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