+ Reply to Thread
Results 1 to 7 of 7

Calculating a range of values based on 2 factors

  1. #1
    Registered User
    Join Date
    02-01-2009
    Location
    Toronto, Canada
    MS-Off Ver
    Office 2003
    Posts
    7

    Calculating a range of values based on 2 factors

    Hello I am brand new here and trying to figure out if it is possible to make my life easier with a new file dropped on my desk this afternoon.

    I need a way to calculate building rates based selecting the building and the value selected;

    I have a list of building construction (fire resistive - protected, non combustible - protected etc)... in cell N8 and the limits in cell O8.

    Now what I need to do is calculate the rates in the file attached (cells A5:J21 in my worksheet) based on the building construction and the value/limit I select.

    Thanks in advance
    Attached Files Attached Files
    Last edited by chrish8; 02-08-2009 at 12:22 PM.

  2. #2
    Forum Contributor mewingkitty's Avatar
    Join Date
    09-29-2008
    Location
    Fort McMurray, Alberta, Canada
    MS-Off Ver
    Excel 2003
    Posts
    949

    Re: Calculating a range of values based on 2 factors

    what sort of method did you have in mind for selecting your criteria? manual entry, drop down list, etc. ?
    =IF(AND(OR(BLONDE,BRUNETTE,REDHEAD),OR(MY PLACE,HER PLACE),ME),BOW-CHICKA-BOW-WOW,ANOTHER NIGHT ON THE INTERNET)

  3. #3
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,480

    Re: Calculating a range of values based on 2 factors

    There will be problems because there are duplicate headings, if you could solve that issue then this will work
    =INDEX($B$8:$J$21,MATCH(O8,$A$8:$A$21,FALSE),MATCH(N8,$B$7:$J$7,FALSE))

    Attached is an example
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    02-01-2009
    Location
    Toronto, Canada
    MS-Off Ver
    Office 2003
    Posts
    7

    Re: Calculating a range of values based on 2 factors

    sorry should have mentioned the DROP DOWN list is fire resistive - Protected, fire resistive - Semi etc....

  5. #5
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,480

    Re: Calculating a range of values based on 2 factors

    Quote Originally Posted by chrish8 View Post
    sorry should have mentioned the DROP DOWN list is fire resistive - Protected, fire resistive - Semi etc....
    So your sample was not what you meant? or will you be able to do something with the example I attached?

  6. #6
    Registered User
    Join Date
    02-01-2009
    Location
    Toronto, Canada
    MS-Off Ver
    Office 2003
    Posts
    7

    Re: Calculating a range of values based on 2 factors

    Quote Originally Posted by davesexcel View Post
    So your sample was not what you meant? or will you be able to do something with the example I attached?
    Yes I just changed your cells and it worked perfect thank you SOOOO much

  7. #7
    Forum Contributor mewingkitty's Avatar
    Join Date
    09-29-2008
    Location
    Fort McMurray, Alberta, Canada
    MS-Off Ver
    Excel 2003
    Posts
    949

    Re: Calculating a range of values based on 2 factors

    I think your sample is kinda throwing us off here.

    Do you already have a drop down list or 2 which you're using to select the main headers, secondary category, and dollar amount?

+ 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