+ Reply to Thread
Results 1 to 3 of 3

Calculating information based on ranges?

Hybrid View

  1. #1
    Registered User
    Join Date
    04-09-2008
    Posts
    2

    Calculating information based on ranges?

    \1
    What I need to do, is find the matching entry from C35:C39 that corresponds to the matching item from A23:A32, and then divide the corresponding value from B23:B32 by the corresponding value from D35:D39, and put the result in E35:E39. I can do this with a long, tedious series of nested IF statements, but I was wondering if there is a way to do this type of calculation with ranges. I'm not sure how it could be done, but I figure there are people here that are smarter than I am.

    A shortened version of the nested IF statement is visible in the formula bar above, which might help you figure out more plainly what it is I'm trying to do.

    Ex: ABUTLER from the C column corresponds to ABUTLER from the A column, so I need to take the corredsponding sales tracking calculation and divide it by his sales goal to see a percentage. 41218.46/60000 are his specific numbers. The reason I have to do a range, is that the names/data are not always imported in any specific order. The data at the bottom is static, but the data in rows 23-32 may be reordered randomly.

    Thanks in advance!

  2. #2
    Registered User
    Join Date
    04-09-2008
    Posts
    2
    Got the answer:
    =VLOOKUP(C35,$A$23:$B$32,2,FALSE)/D35

  3. #3
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689
    Good job, and it's thoughtful of you to post back with the answer.

+ 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