+ Reply to Thread
Results 1 to 2 of 2

=<or=> formula

  1. #1
    Dan
    Guest

    =<or=> formula

    I want to have a cell = a value based on anothers cells input

    ex. =IF(P3>=Q2and<=Q3,M3,R3)

    I can get it to work with
    =IF(P3>=Q2,M3,R3)
    however I need the secound part of the range

    Thanks Dan

  2. #2
    JE McGimpsey
    Guest

    Re: =<or=> formula

    One way:

    =IF(AND(P3>=Q2,P3<=Q3),M3,R3)

    In article <[email protected]>,
    Dan <[email protected]> wrote:

    > I want to have a cell = a value based on anothers cells input
    >
    > ex. =IF(P3>=Q2and<=Q3,M3,R3)
    >
    > I can get it to work with
    > =IF(P3>=Q2,M3,R3)
    > however I need the secound part of the range
    >
    > Thanks Dan


+ 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