+ Reply to Thread
Results 1 to 2 of 2

rounding error

Hybrid View

Guest rounding error 09-05-2005, 08:05 AM
Guest Re: rounding error 09-05-2005, 08:05 AM
  1. #1
    Shawn
    Guest

    rounding error

    How can I restrict a cell so that it will only accept whole numbers between 1
    and 24, or a decimal number between .25 and 23.75? The decimal answers can
    only be .25, .5 or .75?


    --
    Thanks
    Shawn

  2. #2
    Fred
    Guest

    Re: rounding error

    Shawn,

    in the data validation select 'custom' and in the formula type
    =AND(4*A1>0, 4*A1<=96,4*A1=INT(4*A1))

    This formula applies to cell A1. You will need to extrapolate for other
    cells.

    Good luck
    Fred

    "Shawn" <Shawn@discussions.microsoft.com> wrote in message
    news:5542200A-4BA6-4991-A0A8-C0F0BC9ECD52@microsoft.com...
    > How can I restrict a cell so that it will only accept whole numbers
    > between 1
    > and 24, or a decimal number between .25 and 23.75? The decimal answers
    > can
    > only be .25, .5 or .75?
    >
    >
    > --
    > Thanks
    > Shawn




+ 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