+ Reply to Thread
Results 1 to 3 of 3

Multiple of 0.25 cell highlight

  1. #1
    Registered User
    Join Date
    06-25-2012
    Location
    Glen Burnie, MD, USA
    MS-Off Ver
    Excel 2010
    Posts
    1

    Multiple of 0.25 cell highlight

    Using Excel 2010, how can I make any numeric value of a selected column highlight the cell if it IS NOT a multiple of 0.25. Thanks.

  2. #2
    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
    52,933

    Re: Multiple of 0.25 cell highlight

    have you tried conditional formatting? with your data in column A for instance, try....

    =MOD(A9,0.25)=0
    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

  3. #3
    Forum Expert
    Join Date
    06-09-2010
    Location
    Australia
    MS-Off Ver
    Excel 2013
    Posts
    1,714

    Re: Multiple of 0.25 cell highlight

    Hi Rob
    try this:
    in conditional formatting, select "use a formula to determine which cells to format" and apply this formula:
    =MOD(A1,0.25)<>0

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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