+ Reply to Thread
Results 1 to 4 of 4

Formula help.

  1. #1
    Registered User
    Join Date
    04-13-2008
    MS-Off Ver
    Office Standard 2007
    Posts
    21

    Formula help.

    Good morning. I'm a new user trying out some advanced stuff in Excel, and I'm a little way over my head here. A little (or a lot) of help is greatly appreciated.

    I have 3 tables:
    Lower_Limit, Upper_Limit, TFPool

    What is the excel formula equivalent of this:
    TFPool is equal to the average value of Lower_Limit and Upper_Limit multiplied by (TFPool Multiplier).

    TFPool Multiplier=10% if Upper_Limit>100000, else 5%

    I'm using Excel 2007.

    Thanks!

  2. #2
    Forum Expert darkyam's Avatar
    Join Date
    03-05-2008
    Location
    Houston, TX
    MS-Off Ver
    2013
    Posts
    2,191
    Assuming these are in columns A:C, C2 could be =IF(B2>100000,.1,.05)*Average(A2:B2)
    Please read the forum rules and post a more descriptive title on your next post. The more descriptive your title is, the easier it will be for someone who has a similar issue to find an answer when they search through the posts.
    Last edited by darkyam; 04-13-2008 at 11:13 PM.

  3. #3
    Registered User
    Join Date
    04-13-2008
    MS-Off Ver
    Office Standard 2007
    Posts
    21

    Thanks.

    Thanks, darkyam. I was trying to come up with a more descriptive title, but words failed me.

    A little more explanation with my situation:
    1. I used the Insert->Table function in Excel 2007. Apparently if you change a variable in a cell within this table, it affects all cells.

    2. This causes a problem because I want to give a condition: if upperlimit>=100000, then tfpool multiplier is 10% else 5%

    3. Ultimately, i want to have a situation where if a given value x falls within the range between upperlimit and lowerlimit, value y is checked and the result is given. value y is a percent. (hope am making sense).

  4. #4
    Forum Expert darkyam's Avatar
    Join Date
    03-05-2008
    Location
    Houston, TX
    MS-Off Ver
    2013
    Posts
    2,191
    Sorry, I'm not getting what you're trying to do. Could you please zip and post a workbook?

+ 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