+ Reply to Thread
Results 1 to 5 of 5

is there a between formula?

  1. #1
    Forum Contributor
    Join Date
    09-06-2011
    Location
    manchester england
    MS-Off Ver
    Office 365
    Posts
    283

    is there a between formula?

    I am trying to right a calculation and i want it to be between 0.625 and 0.895, which looks at A1.

    So if A1 is between those figure i want it to return a value of one, if it is not I want a zero.

    What formula do i need for this?


    Thank You

    Graham
    Last edited by gjjh25; 11-17-2011 at 10:56 AM.

  2. #2
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326

    Re: is there a between formula?

    Try =and(A1>0.625,A1<0.895)

  3. #3
    Forum Contributor
    Join Date
    09-06-2011
    Location
    manchester england
    MS-Off Ver
    Office 365
    Posts
    283

    Re: is there a between formula?

    Thanks that sort of works, though it returns TRUE or FALSE i need it to be 1 or 0.

    how can i get it to do that?

  4. #4
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326

    Re: is there a between formula?

    Sorry

    = --and(A1>0.625,A1<0.895)

  5. #5
    Forum Contributor
    Join Date
    09-06-2011
    Location
    manchester england
    MS-Off Ver
    Office 365
    Posts
    283

    Re: is there a between formula?

    Thanks That works

    Graham

+ 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