Results 1 to 7 of 7

Index match formula from sales data worksheet to receivable worksheet

Threaded View

  1. #6
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,222

    Re: Index match formula from sales data worksheet to receivable worksheet

    Please try at
    B9
    =IF(C9="","",INDEX('SALES DATA'!$B$4:$B$99,MATCH(C9,'SALES DATA'!$G$4:$G$99,)))

    C9
    =IFERROR(AGGREGATE(15,6,'SALES DATA'!$G$4:$G$99/('SALES DATA'!$D$4:$D$99=$B$8)/('SALES DATA'!$G$4:$G$99>MAX(C$8:C8)),1),"")

    D9
    =IF(C9="","",VLOOKUP(C9,'SALES DATA'!$G$4:$S$99,13,))

    E9
    =IF(C9="","",SUMIFS('SALES DATA'!$R$4:$R$99,'SALES DATA'!$G$4:$G$99,C9))
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 5
    Last Post: 02-18-2020, 10:22 PM
  2. Advanced Formula to find cells in range that match other cells.
    By NMansell in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 04-03-2019, 04:21 AM
  3. Advanced INDEX/MATCH Formula - is this possible?
    By h2holbro22 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 04-29-2016, 01:42 AM
  4. [SOLVED] Advanced VLOOKUP/MATCH/HLOOKUP Formula
    By Darko_Giac in forum Excel General
    Replies: 3
    Last Post: 12-22-2015, 12:08 PM
  5. Advanced Excel Formula
    By kaushikdedhiya in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-10-2015, 05:44 AM
  6. [SOLVED] Advanced Match Help (possibly Index Match)
    By dfxryanjr in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-08-2013, 09:13 AM
  7. advanced excel formula help
    By mca500 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-19-2010, 09:57 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