+ Reply to Thread
Results 1 to 4 of 4

HELP with either VLOOKUP or Macro solution

  1. #1
    Registered User
    Join Date
    01-27-2009
    Location
    Rugby, England
    MS-Off Ver
    Excel 2000
    Posts
    9

    Question HELP with either VLOOKUP or Macro solution

    Hi,

    Hope somebody out there can help, im trying to cut down on the amount of typing to complete the attached spreadsheet and would like to know the quickest/easiest way of copying the data to another location.

    I need the "Issue 1, Issue 2 etc" from the overview tab to go into the corresponding section in tab 80. I can get this to work using the vlookup I have in cell A10 (on tab 80) but I need it to work so if I change the number in B5 (on tab 80) then the relevant information will pull through from the overview sheet.

    Hope this makes sense and somebody out there can help me...

    Regards

    Craig
    Attached Files Attached Files

  2. #2
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: HELP with either VLOOKUP or Macro solution

    Will the order of the headers always be consistent?
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

  3. #3
    Forum Expert dangelor's Avatar
    Join Date
    09-06-2011
    Location
    Indiana, USA
    MS-Off Ver
    MS365 V.2406
    Posts
    2,308

    Re: HELP with either VLOOKUP or Macro solution

    Try this formula in A10 and copy down...

    =IF(ISERROR(VLOOKUP($E5,Overview,6,0)),"",VLOOKUP($E5,Overview,6,0))

  4. #4
    Registered User
    Join Date
    01-27-2009
    Location
    Rugby, England
    MS-Off Ver
    Excel 2000
    Posts
    9

    (SOLVED) Re: HELP with either VLOOKUP or Macro solution



    Thank you dangelor that has resolved my issue!!

    I knew that there was a way just couldn't quite think of it.

    Regards

    Craig

+ 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