+ Reply to Thread
Results 1 to 5 of 5

Highlight rows if value is bigger than 428 in Column (J)

  1. #1
    Registered User
    Join Date
    06-11-2012
    Location
    Houston
    MS-Off Ver
    Excel 2010
    Posts
    62

    Highlight rows if value is bigger than 428 in Column (J)

    Hi All

    You guys are just unbelievable so I figured I would ask you for your help.

    Thanks for looking

    I want to write a macro which highlights rows that have a value bigger than 428 in column(J).

    I want the row to be highlighted out to Column(F).

    Is it at all possible to do such a thing ?

    Thanks everyone !!

    Love,

    Jess

  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: Highlight rows if value is bigger than 428 in Column (J)

    Hi,

    Why do you need a macro when there are ways to use standard Excel functionality to achieve this. In this case you could use Conditional Formatting or if you just want to know in an additional helper column use a formula like
    =IF(J1>428,"***","")
    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
    Forum Expert
    Join Date
    06-12-2012
    Location
    Ridgefield Park, New Jersey
    MS-Off Ver
    Excel 2003,2007,2010
    Posts
    10,241

    Re: Highlight rows if value is bigger than 428 in Column (J)

    Maybe:

    Please Login or Register  to view this content.

  4. #4
    Registered User
    Join Date
    06-11-2012
    Location
    Houston
    MS-Off Ver
    Excel 2010
    Posts
    62

    Re: Highlight rows if value is bigger than 428 in Column (J)

    I can't do that because I need to apply the formula automatically to around 220000 lines and 3500 sheets at a time.

    It is also going to be part of a much bigger macro

  5. #5
    Forum Expert
    Join Date
    03-28-2012
    Location
    TBA
    MS-Off Ver
    Office 365
    Posts
    12,454

    Re: Highlight rows if value is bigger than 428 in Column (J)

    Another one

    Please Login or Register  to view this content.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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