+ Reply to Thread
Results 1 to 4 of 4

whole numbers / not whole numbers

  1. #1
    Registered User
    Join Date
    03-07-2006
    Posts
    6

    whole numbers / not whole numbers

    Is there any way of highlighling non whole numbers from a list, ie. any numbers with a decimal point,

    Thanks

  2. #2
    Guest

    Re: whole numbers / not whole numbers

    Hi

    The usual way is to use
    =A2=INT(A2)
    which will return a TRUE if there is not decimal and a FALSE if there is.

    Hope this helps.
    Andy.

    "andy_" <[email protected]> wrote in message
    news:[email protected]...
    >
    > Is there any way of highlighling non whole numbers from a list, ie. any
    > numbers with a decimal point,
    >
    > Thanks
    >
    >
    > --
    > andy_
    > ------------------------------------------------------------------------
    > andy_'s Profile:
    > http://www.excelforum.com/member.php...o&userid=32218
    > View this thread: http://www.excelforum.com/showthread...hreadid=545084
    >




  3. #3
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996
    Andy_

    Try this....

    Select the range of values
    <edit><find>
    Find what: *.*
    Click the [Options] button
    Look in: Values
    Click the [Find All] button

    (That will DISPLAY a list of all matching cells...ONE of them will be selected)

    Press Ctrl+A (that will SELECT all of the matching cells)

    Does that help?

    Regards,
    Ron

  4. #4

    Re: whole numbers / not whole numbers

    You could also use the conditional formatting option to highlight the
    cells, using the a2=int(a2) suggestion already made.


+ 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