+ Reply to Thread
Results 1 to 7 of 7

Conditionally Format Formula for cells containing numbers

  1. #1
    Registered User
    Join Date
    10-12-2011
    Location
    Police State of DC
    MS-Off Ver
    Excel 2010
    Posts
    8

    Conditionally Format Formula for cells containing numbers

    Which formula to use for conditionally formatting cells containing 6 numbers?

    I understand the conditional format process but am breaking down at the validation equation. I have triedL

    =$A3="******"

    =$A3="??????"

    Must be a simple syntax error?

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Conditionally Format Formula for cells containing numbers

    Explain with examples what strings you're testing.... what exactly you're testing for... give examples of similar strings that both MEET and FAIL your criteria so we can see it clearly.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    10-12-2011
    Location
    Police State of DC
    MS-Off Ver
    Excel 2010
    Posts
    8

    Re: Conditionally Format Formula for cells containing numbers

    Sure, apologies for the lack of clarity. The gist is that a spreasheet is being populated by conditionally bringing in data from a root worksheet if formulas are met.

    - In the row where the formula is met, columns A thru I will be populated with data (columns A and B being numbers and C thru I are text data).
    - In the rows where the formula is not met, columns A thru I are populated "" placeholders.

    My goal is to border the cells of only those rows in which the formula is met. Ex:

    ..................A.....................B......................C......................D
    Row1:....123456............1......................data...............data
    Row 2: .....""....................."".......................""....................""
    Row 3:...123456............1......................data...............data

    I would want the cells of Rows 1 and 3 outlined and row 2 ignored and tried using a formula to validate the first column of each row as containing 6-digits: Thus return of 6-digitis equals success and outlining, whilst return of "" (or NOT 6 digits equals fail and no outlining)
    Last edited by slipleft; 10-12-2011 at 03:35 PM.

  4. #4
    Registered User
    Join Date
    10-12-2011
    Location
    Police State of DC
    MS-Off Ver
    Excel 2010
    Posts
    8

    Re: Conditionally Format Formula for cells containing numbers

    Any good idea?

  5. #5
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Conditionally Format Formula for cells containing numbers

    Since your column A seems to only hold null strings or your 6-digit codes, why not just test for <>"" ?

    =A1<>""

  6. #6
    Registered User
    Join Date
    10-12-2011
    Location
    Police State of DC
    MS-Off Ver
    Excel 2010
    Posts
    8

    Re: Conditionally Format Formula for cells containing numbers

    This test is where I began, however for some reason all rows are returning a positive - even those where the unmet formula is returning a ""

    =IF('All Actions'!$G73="On-Going",'All Actions'!A73,IF('All Actions'!$G73="Pending",'All Actions'!A73,IF('All Actions'!$G73="Initiated",'All Actions'!A73,IF('All Actions'!$G73="",'All Actions'!A73,""))))

  7. #7
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Conditionally Format Formula for cells containing numbers

    It's unclear from the formula given above what might be wrong. Can we look at the workbook together?

    In your sample workbook, make sure to point out cells where the formula IS doing what you want, and point out where it is NOT, explain there what it is supposed to show instead.

    Click GO ADVANCED and use the paperclip icon to post up a copy of your workbook.

+ 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