+ Reply to Thread
Results 1 to 2 of 2

VLOOKUP? MATCH INDEX? Not sure which would work in this scenario, if any

  1. #1
    Registered User
    Join Date
    10-16-2008
    Location
    Chicago
    MS-Off Ver
    Microsoft 365 Version 2308
    Posts
    26

    VLOOKUP? MATCH INDEX? Not sure which would work in this scenario, if any

    Trying to figure out how to get data from one tab to another. Not sure if its vlookup, match/index, a combination of both, some concatenates.... I just can figure it out

    Basically trying to get columns R though X on the Revenue Tab into columns G though H on the Revenue (View2) tab using some kind of a formula. If additional rows or data needs to be added, please do so.

    Any help greatly appreciated.

    Thanks,
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,417

    Re: VLOOKUP? MATCH INDEX? Not sure which would work in this scenario, if any

    Put this formula in G5:

    =IF(COUNTA($A5:$F5)=0,"",IFERROR(INDEX(REVENUE!$R:$X,MATCH($C5,REVENUE!$B:$B,0)-3+MATCH(DATEVALUE("1"&G$3&$G$2),REVENUE!$A:$A,0),MATCH($D5,REVENUE!$R$4:$W$4,0)),""))

    then copy across and down as required.

    Hope this helps.

    Pete

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. cannot get vlookup or index/match to work
    By kobiashi in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 02-11-2018, 11:23 PM
  2. [SOLVED] Vlookup and Index match won't work
    By mrnassaro in forum Excel General
    Replies: 13
    Last Post: 11-19-2017, 02:07 AM
  3. Does VlookUP work in this scenario? - Urgent Help
    By HappyCatz in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-13-2016, 01:11 PM
  4. VLOOKUP, INDEX/MATCH, SUMIFS...cant make it work
    By kdk616 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-07-2015, 01:34 AM
  5. Why does concatenate work with Vlookup but not Index match
    By vitt4300 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-12-2015, 01:41 PM
  6. [SOLVED] Help with a tricky lookup or index/match scenario
    By sheepsmasher in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 12-21-2013, 05:22 PM
  7. [SOLVED] Index, Match not working. Can't even get Vlookup to work. Probably ID10T error.
    By Alias1431 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-09-2013, 03:39 PM

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