+ Reply to Thread
Results 1 to 12 of 12

Flag value in col d based on value in col b

Hybrid View

  1. #1
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,047

    Re: Flag value in col d based on value in col b

    Hi, welcome to the forum

    Have you looked at using Conditional Formatting for this?
    1. highlight the range you want to apply the conditional formatting to (the range in column D)
    2. on the home tab, styles, select CF
    3. select new rule, select use formula
    4. enter =A2<30 format as required
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  2. #2
    Registered User
    Join Date
    09-21-2011
    Location
    NJ
    MS-Off Ver
    Excel 2013
    Posts
    5

    Re: Flag value in col d based on value in col b

    No, because I need to automate this for many worksheets on a regular basis. I'm thinking along these lines, but I'm not defining something correctly:
    #Dim b As Range
    For Each b In ActiveSheet.UsedRange
    If b < 30 Then Offset(0, 2).NumberFormat = "?0.0""%*"""
    Next b
    #

+ 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. How to flag list of cities based on continent?
    By bristly in forum Excel General
    Replies: 6
    Last Post: 05-28-2013, 07:54 AM
  2. [SOLVED] Sum top 5 values based based on flag value
    By Snoopy2003 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 08-08-2012, 10:27 AM
  3. Update One Spreadsheet from several others based on a Flag
    By kpierce in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-28-2011, 10:28 PM
  4. flag 2-3 smallest numbers based on 2 columns
    By alizok in forum Excel General
    Replies: 7
    Last Post: 03-13-2008, 01:06 PM
  5. Creating a Flag based on cell value
    By Dan G. in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-04-2006, 03:50 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