+ Reply to Thread
Results 1 to 2 of 2

Thread: Two Formulas

  1. #1
    Lindsay
    Guest

    Two Formulas

    Is there a lookup formula that looks up a table then brings back a value if
    it is between that range. For example, Age range 21-25 = $10.00. I want to
    look find how much age 23 is, but I don't want to input 21,22,23,24,25 =
    $10.00 in the table.

    Also, I need to lookup an x and y value and bring back a value. For example,
    age on y axis and amount of coverage on x axis bring back value when they
    meet.

  2. #2
    Don Guillett
    Guest

    Re: Two Formulas

    have a look at IF and AND
    =if(and(ag>=21,ag<=25),10,0)

    --
    Don Guillett
    SalesAid Software
    donaldb@281.com
    "Lindsay" <Lindsay@discussions.microsoft.com> wrote in message
    news:19D3FA7B-5FBD-47DC-841B-FB14D907C24F@microsoft.com...
    > Is there a lookup formula that looks up a table then brings back a value

    if
    > it is between that range. For example, Age range 21-25 = $10.00. I want to
    > look find how much age 23 is, but I don't want to input 21,22,23,24,25 =
    > $10.00 in the table.
    >
    > Also, I need to lookup an x and y value and bring back a value. For

    example,
    > age on y axis and amount of coverage on x axis bring back value when they
    > meet.




+ 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.2.0