Consulting

Results 1 to 3 of 3

Thread: Lookup value in column and get result from relevent page

  1. #1
    VBAX Regular
    Joined
    Aug 2014
    Posts
    26
    Location

    Lookup value in column and get result from relevent page

    Hello VBA Experts,
    I have attached the file for reference.
    The VBA tool has to lookup the value in column B and C in worksheet "Dashboard" from worksheet "Group1" and "Group2" depending on the values in column B and C.

    There are some constraint which goes into finding the value:
    We need values of first "Tuesday" only to be displayed in the worksheet "dashboard".
    For values in column F of worksheet "Dashboard" the tool has to lookup value "100%" under column D( worksheet "Group1" and "Group2") corresponding to the value in column B and C of worksheet "Dashboard".
    For values in column G of worksheet "Dashboard" the tool has to lookup value "Cat volume" under column D( worksheet "Group1" and "Group2") corresponding to the value in column B and C of worksheet "Dashboard".
    For values in column I of worksheet "Dashboard" the tool has to lookup value "Variable volume" under column D( worksheet "Group1" and "Group2") corresponding to the value in column B and C of worksheet "Dashboard".
    For values in column F of worksheet "Dashboard" the tool has to lookup value "Pub volume" under column D( worksheet "Group1" and "Group2") corresponding to the value in column B and C of worksheet "Dashboard".

    Automating this process would be greatly appreciated!
    Regards
    vradhak7
    Attached Files Attached Files

  2. #2
    VBAX Regular
    Joined
    Aug 2014
    Posts
    26
    Location
    For example. the expected answer in the first row should be 50/345/568/46 and the tool should autofill rest of the column.

  3. #3
    VBAX Expert Leith Ross's Avatar
    Joined
    Oct 2012
    Location
    San Francisco, California
    Posts
    552
    Location
    Hello vradhak7,

    How will the macro determine which day to use?

    Since Tuesday appears twice, how will the Tuesdays be distinguished from each other when entered?
    Sincerely,
    Leith Ross

    "1N73LL1G3NC3 15 7H3 4B1L17Y 70 4D4P7 70 CH4NG3 - 573PH3N H4WK1NG"

Tags for this Thread

Posting Permissions

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