Results 1 to 4 of 4

Thread: Find Or Lookup The Dynamic Position Of A Value Based On Value In Another Cell

  1. #1
    Senior Member
    Join Date
    Mar 2013
    Posts
    107
    Rep Power
    12

    Find Or Lookup The Dynamic Position Of A Value Based On Value In Another Cell

    Can a formula capture the Grand Total - Volume as it increases daily. The grand Total - Volume will be visible in MAIN!C12

    Is there anyway of using the GROUPING in the 3 sheets without unprotecting the sheets.The GROUPING can only be used if the sheet is unprotected

    Thanks

    Paul
    Attached Files Attached Files

  2. #2
    Administrator Excel Fox's Avatar
    Join Date
    Mar 2011
    Posts
    1,402
    Rep Power
    10
    Use this

    =INDEX(INDIRECT("'"&G5&"'!$D$4:$D$53"),MATCH("Gran d Total",INDIRECT("'"&G5&"'!$B$4:$B$53"),0))
    A dream is not something you see when you are asleep, but something you strive for when you are awake.

    It's usually a bad idea to say that something can't be done.

    The difference between dream and aim, is that one requires soundless sleep to see and the other requires sleepless efforts to achieve

    Join us at Facebook

  3. #3
    Administrator Excel Fox's Avatar
    Join Date
    Mar 2011
    Posts
    1,402
    Rep Power
    10
    For the grouping issue, here's the apt solution

    http://www.excelfox.com/forum/f12/en...worksheet-874/
    A dream is not something you see when you are asleep, but something you strive for when you are awake.

    It's usually a bad idea to say that something can't be done.

    The difference between dream and aim, is that one requires soundless sleep to see and the other requires sleepless efforts to achieve

    Join us at Facebook

  4. #4
    Senior Member
    Join Date
    Mar 2013
    Posts
    107
    Rep Power
    12
    Thanks Excel Fox for both formula and code

    The Indirect Function looks to be a very useful one.
    How does this formula work especially the Indirect part.
    Code:
    (INDIRECT("'"&G5&"'!$D$4:$D$53")
    Is this part referring to a sheet "'" ??
    How does it know which sheet or can the sheet name also be placed in the formula?

    Thank you

    Paul

Similar Threads

  1. Replies: 3
    Last Post: 07-29-2013, 09:15 AM
  2. Replies: 2
    Last Post: 07-23-2013, 06:54 PM
  3. Replies: 2
    Last Post: 05-30-2013, 07:28 PM
  4. Find the highest then lookup result
    By Stalker in forum Excel Help
    Replies: 4
    Last Post: 04-02-2013, 02:04 PM
  5. Lookup Based on Criteria
    By maruthi in forum Excel Help
    Replies: 2
    Last Post: 02-15-2012, 08:49 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •