+ Reply to Thread
Results 1 to 3 of 3

Stock branching , formula slow thus needed MACRO

  1. #1
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,616

    Stock branching , formula slow thus needed MACRO

    Formula works but cannot handle volume data ,
    maybe the look up are too many

    Maybe a macro can handle this ?
    Attached Files Attached Files

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Stock branching , formula slow thus needed MACRO

    Use Helper column/cell to join the data which will work faster rather than joining inside the formula.

    In K2 Cell of Sheet2

    =A2&J2

    Drag it down...

    In D2 Cell of Sheet1

    =IFERROR(INDEX(Sheet2!$D:$D,MATCH(Sheet1!$A2&Sheet1!D$1,Sheet2!$K:$K,0)),"")

    Drag it down and right...


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,616

    Re: Stock branching , formula slow thus needed MACRO

    Yes thanks , nice one , seems this wont hang up
    on long data

+ 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. Macro is running real slow and makes navigating the worksheet really slow after execution.
    By MichWolverines in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-03-2013, 04:29 PM
  2. Formula for stock control needed
    By Su3b3a in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-30-2013, 07:04 AM
  3. VBA code needed / stock price macro ?
    By toekneetn in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 07-10-2012, 03:31 PM
  4. Help needed (creating VBA macro to retrieve stock info)
    By L80n in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-21-2012, 08:23 PM
  5. Stock purchasing SS formula help needed.
    By Madridbear in forum Excel General
    Replies: 3
    Last Post: 08-17-2006, 07:23 AM

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