Results 1 to 10 of 10

Need to Combine Index, Small(If with an Or

Threaded View

amy22x3 Need to Combine Index,... 03-17-2017, 09:05 AM
Glenn Kennedy Re: Need to Combine Index,... 03-17-2017, 09:11 AM
amy22x3 Re: Need to Combine Index,... 03-17-2017, 09:18 AM
canapone Re: Need to Combine Index,... 03-17-2017, 09:28 AM
amy22x3 Re: Need to Combine Index,... 03-17-2017, 10:02 AM
canapone Re: Need to Combine Index,... 03-17-2017, 10:10 AM
Glenn Kennedy Re: Need to Combine Index,... 03-17-2017, 10:45 AM
amy22x3 Re: Need to Combine Index,... 03-17-2017, 11:03 AM
Glenn Kennedy Re: Need to Combine Index,... 03-17-2017, 10:46 AM
Glenn Kennedy Re: Need to Combine Index,... 03-17-2017, 11:28 AM
  1. #1
    Registered User
    Join Date
    07-24-2007
    Posts
    66

    Exclamation Need to Combine Index, Small(If with an Or

    I have a coworker that maintains a spreadsheet comprised of several tabs, the first is the main and contains all the information about each business partner with columns showing their 1st choice wholesaler, 2nd choice, 3rd choice and so on. And then there's a tab for each of the wholesalers listed on the main page. I've been asked to automate each of the wholesaler tabs to automatically populate with the partner name and contact information regardless of what order that wholesaler was chosen. The problem with index(match is that it picks up the first instance of a partner and repeats that name each time that partner shows up with a different wholesaler name. So I did sort that out with this formula and it works perfectly....for one column of wholesaler.

    =IFERROR(INDEX($B$6:$B$8,SMALL(IF($G$6:$G$8=B17,ROW($G$6:$G$8)-ROW(INDEX($G$6:$G$8,1,1))+1),A19)),"")

    But I have 6 columns of wholesalers and I can't figure out how to make this work for each instance of partner listed vertically and then make it work for each wholesaler listed horizontally. I've attached an example spreadsheet, but can't figure out how to expand this from just Column G. Ok I tried to attach spreadsheet, but the icon isn't working. I've attached a pic.

    Attachment 507607

    Any help is greatly appreciated!
    Attached Files Attached Files
    Last edited by amy22x3; 03-17-2017 at 11:04 AM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. index, max, small, if
    By donnIeDorian in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 08-02-2016, 01:57 PM
  2. index with small
    By mena in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-11-2016, 09:02 AM
  3. [SOLVED] Index() Small() Row()
    By Shakeel Ahmad in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-05-2015, 12:36 AM
  4. Match Index, Small Index with Concatenate
    By kharding15 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-30-2015, 05:38 PM
  5. INDEX and SMALL help
    By markgilmore in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 03-02-2015, 01:02 PM
  6. Index/Small help
    By WWSL14 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 08-12-2013, 03:50 PM
  7. Small function and combine
    By markr98 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-25-2013, 05:02 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